@vuetify/nightly 3.7.12-master.2025-02-19 → 3.7.13-master.2025-02-20
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 +4 -43
- package/dist/json/attributes.json +3585 -3585
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6414 -6414
- package/dist/vuetify-labs.css +5575 -5575
- package/dist/vuetify-labs.esm.js +22 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4798 -4798
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +22 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +19 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +62 -62
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,57 +1,18 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.13-master.2025-02-20...v) (2025-02-20)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.
|
5
|
+
## [3.7.13-master.2025-02-20](https://github.com/vuetifyjs/vuetify/compare/v3.7.13...v3.7.13-master.2025-02-20) "Other Commmits" (2025-02-20)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
|
-
* **
|
11
|
-
* **nested:** prevent parent node activate firing for singleLeaf ([#20951](https://github.com/vuetifyjs/vuetify/issues/20951)) ([ea70e18](https://github.com/vuetifyjs/vuetify/commit/ea70e18408a93bd04c8a58130c993a465d0dcec8)), closes [#20946](https://github.com/vuetifyjs/vuetify/issues/20946)
|
12
|
-
* **VBottomNavigation:** flex VBtn evenly when using the grow prop ([407bd8e](https://github.com/vuetifyjs/vuetify/commit/407bd8ef0e6c039cb12865611d780e94bf10342b)), closes [#20493](https://github.com/vuetifyjs/vuetify/issues/20493)
|
13
|
-
* **VFileInput:** use correct model for validation ([5ae1208](https://github.com/vuetifyjs/vuetify/commit/5ae1208d89a7200331b472ea024f7889327be4d7)), closes [#20247](https://github.com/vuetifyjs/vuetify/issues/20247)
|
14
|
-
* **VList/VTreeview:** don't change tabindex when isFocused changes ([cda9307](https://github.com/vuetifyjs/vuetify/commit/cda93074ba76bc6e20e1ca3ee6e604b1ff452b90)), closes [#19919](https://github.com/vuetifyjs/vuetify/issues/19919) [#17470](https://github.com/vuetifyjs/vuetify/issues/17470)
|
15
|
-
* **VSelect:** external model reactivity ([4df71de](https://github.com/vuetifyjs/vuetify/commit/4df71dee970b9033835f4143f8afb60c6e98e602)), closes [#20992](https://github.com/vuetifyjs/vuetify/issues/20992) [#20997](https://github.com/vuetifyjs/vuetify/issues/20997)
|
16
|
-
* **VTabs:** correct items generic type ([3adefb9](https://github.com/vuetifyjs/vuetify/commit/3adefb9a2405dd2d8f34940a5d9f6ff3f35884b2)), closes [#20981](https://github.com/vuetifyjs/vuetify/issues/20981)
|
17
|
-
|
18
|
-
|
19
|
-
### :microscope: Code Refactoring
|
20
|
-
|
21
|
-
* remove redundant pick function ([a438986](https://github.com/vuetifyjs/vuetify/commit/a438986fe13cbfc654870e9c9c68692e690c6197))
|
22
|
-
* **VTreeviewItem:** reuse VListItem link and clean-up code ([3cbe7a4](https://github.com/vuetifyjs/vuetify/commit/3cbe7a43d37ac19a0237824f660f48644bf9c908)), closes [#19919](https://github.com/vuetifyjs/vuetify/issues/19919)
|
23
|
-
|
24
|
-
|
25
|
-
### :arrows_counterclockwise: Reverts
|
26
|
-
|
27
|
-
* Revert "fix(VNavigationDrawer): don't restrict elementSize when..." ([8294e8c](https://github.com/vuetifyjs/vuetify/commit/8294e8c375c3900aa6f214c17a55aa2e2fb2269c))
|
28
|
-
|
29
|
-
|
30
|
-
### :test_tube: Labs
|
31
|
-
|
32
|
-
* **VDateInput:** add missing slot pass-through ([4815d05](https://github.com/vuetifyjs/vuetify/commit/4815d05aeec01387401b3f5e917da9b2193942f4)), closes [#20060](https://github.com/vuetifyjs/vuetify/issues/20060)
|
33
|
-
* **VDateInput:** disable in disabled forms ([#20982](https://github.com/vuetifyjs/vuetify/issues/20982)) ([e0ec39f](https://github.com/vuetifyjs/vuetify/commit/e0ec39fae38aac9ad60bfb5e04c568d760ae2bf0)), closes [#20543](https://github.com/vuetifyjs/vuetify/issues/20543)
|
34
|
-
* **VNumberInput:** strict precision ([#20252](https://github.com/vuetifyjs/vuetify/issues/20252)) ([fd7cb11](https://github.com/vuetifyjs/vuetify/commit/fd7cb11bf1689e2051bbd7aa08ff239a7b2c0608)), closes [#19898](https://github.com/vuetifyjs/vuetify/issues/19898)
|
35
|
-
* **VNumberInput:** ability to hide controls + spacing tweaks ([#19908](https://github.com/vuetifyjs/vuetify/issues/19908)) ([3085e1a](https://github.com/vuetifyjs/vuetify/commit/3085e1aa7551951eb1df49053e4e252cdd2db6a0)), closes [#19897](https://github.com/vuetifyjs/vuetify/issues/19897) [#20782](https://github.com/vuetifyjs/vuetify/issues/20782)
|
36
|
-
* **VTreeview:** remove itemType and unused slots ([b54db8d](https://github.com/vuetifyjs/vuetify/commit/b54db8ddb799ad6e4f1c99549f154c5e7e33b9ef)), closes [#20980](https://github.com/vuetifyjs/vuetify/issues/20980)
|
10
|
+
* **VDatePicker:** clamp displayed month to min/max ([#20999](https://github.com/vuetifyjs/vuetify/issues/20999)) ([fb87527](https://github.com/vuetifyjs/vuetify/commit/fb87527c968191d1732903787e5ae5881f64750b)), closes [#20287](https://github.com/vuetifyjs/vuetify/issues/20287)
|
37
11
|
|
38
12
|
|
39
13
|
### Other Commmits
|
40
14
|
|
41
|
-
* chore(release): publish v3.7.
|
42
|
-
* docs: fix font preload ([ab6eba4](https://github.com/vuetifyjs/vuetify/commit/ab6eba45bb24665e12ee36db71dcfc8fc515327e))
|
43
|
-
* chore: update dependencies ([ac50858](https://github.com/vuetifyjs/vuetify/commit/ac50858421b9ba9cdd0cc53319b6c15e4d454583))
|
44
|
-
* chore(team.json): update team ([15cf370](https://github.com/vuetifyjs/vuetify/commit/15cf3708cdf6ed57b0dc493b53665a90b953c3f3))
|
45
|
-
* chore(README.md): update sponsors ([6d957d3](https://github.com/vuetifyjs/vuetify/commit/6d957d3c5fba9f4ee49e306d7e3381f706abf94b))
|
46
|
-
* docs(contributing): suggest to clear vite's cache when using pnpm link ([#20224](https://github.com/vuetifyjs/vuetify/issues/20224)) ([098f939](https://github.com/vuetifyjs/vuetify/commit/098f939eec43a05795e7dadcf8c6d85f83fba97e))
|
47
|
-
* docs(VParallax): add welcome section example to docs ([#19283](https://github.com/vuetifyjs/vuetify/issues/19283)) ([ff90984](https://github.com/vuetifyjs/vuetify/commit/ff909840d84f1ac0fad91efe7b04ad05f068cdaa))
|
48
|
-
* docs: Add "text-none" CSS class (text-transform:none) ([#20875](https://github.com/vuetifyjs/vuetify/issues/20875)) ([2790a4d](https://github.com/vuetifyjs/vuetify/commit/2790a4d309da84773fed4ffb551536cd91777ea3))
|
49
|
-
* docs(VVirtualScroll): renderless needs a positioned ancestor ([#20975](https://github.com/vuetifyjs/vuetify/issues/20975)) ([2a73641](https://github.com/vuetifyjs/vuetify/commit/2a7364189bc770e898265eeff63c083935e9ab9c))
|
50
|
-
* docs: show 404 for non-existent api pages ([812af2e](https://github.com/vuetifyjs/vuetify/commit/812af2ea878960cf8b16b5e2581ad5a0c3004219))
|
51
|
-
* docs: log specific error if example is not found ([85ed224](https://github.com/vuetifyjs/vuetify/commit/85ed224033cebd382dbc57a06e046553b17dbc3d))
|
52
|
-
* chore(docs): set up glitchtip ([12a4543](https://github.com/vuetifyjs/vuetify/commit/12a45431954cce3695d61fad147eb4f8eb96884e))
|
53
|
-
* chore: update caniuse-lite ([9fd2041](https://github.com/vuetifyjs/vuetify/commit/9fd204137f7a5683aae7de4158380d9b790857db))
|
54
|
-
* chore: enable more vitest eslint rules ([6536895](https://github.com/vuetifyjs/vuetify/commit/65368957b140dfdcda48839983a2b449db6e33a9))
|
15
|
+
* chore(release): publish v3.7.13-master.2025-02-20 ([0466135](https://github.com/vuetifyjs/vuetify/commit/04661350d1abb1b7b512466b135a3054b330485e))
|
55
16
|
|
56
17
|
|
57
18
|
|