@vuetify/nightly 3.9.3-master.2025-08-05 → 3.9.4-master.2025-08-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,59 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-master.2025-08-05...v) (2025-08-05)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.4-master.2025-08-06...v) (2025-08-06)
2
2
 
3
3
 
4
4
 
5
- ## [3.9.3-master.2025-08-05](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-08-05) "Other Commits" (2025-08-05)
6
-
7
-
8
- ### :rocket: Features
9
-
10
- * **VColorPicker:** aria labels for main controls ([#21839](https://github.com/vuetifyjs/vuetify/issues/21839)) ([e2ab73a](https://github.com/vuetifyjs/vuetify/commit/e2ab73a7aafb1c443ad30b28134e41b4662c27fe)), closes [#21834](https://github.com/vuetifyjs/vuetify/issues/21834)
11
-
12
-
13
- ### :wrench: Bug Fixes
14
-
15
- * **VAlert:** restore unit-less support in Sass variable for title line-height ([#21843](https://github.com/vuetifyjs/vuetify/issues/21843)) ([8c1778a](https://github.com/vuetifyjs/vuetify/commit/8c1778a26a08d9d663681d83d6dd9160e3cb5c74)), closes [#21841](https://github.com/vuetifyjs/vuetify/issues/21841)
16
- * **validation:** return aliases when called without arguments ([#21868](https://github.com/vuetifyjs/vuetify/issues/21868)) ([64a82d4](https://github.com/vuetifyjs/vuetify/commit/64a82d4776d22628db5d3a55fc070ce2463eb602))
17
- * **VColorPicker:** keep canvas visible when width is not px ([22b828f](https://github.com/vuetifyjs/vuetify/commit/22b828f5cc625adeeb206e20746154dd79f33e0c))
18
- * **VDataTable:** correct row height when with show-select and compact ([#21829](https://github.com/vuetifyjs/vuetify/issues/21829)) ([29b3bb0](https://github.com/vuetifyjs/vuetify/commit/29b3bb0b3363e8c295cf16286ed500e8ae269e98)), closes [#21767](https://github.com/vuetifyjs/vuetify/issues/21767)
19
- * **VDataTable:** missing stripes on fixed columns ([#21715](https://github.com/vuetifyjs/vuetify/issues/21715)) ([739a6c9](https://github.com/vuetifyjs/vuetify/commit/739a6c9aa8ac6064d7484e1e40dbf111d2ab75c5))
20
- * **VMenu, VTooltip:** apply scroll-strategy reposition for horizontal overflow ([#21309](https://github.com/vuetifyjs/vuetify/issues/21309)) ([bd48658](https://github.com/vuetifyjs/vuetify/commit/bd486588ae665014abe9a2af09bee12868e8574f)), closes [#20625](https://github.com/vuetifyjs/vuetify/issues/20625)
21
- * **VNumberInput:** keep focus when incrementing in the list ([#21824](https://github.com/vuetifyjs/vuetify/issues/21824)) ([d6b3384](https://github.com/vuetifyjs/vuetify/commit/d6b338465a1c55fa72838c668276dcc9855b4f54)), closes [#17083](https://github.com/vuetifyjs/vuetify/issues/17083)
22
- * **VOverlay:** don't use content element as scroll parent ([06c4c91](https://github.com/vuetifyjs/vuetify/commit/06c4c91f94d18af53041961f2c9fb0cc7e364cb2))
23
- * **VSlider:** avoid thumb label wedge gap ([#21847](https://github.com/vuetifyjs/vuetify/issues/21847)) ([059e578](https://github.com/vuetifyjs/vuetify/commit/059e578e21f376bf1059c59fbf72eb278664ed93))
24
- * **VStepper:** correct cursor for readonly item ([aeb6f4d](https://github.com/vuetifyjs/vuetify/commit/aeb6f4d70291ebb5c907ebe86490bb622f2929ea)), closes [#21867](https://github.com/vuetifyjs/vuetify/issues/21867)
25
- * **VTreeview:** allow expanding disabled nodes ([ed4d8cf](https://github.com/vuetifyjs/vuetify/commit/ed4d8cfb06079a231064dbc6ebedb05d3ad6ef06)), closes [#21075](https://github.com/vuetifyjs/vuetify/issues/21075) [#21116](https://github.com/vuetifyjs/vuetify/issues/21116)
26
- * **VWindow:** correctly reveal vertical arrows on hover ([521ba7b](https://github.com/vuetifyjs/vuetify/commit/521ba7b7a5749f495b13face6fabca7b971e56bf))
27
-
28
-
29
- ### :microscope: Code Refactoring
30
-
31
- * **VDataTable:** avoid Array.toReversed() ([3894f98](https://github.com/vuetifyjs/vuetify/commit/3894f98c333abaad63fc2a651ae558ffbb75d620))
32
-
33
-
34
- ### :test_tube: Labs
35
-
36
- * docs(VPie): minor improvements to misc examples ([46cf40b](https://github.com/vuetifyjs/vuetify/commit/46cf40b58a4753f963ee1d5e31d762b8a06721ef))
37
- * **VColorInput:** pip customization ([#21820](https://github.com/vuetifyjs/vuetify/issues/21820)) ([db389d5](https://github.com/vuetifyjs/vuetify/commit/db389d5bb0386eccb00302c0b3134f39c201a35a))
38
- * **VVideo:** prefer `max-width`, default to 100% ([22d5dd5](https://github.com/vuetifyjs/vuetify/commit/22d5dd5e5814c9aea59a5d4778c2d4ea6c3c9ba6))
39
- * **VVideo:** add `aspect-ratio` prop ([83e67d1](https://github.com/vuetifyjs/vuetify/commit/83e67d137b2659535da355ac23d9a24d8345537b))
40
- * **VVideo:** correct default track color with pills ([e98919d](https://github.com/vuetifyjs/vuetify/commit/e98919d0c3ec9ed128bc58fe5678b1821f7f5478))
41
- * **VVideo:** correct color customization ([13da3e1](https://github.com/vuetifyjs/vuetify/commit/13da3e1b33b7dfee1d506c4d47782ab47a3f7f6c))
42
- * **VVideo:** correctly move elevation to pills ([3df9494](https://github.com/vuetifyjs/vuetify/commit/3df9494480b80f091bef6e0f1e65066dbe4b5642))
43
- * **VVideo:** hide overlays for background variant ([466dc6f](https://github.com/vuetifyjs/vuetify/commit/466dc6fb87acf5a0e6e2d67f9196eaf3f6705e9f))
5
+ ## [3.9.4-master.2025-08-06](https://github.com/vuetifyjs/vuetify/compare/v3.9.4...v3.9.4-master.2025-08-06) "Other Commits" (2025-08-06)
44
6
 
45
7
 
46
8
  ### Other Commits
47
9
 
48
- * chore(release): publish v3.9.3-master.2025-08-05 ([5dc7707](https://github.com/vuetifyjs/vuetify/commit/5dc77075219ff3c32cacef00c8829add69c217be))
49
- * chore(VList): replace cypress with vitest ([#21810](https://github.com/vuetifyjs/vuetify/issues/21810)) ([37b6218](https://github.com/vuetifyjs/vuetify/commit/37b621826b34cfbd9ef1cf59b220f3878d20e47f))
50
- * chore(VTabs): replace cypress with vitest ([#21809](https://github.com/vuetifyjs/vuetify/issues/21809)) ([818877e](https://github.com/vuetifyjs/vuetify/commit/818877e2b79d6022cccebb10307d8528f74022b2))
51
- * docs(VApp): remove `full-height` from API docs ([c843d1e](https://github.com/vuetifyjs/vuetify/commit/c843d1eddfdfb7d420a4792832fd8c338be63972)), closes [#17388](https://github.com/vuetifyjs/vuetify/issues/17388)
52
- * docs: workaround buggy lint rule ([bdfe5f7](https://github.com/vuetifyjs/vuetify/commit/bdfe5f7894363d7888f52dc1b2e38a8f3f3c0a4a))
53
- * docs(VDataTable): improved example for expanded rows ([6173db9](https://github.com/vuetifyjs/vuetify/commit/6173db9042edb693a270e92e68b3bb45c59f1380))
54
- * docs(VDataTable): improved example for group header ([98ba5bc](https://github.com/vuetifyjs/vuetify/commit/98ba5bc5f6ed5cae3a2628a4d02609a3acf62efc))
55
- * docs(VTreeview): remove broken link ([9de2ade](https://github.com/vuetifyjs/vuetify/commit/9de2adeb73e2a6a78286da2a1923d3fd3232bb3b))
56
- * docs(VCarousel): example for custom transitions ([#21849](https://github.com/vuetifyjs/vuetify/issues/21849)) ([e7d97cb](https://github.com/vuetifyjs/vuetify/commit/e7d97cb8c64246d5ca455a5085cf5e0157285bdf))
10
+ * chore(release): publish v3.9.4-master.2025-08-06 ([7a86b8d](https://github.com/vuetifyjs/vuetify/commit/7a86b8d58e2e34998845154f8ba27081a38a0fd0))
57
11
 
58
12
 
59
13