@vuetify/nightly 3.9.5-dev.2025-08-23 → 3.9.5-dev.2025-08-24

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,13 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.5-dev.2025-08-23...v) (2025-08-23)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.5-dev.2025-08-24...v) (2025-08-24)
2
2
 
3
3
 
4
4
 
5
- ## [3.9.5-dev.2025-08-23](https://github.com/vuetifyjs/vuetify/compare/v3.9.5...v3.9.5-dev.2025-08-23) "Other Commits" (2025-08-23)
5
+ ## [3.9.5-dev.2025-08-24](https://github.com/vuetifyjs/vuetify/compare/v3.9.5...v3.9.5-dev.2025-08-24) "Other Commits" (2025-08-24)
6
6
 
7
7
 
8
8
  ### :rocket: Features
9
9
 
10
10
  * respect prefers-reduced-motion ([#21530](https://github.com/vuetifyjs/vuetify/issues/21530)) ([01c9e91](https://github.com/vuetifyjs/vuetify/commit/01c9e9115898118535865197660dd7399ae1626c)), closes [#19622](https://github.com/vuetifyjs/vuetify/issues/19622)
11
+ * **filter:** keep dividers and subheaders ([#21822](https://github.com/vuetifyjs/vuetify/issues/21822)) ([18ac731](https://github.com/vuetifyjs/vuetify/commit/18ac7319a04df9645861977b723173c376655c2f)), closes [#7424](https://github.com/vuetifyjs/vuetify/issues/7424)
11
12
  * **mask:** create useMask composable ([#21736](https://github.com/vuetifyjs/vuetify/issues/21736)) ([a687f7a](https://github.com/vuetifyjs/vuetify/commit/a687f7a38f4377421f47660564fe7f02d6e0231c))
12
13
  * **Overlay:** `stick-to-target` prop ([#21704](https://github.com/vuetifyjs/vuetify/issues/21704)) ([8552779](https://github.com/vuetifyjs/vuetify/commit/855277993131333d57359dadbf1511532a98cc68)), closes [#19856](https://github.com/vuetifyjs/vuetify/issues/19856) [#19732](https://github.com/vuetifyjs/vuetify/issues/19732) [#17125](https://github.com/vuetifyjs/vuetify/issues/17125)
13
14
  * **VBtn:** add `spaced` prop ([#21663](https://github.com/vuetifyjs/vuetify/issues/21663)) ([819605c](https://github.com/vuetifyjs/vuetify/commit/819605c6b4606bf45d33ea9c431c4e97a1bbd3b7)), closes [#21652](https://github.com/vuetifyjs/vuetify/issues/21652)
@@ -41,12 +42,13 @@
41
42
 
42
43
  ### :test_tube: Labs
43
44
 
45
+ * **VMaskInput:** fix caret position while editing ([#21925](https://github.com/vuetifyjs/vuetify/issues/21925)) ([27dc68c](https://github.com/vuetifyjs/vuetify/commit/27dc68caec935395fdd0d713e106db06f7e00404))
44
46
  * **VPicker:** add `hide-title` prop ([#21657](https://github.com/vuetifyjs/vuetify/issues/21657)) ([8d7eac3](https://github.com/vuetifyjs/vuetify/commit/8d7eac3dcd80387e4d3118f1660d7fb25251f66a)), closes [#21545](https://github.com/vuetifyjs/vuetify/issues/21545)
45
47
 
46
48
 
47
49
  ### Other Commits
48
50
 
49
- * chore(release): publish v3.9.5-dev.2025-08-23 ([20f4eab](https://github.com/vuetifyjs/vuetify/commit/20f4eaba255395f35bb6f8c2482a6dae346fc1d0))
51
+ * chore(release): publish v3.9.5-dev.2025-08-24 ([b41dc1c](https://github.com/vuetifyjs/vuetify/commit/b41dc1c188c608d989008dac58897d376bed0c94))
50
52
 
51
53
 
52
54