@vuetify/nightly 3.9.3-master.2025-07-31 → 3.9.3-master.2025-08-01

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.9.3-master.2025-07-31...v) (2025-07-31)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-master.2025-08-01...v) (2025-08-01)
2
2
 
3
3
 
4
4
 
5
- ## [3.9.3-master.2025-07-31](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-07-31) "Other Commits" (2025-07-31)
5
+ ## [3.9.3-master.2025-08-01](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-08-01) "Other Commits" (2025-08-01)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -13,6 +13,7 @@
13
13
 
14
14
  ### :wrench: Bug Fixes
15
15
 
16
+ * **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)
16
17
  * **VDataTable:** missing stripes on fixed columns ([#21715](https://github.com/vuetifyjs/vuetify/issues/21715)) ([739a6c9](https://github.com/vuetifyjs/vuetify/commit/739a6c9aa8ac6064d7484e1e40dbf111d2ab75c5))
17
18
  * **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)
18
19
  * **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)
@@ -38,7 +39,11 @@
38
39
 
39
40
  ### Other Commits
40
41
 
41
- * chore(release): publish v3.9.3-master.2025-07-31 ([479d470](https://github.com/vuetifyjs/vuetify/commit/479d470351a938c5fab10f1ed65f409632be993c))
42
+ * chore(release): publish v3.9.3-master.2025-08-01 ([244bfb1](https://github.com/vuetifyjs/vuetify/commit/244bfb1ab5587ca96feb128d23b29c632c173293))
43
+ * docs(VApp): remove `full-height` from API docs ([9526437](https://github.com/vuetifyjs/vuetify/commit/952643785b6f6f64a0ea0398c0166f20099ef421)), closes [#17388](https://github.com/vuetifyjs/vuetify/issues/17388)
44
+ * docs: workaround buggy lint rule ([bdfe5f7](https://github.com/vuetifyjs/vuetify/commit/bdfe5f7894363d7888f52dc1b2e38a8f3f3c0a4a))
45
+ * docs(VDataTable): improved example for expanded rows ([6173db9](https://github.com/vuetifyjs/vuetify/commit/6173db9042edb693a270e92e68b3bb45c59f1380))
46
+ * docs(VDataTable): improved example for group header ([98ba5bc](https://github.com/vuetifyjs/vuetify/commit/98ba5bc5f6ed5cae3a2628a4d02609a3acf62efc))
42
47
  * docs(VTreeview): remove broken link ([9de2ade](https://github.com/vuetifyjs/vuetify/commit/9de2adeb73e2a6a78286da2a1923d3fd3232bb3b))
43
48
  * docs(VCarousel): example for custom transitions ([#21849](https://github.com/vuetifyjs/vuetify/issues/21849)) ([e7d97cb](https://github.com/vuetifyjs/vuetify/commit/e7d97cb8c64246d5ca455a5085cf5e0157285bdf))
44
49