@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-dev.2025-05-18

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,19 +1,21 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.5-dev.2025-05-14...v) (2025-05-14)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.5-dev.2025-05-18...v) (2025-05-18)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.5-dev.2025-05-14](https://github.com/vuetifyjs/vuetify/compare/v3.8.5...v3.8.5-dev.2025-05-14) "Other Commits" (2025-05-14)
5
+ ## [3.8.5-dev.2025-05-18](https://github.com/vuetifyjs/vuetify/compare/v3.8.5...v3.8.5-dev.2025-05-18) "Other Commits" (2025-05-18)
6
6
 
7
7
 
8
8
  ### :rocket: Features
9
9
 
10
10
  * deprecate `firstDayOfWeek` prop ([#21207](https://github.com/vuetifyjs/vuetify/issues/21207)) ([97d1104](https://github.com/vuetifyjs/vuetify/commit/97d11042b98cadcf70379933381340c519c4b406))
11
+ * **date:** export VuetifyDateAdapter ([#21252](https://github.com/vuetifyjs/vuetify/issues/21252)) ([1a98d03](https://github.com/vuetifyjs/vuetify/commit/1a98d030a7b9547d519b1491e14e97f3e554ee6e)), closes [#19904](https://github.com/vuetifyjs/vuetify/issues/19904)
11
12
  * **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
13
  * **theme:** add new option 'unimportant' to gen classes without important ([3190331](https://github.com/vuetifyjs/vuetify/commit/3190331e70f42b7fdf4d7ee04f662b15eefde026))
13
14
  * **theme:** add change, toggle, and cycle functions ([#21224](https://github.com/vuetifyjs/vuetify/issues/21224)) ([3570254](https://github.com/vuetifyjs/vuetify/commit/357025485c7e8ac8dbc254a9fb37a3360e8c8d79))
14
15
  * **transition:** expose create transition classes ([#21352](https://github.com/vuetifyjs/vuetify/issues/21352)) ([79f36aa](https://github.com/vuetifyjs/vuetify/commit/79f36aa042284471c7a7cb248721de884e4ef329))
15
16
  * **VAlert:** better aligment with prepend icon ([#20700](https://github.com/vuetifyjs/vuetify/issues/20700)) ([5231b95](https://github.com/vuetifyjs/vuetify/commit/5231b956c39477e913648dcbaef4030c284b1ece))
16
17
  * **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)
18
+ * **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))
17
19
  * **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)
18
20
  * **VVirtualScroll:** support fractional scroll index ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([adad9e2](https://github.com/vuetifyjs/vuetify/commit/adad9e2629fffa52b0abbb7d18297a5c0078074f))
19
21
 
@@ -25,7 +27,7 @@
25
27
 
26
28
  ### Other Commits
27
29
 
28
- * chore(release): publish v3.8.5-dev.2025-05-14 ([897900a](https://github.com/vuetifyjs/vuetify/commit/897900a45f72cd0924f23749e1612a4a5a22efc2))
30
+ * chore(release): publish v3.8.5-dev.2025-05-18 ([4f95f76](https://github.com/vuetifyjs/vuetify/commit/4f95f7619e645b35cfeeadcddc10910963f0f68a))
29
31
  * chore: move createTransition export to util ([3e9a613](https://github.com/vuetifyjs/vuetify/commit/3e9a613f5edca1d9455c2ea07af8834b24a549c1))
30
32
  * chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
31
33