@vuetify/nightly 4.1.1-master.2026-06-13 → 4.1.1-master.2026-06-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +1770 -1770
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +190 -190
- package/dist/json/web-types.json +3650 -3650
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6495 -6495
- package/dist/vuetify-labs.d.ts +68 -68
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3748 -3748
- package/dist/vuetify.d.ts +68 -68
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +68 -68
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.1.1-master.2026-06-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.1.1-master.2026-06-14...v) (2026-06-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [4.1.1-master.2026-06-
|
|
5
|
+
## [4.1.1-master.2026-06-14](https://github.com/vuetifyjs/vuetify/compare/v4.1.1...v4.1.1-master.2026-06-14) "Other Commits" (2026-06-14)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### :wrench: Bug Fixes
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
|
|
19
19
|
### Other Commits
|
|
20
20
|
|
|
21
|
-
* chore(release): publish v4.1.1-master.2026-06-
|
|
21
|
+
* chore(release): publish v4.1.1-master.2026-06-14 ([e33307a](https://github.com/vuetifyjs/vuetify/commit/e33307a628c155e446e7187d79665b267048a095))
|
|
22
|
+
* docs: unify CDN links ([6803fbd](https://github.com/vuetifyjs/vuetify/commit/6803fbd2e21bc682cf5d6bee46768bb5b520d499))
|
|
22
23
|
* docs(upgrade-guide): correct snippet for MD2 typography ([03185cb](https://github.com/vuetifyjs/vuetify/commit/03185cb587c53e431bdc546e0217b6e66f1513ef)), closes [#22914](https://github.com/vuetifyjs/vuetify/issues/22914)
|
|
23
24
|
* docs(incidents): shorten meta title and description to fit og image ([bf90efd](https://github.com/vuetifyjs/vuetify/commit/bf90efdf61ba00a9fb4db095ebc5ea58b74c3092))
|
|
24
25
|
* docs(incidents): record Discord account recovery and permanent server loss ([c8b3689](https://github.com/vuetifyjs/vuetify/commit/c8b3689e7fbbbaad10429e8e5f7b014428554835))
|