@vuetify/nightly 3.9.0-next.2025-07-12 → 3.9.0-next.2025-07-17
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 -8
- package/dist/json/attributes.json +3677 -3677
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +6701 -6701
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5518 -5518
- package/dist/vuetify-labs.d.ts +53 -53
- 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 +5489 -5489
- package/dist/vuetify.d.ts +53 -53
- 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 +53 -53
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,19 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-next.2025-07-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-next.2025-07-17...v) (2025-07-17)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [3.9.0-next.2025-07-
|
5
|
+
# [3.9.0-next.2025-07-17](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-next.2025-07-17) "Other Commits" (2025-07-17)
|
6
6
|
|
7
7
|
|
8
8
|
### :rocket: Features
|
9
9
|
|
10
10
|
* always use css layers ([f7123c6](https://github.com/vuetifyjs/vuetify/commit/f7123c646a51882f05ac54c7ec67860921e8119f)), closes [#3400](https://github.com/vuetifyjs/vuetify/issues/3400) [#20232](https://github.com/vuetifyjs/vuetify/issues/20232)
|
11
11
|
* **styles:** remove overflow-y from reset ([27868d5](https://github.com/vuetifyjs/vuetify/commit/27868d55a4076df62020e2f44e5a815a03ec0c5b)), closes [#1197](https://github.com/vuetifyjs/vuetify/issues/1197)
|
12
|
+
* **VDatePicker:** only emit start and end range values ([#20621](https://github.com/vuetifyjs/vuetify/issues/20621)) ([eef80ad](https://github.com/vuetifyjs/vuetify/commit/eef80ad131d8c5f0620b8e338aaeb5577001e4c7)), closes [#9098](https://github.com/vuetifyjs/vuetify/issues/9098) [#18701](https://github.com/vuetifyjs/vuetify/issues/18701) [#20599](https://github.com/vuetifyjs/vuetify/issues/20599)
|
12
13
|
* **VForm:** unref values in slot props ([f92ae7a](https://github.com/vuetifyjs/vuetify/commit/f92ae7aee3124499b75bf45635c8193f999f965f)), closes [#18355](https://github.com/vuetifyjs/vuetify/issues/18355)
|
13
14
|
* **VSelect/Autocomplete/Combobox:** rename item to internalItem ([2c1ac25](https://github.com/vuetifyjs/vuetify/commit/2c1ac25e5e6cfd5afac8c685689dce47f855225f)), closes [#18354](https://github.com/vuetifyjs/vuetify/issues/18354)
|
14
15
|
|
15
16
|
|
16
|
-
### :wrench: Bug Fixes
|
17
|
-
|
18
|
-
* **VDatePicker:** allow infinite range ([#20621](https://github.com/vuetifyjs/vuetify/issues/20621)) ([ed7cbec](https://github.com/vuetifyjs/vuetify/commit/ed7cbecb5a780d00ad8acb9f1a3ba734a68749b1))
|
19
|
-
|
20
|
-
|
21
17
|
### :microscope: Code Refactoring
|
22
18
|
|
23
19
|
* **theme:** change default theme to 'system' ([9c8506c](https://github.com/vuetifyjs/vuetify/commit/9c8506c24d04bbe6589539834dcf99305dfd647f))
|
@@ -28,7 +24,7 @@
|
|
28
24
|
|
29
25
|
### Other Commits
|
30
26
|
|
31
|
-
* chore(release): publish v3.9.0-next.2025-07-
|
27
|
+
* chore(release): publish v3.9.0-next.2025-07-17 ([9cf31aa](https://github.com/vuetifyjs/vuetify/commit/9cf31aa344a49ec683af2140fd8e1d4c8ee9edc2))
|
32
28
|
* chore(VTreeviewItem): bad merge added removed functionality ([fa90543](https://github.com/vuetifyjs/vuetify/commit/fa90543769656bb27b364cfe3f21f5a9f9e6970d))
|
33
29
|
* docs: update updgrade guide for v4 ([da2e8a5](https://github.com/vuetifyjs/vuetify/commit/da2e8a57fd3dd9b55e40138be954eb8d82332dcd))
|
34
30
|
* chore: update jsdom ([0a86a61](https://github.com/vuetifyjs/vuetify/commit/0a86a6151a5a6a35e9a3776c61c660ea3af09b86))
|