@vuetify/nightly 3.9.0-master.2025-07-12 → 3.9.0-master.2025-07-14

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,14 +1,15 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-12...v) (2025-07-12)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-14...v) (2025-07-14)
2
2
 
3
3
 
4
4
 
5
- # [3.9.0-master.2025-07-12](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-12) "Other Commits" (2025-07-12)
5
+ # [3.9.0-master.2025-07-14](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-14) "Other Commits" (2025-07-14)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
10
  * **input:** handle aria-describedby with hide-details ([#21703](https://github.com/vuetifyjs/vuetify/issues/21703)) ([543f932](https://github.com/vuetifyjs/vuetify/commit/543f932622f1de44a215c71fbe8d52af3edea1bd)), closes [#17012](https://github.com/vuetifyjs/vuetify/issues/17012) [#19794](https://github.com/vuetifyjs/vuetify/issues/19794)
11
11
  * **VField:** Fix label accessibility ([#21706](https://github.com/vuetifyjs/vuetify/issues/21706)) ([85abd80](https://github.com/vuetifyjs/vuetify/commit/85abd8078a2cba159b1cc3caa323519b3b29dec6))
12
+ * **VFileUploadItem:** apply classes, styles as props ([#21752](https://github.com/vuetifyjs/vuetify/issues/21752)) ([d6050f0](https://github.com/vuetifyjs/vuetify/commit/d6050f051ac36cadef5cb6ae1e8995875d2b4bfe)), closes [#21740](https://github.com/vuetifyjs/vuetify/issues/21740)
12
13
  * **VList:** ignore invalid itemType values ([4bae0bc](https://github.com/vuetifyjs/vuetify/commit/4bae0bcfba724d90eafda96801ed597558e30885)), closes [#21728](https://github.com/vuetifyjs/vuetify/issues/21728)
13
14
 
14
15
 
@@ -19,6 +20,7 @@
19
20
 
20
21
  ### :test_tube: Labs
21
22
 
23
+ * **VColorInput:** ensure cancel action closes menu ([#21664](https://github.com/vuetifyjs/vuetify/issues/21664)) ([7822179](https://github.com/vuetifyjs/vuetify/commit/7822179df9d61dec98179ddcb70346d949305412)), closes [#21655](https://github.com/vuetifyjs/vuetify/issues/21655)
22
24
  * **VDateInput:** assign type to displayFormat function ([#21684](https://github.com/vuetifyjs/vuetify/issues/21684)) ([4446ebf](https://github.com/vuetifyjs/vuetify/commit/4446ebff30e96f1d7629bafa0c8b8bad8f473307)), closes [#21683](https://github.com/vuetifyjs/vuetify/issues/21683)
23
25
  * **VDateInput:** avoid time values in the field ([#21694](https://github.com/vuetifyjs/vuetify/issues/21694)) ([d4efd48](https://github.com/vuetifyjs/vuetify/commit/d4efd487d384f94a263d2af9b8abc5dbb8381134))
24
26
  * **VMaskInput:** use proper validation value ([#21719](https://github.com/vuetifyjs/vuetify/issues/21719)) ([64943b3](https://github.com/vuetifyjs/vuetify/commit/64943b30c4a84ddfaa565f9b2d62285450aa128b))
@@ -27,7 +29,7 @@
27
29
 
28
30
  ### Other Commits
29
31
 
30
- * chore(release): publish v3.9.0-master.2025-07-12 ([76dad52](https://github.com/vuetifyjs/vuetify/commit/76dad5290c1f116885e5676763682d71b89152bb))
32
+ * chore(release): publish v3.9.0-master.2025-07-14 ([f624fd5](https://github.com/vuetifyjs/vuetify/commit/f624fd5ce87d3515989946f034a65814b06894ba))
31
33
  * docs(VLazy): update playground example ([#20632](https://github.com/vuetifyjs/vuetify/issues/20632)) ([25d2b3f](https://github.com/vuetifyjs/vuetify/commit/25d2b3f477d9ff96d0ae9d43b8e1f457629c02bc)), closes [#20579](https://github.com/vuetifyjs/vuetify/issues/20579)
32
34
  * chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
33
35
  * chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))