@vuetify/nightly 3.7.18-master.2025-03-24 → 3.7.18-master.2025-03-25

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.7.18-master.2025-03-24...v) (2025-03-24)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.18-master.2025-03-25...v) (2025-03-25)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.18-master.2025-03-24](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.7.18-master.2025-03-24) "Other Commmits" (2025-03-24)
5
+ ## [3.7.18-master.2025-03-25](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.7.18-master.2025-03-25) "Other Commmits" (2025-03-25)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
@@ -17,9 +17,19 @@
17
17
  * **VIcon:** swap provideTheme with useTheme ([633e7c2](https://github.com/vuetifyjs/vuetify/commit/633e7c2da541660bdc22c1bf1cdd7cc71f0c3036))
18
18
 
19
19
 
20
+ ### :test_tube: Labs
21
+
22
+ * **VDateInput:** prevent mobile keyboard showing ([#21141](https://github.com/vuetifyjs/vuetify/issues/21141)) ([a9f9897](https://github.com/vuetifyjs/vuetify/commit/a9f9897d323738a4d8a308399d7a00d8a539facd)), closes [#20580](https://github.com/vuetifyjs/vuetify/issues/20580)
23
+ * **VDateInput:** add new display-format prop ([d177272](https://github.com/vuetifyjs/vuetify/commit/d177272641eeb988950e4f77776636f703106500))
24
+ * **VDateInput:** add missing save / cancel events ([5ce8ec8](https://github.com/vuetifyjs/vuetify/commit/5ce8ec87a03ba8315c6eac8d62852d3b1bdecf5c))
25
+
26
+
20
27
  ### Other Commmits
21
28
 
22
- * chore(release): publish v3.7.18-master.2025-03-24 ([f7d1d9a](https://github.com/vuetifyjs/vuetify/commit/f7d1d9a5066a984a504434cc1d5957a86ffa507c))
29
+ * chore(release): publish v3.7.18-master.2025-03-25 ([59625d5](https://github.com/vuetifyjs/vuetify/commit/59625d553e7edb35251bb1630028d4c01aac04d8))
30
+ * chore(prop-display-format): fix lint ([8fe591f](https://github.com/vuetifyjs/vuetify/commit/8fe591f46314f5cda168910cc4f54e9f1e258a55))
31
+ * docs(prop-prepend-icon): clean-up example ([23ef6f3](https://github.com/vuetifyjs/vuetify/commit/23ef6f3e8932964982a2c4d5c973125bb1a02d8c))
32
+ * docs: clarify ad rendering condition to prevent null spot access ([5c3061b](https://github.com/vuetifyjs/vuetify/commit/5c3061b9020504b4e6d133fe464b9f84df2402da))
23
33
  * docs(sass-variables): clean up usage/component section ([a74cd52](https://github.com/vuetifyjs/vuetify/commit/a74cd5240632c3ead68a7eb70444476058628961))
24
34
  * docs: fix example prop order ([bef4782](https://github.com/vuetifyjs/vuetify/commit/bef4782e32cd14cfc1e14b656566d5486f7f6fb6))
25
35
  * docs: added missing IconAliases properties ([#21126](https://github.com/vuetifyjs/vuetify/issues/21126)) ([06cc0f7](https://github.com/vuetifyjs/vuetify/commit/06cc0f797e03aed2e1fa378276ac978c0ab8de15))