@vuetify/nightly 3.7.14-master.2025-02-28 → 3.7.14-master.2025-03-03

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.14-master.2025-02-28...v) (2025-02-28)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.14-master.2025-03-03...v) (2025-03-03)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.14-master.2025-02-28](https://github.com/vuetifyjs/vuetify/compare/v3.7.14...v3.7.14-master.2025-02-28) "Other Commmits" (2025-02-28)
5
+ ## [3.7.14-master.2025-03-03](https://github.com/vuetifyjs/vuetify/compare/v3.7.14...v3.7.14-master.2025-03-03) "Other Commmits" (2025-03-03)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
@@ -14,6 +14,8 @@
14
14
 
15
15
  ### :test_tube: Labs
16
16
 
17
+ * **VDateInput:** use adapter date ([#21043](https://github.com/vuetifyjs/vuetify/issues/21043)) ([64d5eeb](https://github.com/vuetifyjs/vuetify/commit/64d5eeb31a1ed1cfade94758ddb9e77f6a786c0e)), closes [#21033](https://github.com/vuetifyjs/vuetify/issues/21033)
18
+ * **VFileUpload:** divider wrapper width on smaller screens ([cc26a99](https://github.com/vuetifyjs/vuetify/commit/cc26a99431bf98c7897f0deb854077a054594580))
17
19
  * **VNumberInput:** use useFocus composable for state ([41dad8c](https://github.com/vuetifyjs/vuetify/commit/41dad8c06087e31117b414052c20c1b53a1ba432))
18
20
  * **VNumberInput:** support control holding down ([#20987](https://github.com/vuetifyjs/vuetify/issues/20987)) ([83aed7b](https://github.com/vuetifyjs/vuetify/commit/83aed7b17d717142373e862cd10600530ef974ee))
19
21
  * **VNumberInput:** pass number to rules ([cea6d12](https://github.com/vuetifyjs/vuetify/commit/cea6d12124ea1be8c4ffedf0b2656d19ee9956ee)), closes [#21022](https://github.com/vuetifyjs/vuetify/issues/21022)
@@ -22,7 +24,12 @@
22
24
 
23
25
  ### Other Commmits
24
26
 
25
- * chore(release): publish v3.7.14-master.2025-02-28 ([3e9fadb](https://github.com/vuetifyjs/vuetify/commit/3e9fadb3c69313c953c94e940500645ccb2d8b46))
27
+ * chore(release): publish v3.7.14-master.2025-03-03 ([b41c04c](https://github.com/vuetifyjs/vuetify/commit/b41c04c651cd5a7a72bcd5dd6e2d2032f35fd9ae))
28
+ * docs(dates): update DateAdapter type import path ([e634725](https://github.com/vuetifyjs/vuetify/commit/e6347252d2aa8ee6e48cc479113ae05b8d518f6d))
29
+ * docs(treeshaking): clean-up content, fix vite example ([7734591](https://github.com/vuetifyjs/vuetify/commit/77345910c855387167ab57c5a7e21fa6a2735e7b))
30
+ * docs: add missing features to features pages ([79d6f8e](https://github.com/vuetifyjs/vuetify/commit/79d6f8e7447114ecd5eb870d864ffe685604799b))
31
+ * docs(dates): update / improve documentation ([bb6f4f8](https://github.com/vuetifyjs/vuetify/commit/bb6f4f83d70e56b422a0ee9e6f831c74aeebc98f))
32
+ * chore(date): add dayjs/luxon to vuetify dev packages ([994e103](https://github.com/vuetifyjs/vuetify/commit/994e1033553db45dbb059ac377437944a56d37c7))
26
33
  * docs(api): add missing descriptions ([a123275](https://github.com/vuetifyjs/vuetify/commit/a1232756d4ae42afe31d3d3dcd743fc153e36842))
27
34
  * docs(v-data-table): update expand rows example ([1731d2a](https://github.com/vuetifyjs/vuetify/commit/1731d2a6810659cb8b5216d1223782b90d4e559d))
28
35
  * chore: remove playgrounds ([#20323](https://github.com/vuetifyjs/vuetify/issues/20323)) ([32bc451](https://github.com/vuetifyjs/vuetify/commit/32bc4518df88f06bf45157ea03a514b236806e52))