@vuetify/nightly 3.7.12-master.2025-02-18 → 3.7.12-master.2025-02-19
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 +12 -3
- package/dist/json/attributes.json +2555 -2555
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +4785 -4785
- package/dist/vuetify-labs.css +4769 -4769
- package/dist/vuetify-labs.d.ts +17 -8
- package/dist/vuetify-labs.esm.js +23 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5007 -5007
- package/dist/vuetify.d.ts +74 -65
- package/dist/vuetify.esm.js +14 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1056 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VInput/VInput.mjs +2 -2
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +2 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +13 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +2 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +2 -2
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +2 -2
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/index.d.mts +17 -8
- package/lib/composables/list-items.mjs +2 -3
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VFileUpload/VFileUpload.mjs +2 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -11
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.12-master.2025-02-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.12-master.2025-02-19...v) (2025-02-19)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.12-master.2025-02-
|
5
|
+
## [3.7.12-master.2025-02-19](https://github.com/vuetifyjs/vuetify/compare/v3.7.12...v3.7.12-master.2025-02-19) "Other Commmits" (2025-02-19)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
@@ -11,9 +11,17 @@
|
|
11
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
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
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)
|
14
16
|
* **VTabs:** correct items generic type ([3adefb9](https://github.com/vuetifyjs/vuetify/commit/3adefb9a2405dd2d8f34940a5d9f6ff3f35884b2)), closes [#20981](https://github.com/vuetifyjs/vuetify/issues/20981)
|
15
17
|
|
16
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
|
+
|
17
25
|
### :arrows_counterclockwise: Reverts
|
18
26
|
|
19
27
|
* Revert "fix(VNavigationDrawer): don't restrict elementSize when..." ([8294e8c](https://github.com/vuetifyjs/vuetify/commit/8294e8c375c3900aa6f214c17a55aa2e2fb2269c))
|
@@ -30,7 +38,8 @@
|
|
30
38
|
|
31
39
|
### Other Commmits
|
32
40
|
|
33
|
-
* chore(release): publish v3.7.12-master.2025-02-
|
41
|
+
* chore(release): publish v3.7.12-master.2025-02-19 ([d3ebbd5](https://github.com/vuetifyjs/vuetify/commit/d3ebbd5ed50bbb1e293ac0c248cb5ceecfbfc6ca))
|
42
|
+
* docs: fix font preload ([ab6eba4](https://github.com/vuetifyjs/vuetify/commit/ab6eba45bb24665e12ee36db71dcfc8fc515327e))
|
34
43
|
* chore: update dependencies ([ac50858](https://github.com/vuetifyjs/vuetify/commit/ac50858421b9ba9cdd0cc53319b6c15e4d454583))
|
35
44
|
* chore(team.json): update team ([15cf370](https://github.com/vuetifyjs/vuetify/commit/15cf3708cdf6ed57b0dc493b53665a90b953c3f3))
|
36
45
|
* chore(README.md): update sponsors ([6d957d3](https://github.com/vuetifyjs/vuetify/commit/6d957d3c5fba9f4ee49e306d7e3381f706abf94b))
|