@vuetify/nightly 3.8.8-dev.2025-06-08 → 3.8.8-dev.2025-06-10

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.8.8-dev.2025-06-08...v) (2025-06-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.8-dev.2025-06-10...v) (2025-06-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.8-dev.2025-06-08](https://github.com/vuetifyjs/vuetify/compare/v3.8.8...v3.8.8-dev.2025-06-08) "Other Commits" (2025-06-08)
5
+ ## [3.8.8-dev.2025-06-10](https://github.com/vuetifyjs/vuetify/compare/v3.8.8...v3.8.8-dev.2025-06-10) "Other Commits" (2025-06-10)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -21,6 +21,7 @@
21
21
  * **VCombobox:** scroll to first item on search result ([#20572](https://github.com/vuetifyjs/vuetify/issues/20572)) ([#21255](https://github.com/vuetifyjs/vuetify/issues/21255)) ([57bb5ad](https://github.com/vuetifyjs/vuetify/commit/57bb5adb426372ca6af48b961a5b3533efa7d703))
22
22
  * **VDataTable:** add new lastFixed property ([#21153](https://github.com/vuetifyjs/vuetify/issues/21153)) ([#21168](https://github.com/vuetifyjs/vuetify/issues/21168)) ([5e1d653](https://github.com/vuetifyjs/vuetify/commit/5e1d65347068697a1248c5ed3d73346b7ebb5d8d))
23
23
  * **VDatePicker:** restore `weekday-format` ([#21290](https://github.com/vuetifyjs/vuetify/issues/21290)) ([b13b15c](https://github.com/vuetifyjs/vuetify/commit/b13b15c865252f43f09ef590feeaeaac6a49bc1b))
24
+ * **VInfiniteScroll:** add reset method ([#20637](https://github.com/vuetifyjs/vuetify/issues/20637)) ([2e5bc43](https://github.com/vuetifyjs/vuetify/commit/2e5bc4330bf7409870516b818dcdd8bb0f36d0d5)), closes [#20308](https://github.com/vuetifyjs/vuetify/issues/20308) [#19935](https://github.com/vuetifyjs/vuetify/issues/19935)
24
25
  * **VNumberInput:** more flexible precision display ([#21315](https://github.com/vuetifyjs/vuetify/issues/21315)) ([d5779cd](https://github.com/vuetifyjs/vuetify/commit/d5779cd8529c6589d215569453733700b095ffe9))
25
26
  * **VOtpInput:** allow to keep focus on paste ([#21275](https://github.com/vuetifyjs/vuetify/issues/21275)) ([#21356](https://github.com/vuetifyjs/vuetify/issues/21356)) ([cb8015d](https://github.com/vuetifyjs/vuetify/commit/cb8015daad38b7d9c6853e1053d78ab148574804))
26
27
  * **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)
@@ -44,7 +45,7 @@
44
45
 
45
46
  ### Other Commits
46
47
 
47
- * chore(release): publish v3.8.8-dev.2025-06-08 ([070e430](https://github.com/vuetifyjs/vuetify/commit/070e43071dff9ffee36d184e6ca8dbde3feeb3ce))
48
+ * chore(release): publish v3.8.8-dev.2025-06-10 ([7735ded](https://github.com/vuetifyjs/vuetify/commit/7735ded73b9ea8d2c3efaa346a8e5ed54729a81b))
48
49
  * chore: move createTransition export to util ([3e9a613](https://github.com/vuetifyjs/vuetify/commit/3e9a613f5edca1d9455c2ea07af8834b24a549c1))
49
50
  * chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
50
51