@vuetify/nightly 3.7.14-master.2025-03-02 → 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 +9 -3
- package/dist/json/attributes.json +3205 -3205
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +186 -186
- package/dist/json/web-types.json +6078 -6078
- package/dist/vuetify-labs.css +2544 -2544
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3704 -3704
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.14-master.2025-03-
|
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-03-
|
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,7 @@
|
|
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)
|
17
18
|
* **VFileUpload:** divider wrapper width on smaller screens ([cc26a99](https://github.com/vuetifyjs/vuetify/commit/cc26a99431bf98c7897f0deb854077a054594580))
|
18
19
|
* **VNumberInput:** use useFocus composable for state ([41dad8c](https://github.com/vuetifyjs/vuetify/commit/41dad8c06087e31117b414052c20c1b53a1ba432))
|
19
20
|
* **VNumberInput:** support control holding down ([#20987](https://github.com/vuetifyjs/vuetify/issues/20987)) ([83aed7b](https://github.com/vuetifyjs/vuetify/commit/83aed7b17d717142373e862cd10600530ef974ee))
|
@@ -23,7 +24,12 @@
|
|
23
24
|
|
24
25
|
### Other Commmits
|
25
26
|
|
26
|
-
* chore(release): publish v3.7.14-master.2025-03-
|
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))
|
27
33
|
* docs(api): add missing descriptions ([a123275](https://github.com/vuetifyjs/vuetify/commit/a1232756d4ae42afe31d3d3dcd743fc153e36842))
|
28
34
|
* docs(v-data-table): update expand rows example ([1731d2a](https://github.com/vuetifyjs/vuetify/commit/1731d2a6810659cb8b5216d1223782b90d4e559d))
|
29
35
|
* chore: remove playgrounds ([#20323](https://github.com/vuetifyjs/vuetify/issues/20323)) ([32bc451](https://github.com/vuetifyjs/vuetify/commit/32bc4518df88f06bf45157ea03a514b236806e52))
|