@vuetify/nightly 3.7.10-next.2025-02-05 → 3.7.10-next.2025-02-06

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 CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.10-next.2025-02-05...v) (2025-02-05)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.10-next.2025-02-06...v) (2025-02-06)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.10-next.2025-02-05](https://github.com/vuetifyjs/vuetify/compare/v3.7.10...v3.7.10-next.2025-02-05) "Other Commmits" (2025-02-05)
5
+ ## [3.7.10-next.2025-02-06](https://github.com/vuetifyjs/vuetify/compare/v3.7.10...v3.7.10-next.2025-02-06) "Other Commmits" (2025-02-06)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -12,12 +12,12 @@
12
12
  * require vue 3.5 ([8c5a2b9](https://github.com/vuetifyjs/vuetify/commit/8c5a2b92fdeb4e3e50a5cccf09bf999724a3f875))
13
13
  * **framework:** add unmount function ([5d9db2c](https://github.com/vuetifyjs/vuetify/commit/5d9db2cc957a7d1d0efec9513cd9639b7089d9e4)), closes [#20429](https://github.com/vuetifyjs/vuetify/issues/20429)
14
14
  * **nested:** add trunk select strategy ([ca38ce3](https://github.com/vuetifyjs/vuetify/commit/ca38ce33f22d2f00d2337f719d74b45a4d8b56e4)), closes [#6759](https://github.com/vuetifyjs/vuetify/issues/6759)
15
- * **styles:** remove overflow-y from reset ([5db0d80](https://github.com/vuetifyjs/vuetify/commit/5db0d8061b66094923fed5a0999d9040c169bdee)), closes [#1197](https://github.com/vuetifyjs/vuetify/issues/1197)
15
+ * **styles:** remove overflow-y from reset ([27868d5](https://github.com/vuetifyjs/vuetify/commit/27868d55a4076df62020e2f44e5a815a03ec0c5b)), closes [#1197](https://github.com/vuetifyjs/vuetify/issues/1197)
16
16
  * **theme:** add stylesheetId and scope options ([#20789](https://github.com/vuetifyjs/vuetify/issues/20789)) ([794a2e6](https://github.com/vuetifyjs/vuetify/commit/794a2e6999c20b69c041f94ea44d64d5e916ad68)), closes [#4065](https://github.com/vuetifyjs/vuetify/issues/4065)
17
17
  * **VChip:** add base-color prop ([#20702](https://github.com/vuetifyjs/vuetify/issues/20702)) ([1e099f2](https://github.com/vuetifyjs/vuetify/commit/1e099f2c1858617a4447c308326cf204f9e9d112)), closes [#19678](https://github.com/vuetifyjs/vuetify/issues/19678)
18
18
  * **VColorPicker:** support emitting rgb() and hsl() strings ([a5efcf1](https://github.com/vuetifyjs/vuetify/commit/a5efcf167fe82ad8d5565f6688fb957a05b7a7f2)), closes [#20944](https://github.com/vuetifyjs/vuetify/issues/20944)
19
19
  * **VForm:** unref values in slot props ([f92ae7a](https://github.com/vuetifyjs/vuetify/commit/f92ae7aee3124499b75bf45635c8193f999f965f)), closes [#18355](https://github.com/vuetifyjs/vuetify/issues/18355)
20
- * **VSelect/Autocomplete/Combobox:** rename item to internalItem ([2023e13](https://github.com/vuetifyjs/vuetify/commit/2023e13769846740196c9937b78193630b05bec1)), closes [#18354](https://github.com/vuetifyjs/vuetify/issues/18354)
20
+ * **VSelect/Autocomplete/Combobox:** rename item to internalItem ([2c1ac25](https://github.com/vuetifyjs/vuetify/commit/2c1ac25e5e6cfd5afac8c685689dce47f855225f)), closes [#18354](https://github.com/vuetifyjs/vuetify/issues/18354)
21
21
  * **VTimeline:** side prop for individual items ([#20855](https://github.com/vuetifyjs/vuetify/issues/20855)) ([1c65f8f](https://github.com/vuetifyjs/vuetify/commit/1c65f8fe9ce0bd81e5ade43c4bb51bf0b883cb80)), closes [#19363](https://github.com/vuetifyjs/vuetify/issues/19363)
22
22
  * **VVirtualScroll:** add itemKey prop ([fabc511](https://github.com/vuetifyjs/vuetify/commit/fabc511bfbf90149b536ba09c6ba5e18bafd4c3a)), closes [#20809](https://github.com/vuetifyjs/vuetify/issues/20809)
23
23
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  ### Other Commmits
36
36
 
37
- * chore(release): publish v3.7.10-next.2025-02-05 ([2d15032](https://github.com/vuetifyjs/vuetify/commit/2d15032c76e0db4078d3df8a13e1340267a66c31))
37
+ * chore(release): publish v3.7.10-next.2025-02-06 ([384205c](https://github.com/vuetifyjs/vuetify/commit/384205c9643a16a9b08019462838b94471a21bc1))
38
38
  * chore: update jsdom ([0a86a61](https://github.com/vuetifyjs/vuetify/commit/0a86a6151a5a6a35e9a3776c61c660ea3af09b86))
39
39
  * chore: update analytics id ([6f3affb](https://github.com/vuetifyjs/vuetify/commit/6f3affb3fad542cdd07d621d457e98d05c7585b1))
40
40
  * chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))