@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-11

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,12 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-10...v) (2025-07-10)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-11...v) (2025-07-11)
2
2
 
3
3
 
4
4
 
5
- # [3.9.0-master.2025-07-10](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-10) "Other Commits" (2025-07-10)
5
+ # [3.9.0-master.2025-07-11](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-11) "Other Commits" (2025-07-11)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
+ * **VField:** Fix label accessibility ([#21706](https://github.com/vuetifyjs/vuetify/issues/21706)) ([85abd80](https://github.com/vuetifyjs/vuetify/commit/85abd8078a2cba159b1cc3caa323519b3b29dec6))
10
11
  * **VList:** ignore invalid itemType values ([4bae0bc](https://github.com/vuetifyjs/vuetify/commit/4bae0bcfba724d90eafda96801ed597558e30885)), closes [#21728](https://github.com/vuetifyjs/vuetify/issues/21728)
11
12
 
12
13
 
@@ -17,12 +18,13 @@
17
18
 
18
19
  ### :test_tube: Labs
19
20
 
21
+ * **VDateInput:** avoid time values in the field ([#21694](https://github.com/vuetifyjs/vuetify/issues/21694)) ([d4efd48](https://github.com/vuetifyjs/vuetify/commit/d4efd487d384f94a263d2af9b8abc5dbb8381134))
20
22
  * **VStepperVertical:** fix next/prev-text props ([#21360](https://github.com/vuetifyjs/vuetify/issues/21360)) ([11986c6](https://github.com/vuetifyjs/vuetify/commit/11986c6e2ac351c38194cd3a8c74f6e03f58e3cf)), closes [#21358](https://github.com/vuetifyjs/vuetify/issues/21358)
21
23
 
22
24
 
23
25
  ### Other Commits
24
26
 
25
- * chore(release): publish v3.9.0-master.2025-07-10 ([69f4c45](https://github.com/vuetifyjs/vuetify/commit/69f4c453c991bda684a7766c689a622cd329bd29))
27
+ * chore(release): publish v3.9.0-master.2025-07-11 ([ffa45be](https://github.com/vuetifyjs/vuetify/commit/ffa45be9b4fd398136675aa379f97fdcc61cff96))
26
28
  * chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
27
29
  * chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))
28
30
  * docs(data-tables): fix typo ([#21718](https://github.com/vuetifyjs/vuetify/issues/21718)) ([fab15be](https://github.com/vuetifyjs/vuetify/commit/fab15be435ef2ccdab22c3a1f6267599006f2b7b))