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

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.0-master.2025-07-12...v) (2025-07-12)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-13...v) (2025-07-13)
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-13](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-13) "Other Commits" (2025-07-13)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
@@ -19,6 +19,7 @@
19
19
 
20
20
  ### :test_tube: Labs
21
21
 
22
+ * **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
23
  * **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
24
  * **VDateInput:** avoid time values in the field ([#21694](https://github.com/vuetifyjs/vuetify/issues/21694)) ([d4efd48](https://github.com/vuetifyjs/vuetify/commit/d4efd487d384f94a263d2af9b8abc5dbb8381134))
24
25
  * **VMaskInput:** use proper validation value ([#21719](https://github.com/vuetifyjs/vuetify/issues/21719)) ([64943b3](https://github.com/vuetifyjs/vuetify/commit/64943b30c4a84ddfaa565f9b2d62285450aa128b))
@@ -27,7 +28,7 @@
27
28
 
28
29
  ### Other Commits
29
30
 
30
- * chore(release): publish v3.9.0-master.2025-07-12 ([76dad52](https://github.com/vuetifyjs/vuetify/commit/76dad5290c1f116885e5676763682d71b89152bb))
31
+ * chore(release): publish v3.9.0-master.2025-07-13 ([fbbf5c5](https://github.com/vuetifyjs/vuetify/commit/fbbf5c531920885f8b67806e129daf1e8d59948e))
31
32
  * 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
33
  * chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
33
34
  * chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))