@vuetify/nightly 3.8.2-master.2025-04-27 → 3.8.3-dev.2025-04-29
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 +13 -32
- package/dist/json/attributes.json +2092 -2084
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +3854 -3834
- package/dist/vuetify-labs.cjs +146 -36
- package/dist/vuetify-labs.css +3420 -3397
- package/dist/vuetify-labs.d.ts +101 -64
- package/dist/vuetify-labs.esm.js +147 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +146 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +146 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3284 -3261
- package/dist/vuetify.d.ts +101 -64
- package/dist/vuetify.esm.js +147 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +146 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1201 -1188
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VInput/VInput.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +23 -3
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +63 -54
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +2 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
@@ -1,49 +1,30 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-dev.2025-04-29...v) (2025-04-29)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.
|
5
|
+
## [3.8.3-dev.2025-04-29](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-dev.2025-04-29) "Other Commits" (2025-04-29)
|
6
6
|
|
7
7
|
|
8
|
-
### :
|
8
|
+
### :rocket: Features
|
9
9
|
|
10
|
-
*
|
11
|
-
* **
|
10
|
+
* deprecate `firstDayOfWeek` prop ([#21207](https://github.com/vuetifyjs/vuetify/issues/21207)) ([97d1104](https://github.com/vuetifyjs/vuetify/commit/97d11042b98cadcf70379933381340c519c4b406))
|
11
|
+
* **theme:** add new theme 'system' ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([#21244](https://github.com/vuetifyjs/vuetify/issues/21244)) ([8393a41](https://github.com/vuetifyjs/vuetify/commit/8393a41287d34dba56cb2140bcc1aa44de62ffcb))
|
12
|
+
* **theme:** add new option 'unimportant' to gen classes without important ([3190331](https://github.com/vuetifyjs/vuetify/commit/3190331e70f42b7fdf4d7ee04f662b15eefde026))
|
13
|
+
* **theme:** add change, toggle, and cycle functions ([#21224](https://github.com/vuetifyjs/vuetify/issues/21224)) ([3570254](https://github.com/vuetifyjs/vuetify/commit/357025485c7e8ac8dbc254a9fb37a3360e8c8d79))
|
14
|
+
* **VBtnGroup:** add direction prop ([#17878](https://github.com/vuetifyjs/vuetify/issues/17878)) ([5f39b85](https://github.com/vuetifyjs/vuetify/commit/5f39b8586e99c4529da9ef71576c048e711757e8)), closes [#17492](https://github.com/vuetifyjs/vuetify/issues/17492)
|
15
|
+
* **VOverlay:** align scrim color with MD3 ([#21219](https://github.com/vuetifyjs/vuetify/issues/21219)) ([29d22a6](https://github.com/vuetifyjs/vuetify/commit/29d22a6737fa7e68bdd49c522a5b36dca3cabe11)), closes [#20244](https://github.com/vuetifyjs/vuetify/issues/20244)
|
16
|
+
* **VVirtualScroll:** support fractional scroll index ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([adad9e2](https://github.com/vuetifyjs/vuetify/commit/adad9e2629fffa52b0abbb7d18297a5c0078074f))
|
12
17
|
|
13
18
|
|
14
19
|
### :microscope: Code Refactoring
|
15
20
|
|
16
|
-
*
|
17
|
-
|
18
|
-
|
19
|
-
### :arrows_counterclockwise: Reverts
|
20
|
-
|
21
|
-
* Revert "fix(validation): a disabled / readonly field should always be valid (#21222)" ([89d6df0](https://github.com/vuetifyjs/vuetify/commit/89d6df0e2bb99ed65627df4376ec05ed5a236ed9))
|
22
|
-
|
23
|
-
|
24
|
-
### :test_tube: Labs
|
25
|
-
|
26
|
-
* **VCalendar:** add emits and slots ([#19568](https://github.com/vuetifyjs/vuetify/issues/19568)) ([616d861](https://github.com/vuetifyjs/vuetify/commit/616d861a1ff4b8219c98afe5059f6da7000550d1))
|
27
|
-
* **VIconBtn:** always use icon-size if present ([c903c55](https://github.com/vuetifyjs/vuetify/commit/c903c55a99181a8c0c3b7ae8e2ff511bee95a11c))
|
21
|
+
* **theme:** add internal methods for testing tw implementation ([abfdb77](https://github.com/vuetifyjs/vuetify/commit/abfdb777e0e00d4a1798f52d7e4c118e7409fcb9))
|
28
22
|
|
29
23
|
|
30
24
|
### Other Commits
|
31
25
|
|
32
|
-
* chore(release): publish v3.8.
|
33
|
-
*
|
34
|
-
* docs: add text-pre-wrap class ([#21305](https://github.com/vuetifyjs/vuetify/issues/21305)) ([47fdfda](https://github.com/vuetifyjs/vuetify/commit/47fdfda3d0fdb57a613ed229eef4ce0c836b956d))
|
35
|
-
* docs: remove edit this page button on API pages ([#21297](https://github.com/vuetifyjs/vuetify/issues/21297)) ([9022875](https://github.com/vuetifyjs/vuetify/commit/90228750f5e70c8406c9d8f15d9b0e38aa4b47e8))
|
36
|
-
* docs(VDataTable): correct docs for header slots and header props ([#21292](https://github.com/vuetifyjs/vuetify/issues/21292)) ([d09e65a](https://github.com/vuetifyjs/vuetify/commit/d09e65ac00ddf43bed3013b6c1416b3c0b0d8efb))
|
37
|
-
* docs: fix es locale designation ([5fdd241](https://github.com/vuetifyjs/vuetify/commit/5fdd24199703409e387afa9102147e4309a432e4))
|
38
|
-
* ci: increase max-old-space-size slightly ([c3835a0](https://github.com/vuetifyjs/vuetify/commit/c3835a000ffa97cde3e63a42111708495c238cf4))
|
39
|
-
* docs: add spanish translations ([ad08f31](https://github.com/vuetifyjs/vuetify/commit/ad08f313f0424a686ef9b78ce6a97ac5c4f3b443))
|
40
|
-
* docs: team members not showing ([#21304](https://github.com/vuetifyjs/vuetify/issues/21304)) ([5e32061](https://github.com/vuetifyjs/vuetify/commit/5e32061eddacf9031623551706ef1fcc47e132aa))
|
41
|
-
* docs: fix typos ([#21294](https://github.com/vuetifyjs/vuetify/issues/21294)) ([846c072](https://github.com/vuetifyjs/vuetify/commit/846c0720e6601e589e047373eda2ee925399fc4f))
|
42
|
-
* docs(VList): bind update event to checkbox ([eb64311](https://github.com/vuetifyjs/vuetify/commit/eb643118fcc65f5a037a5967059db777c7bd79f5))
|
43
|
-
* chore(package.json): update @vuetify/one ([10a7c53](https://github.com/vuetifyjs/vuetify/commit/10a7c53fb2391c3a7b38d63aef66d1567cd17857))
|
44
|
-
* chore(package.json): update @vuetify/one ([c6fae98](https://github.com/vuetifyjs/vuetify/commit/c6fae989b9daba0753be71d55d3679fcc69c98ac))
|
45
|
-
* chore: update @vuetify/one ([b0580d8](https://github.com/vuetifyjs/vuetify/commit/b0580d8da329437aa2c1ee2564a7fd8a78025b12))
|
46
|
-
* docs: update overflow.md ([#21277](https://github.com/vuetifyjs/vuetify/issues/21277)) ([c028113](https://github.com/vuetifyjs/vuetify/commit/c028113db289a25fd62f344d351a43a4607350a7))
|
26
|
+
* chore(release): publish v3.8.3-dev.2025-04-29 ([1c17e6b](https://github.com/vuetifyjs/vuetify/commit/1c17e6b198ff6d76edce709727e6e243ce236822))
|
27
|
+
* chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
|
47
28
|
|
48
29
|
|
49
30
|
|