@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-master.2025-07-30
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 -62
- package/dist/json/attributes.json +3905 -3905
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +7077 -7077
- package/dist/vuetify-labs.cjs +47 -24
- package/dist/vuetify-labs.css +3395 -3387
- package/dist/vuetify-labs.d.ts +48 -47
- package/dist/vuetify-labs.esm.js +47 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -9
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2289 -2281
- package/dist/vuetify.d.ts +48 -47
- package/dist/vuetify.esm.js +15 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +10 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VWindow/VWindow.css +8 -0
- package/lib/components/VWindow/VWindow.sass +9 -0
- package/lib/composables/theme.d.ts +1 -0
- package/lib/composables/theme.js +3 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +48 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.css +1 -1
- package/lib/labs/VVideo/VVideo.js +2 -2
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +2 -0
- package/lib/labs/VVideo/VVideoControls.js +32 -15
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,80 +1,27 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-master.2025-07-30...v) (2025-07-30)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.9.
|
6
|
-
|
7
|
-
|
8
|
-
### :rocket: Features
|
9
|
-
|
10
|
-
* **VDatePicker:** add aria-labels for improved accessibility ([#21635](https://github.com/vuetifyjs/vuetify/issues/21635)) ([5e3fc2b](https://github.com/vuetifyjs/vuetify/commit/5e3fc2b4baf9df2939bdaca84cec28f3bf41633b)), closes [#20696](https://github.com/vuetifyjs/vuetify/issues/20696)
|
5
|
+
## [3.9.3-master.2025-07-30](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-07-30) "Other Commits" (2025-07-30)
|
11
6
|
|
12
7
|
|
13
8
|
### :wrench: Bug Fixes
|
14
9
|
|
15
|
-
* **
|
16
|
-
* **VDataTable:** don't pass slots to VSelect in mobile view ([#21572](https://github.com/vuetifyjs/vuetify/issues/21572)) ([6e61468](https://github.com/vuetifyjs/vuetify/commit/6e6146814462ec56a40bd439b6641630f6e057a3)), closes [#19873](https://github.com/vuetifyjs/vuetify/issues/19873)
|
17
|
-
* **VDatePicker:** avoid infinite loop when first day is out of range ([#21649](https://github.com/vuetifyjs/vuetify/issues/21649)) ([a330d75](https://github.com/vuetifyjs/vuetify/commit/a330d75ef091046c96aae3451bed5f29a66b5d3b))
|
18
|
-
* **VFileInput:** avoid text overflow with long file names ([#21748](https://github.com/vuetifyjs/vuetify/issues/21748)) ([389a260](https://github.com/vuetifyjs/vuetify/commit/389a260a334d2b9fa1cd717d04904c0b60abe755)), closes [#21707](https://github.com/vuetifyjs/vuetify/issues/21707)
|
19
|
-
* **VFileUploadItem:** accept `title` slot ([#21769](https://github.com/vuetifyjs/vuetify/issues/21769)) ([fe85aa0](https://github.com/vuetifyjs/vuetify/commit/fe85aa0ecb4efa17f499beccea27710ad3bea164))
|
20
|
-
* **VList:** merge classes from itemProps ([5423fbf](https://github.com/vuetifyjs/vuetify/commit/5423fbf18ca6d27ac560529cdd20310aee6d2d32))
|
21
|
-
* **VNumberInput:** only trim zeros from the end ([ab2d941](https://github.com/vuetifyjs/vuetify/commit/ab2d941c02a2b5f0c976269c277471a808f251ca)), closes [#21828](https://github.com/vuetifyjs/vuetify/issues/21828)
|
22
|
-
* **VNumberInput:** keep cursor position when typing decimal values ([acc30fb](https://github.com/vuetifyjs/vuetify/commit/acc30fbfa5cd8295f341c545bd4adc5629b14bd6))
|
23
|
-
* **VOverlay:** trigger scrollStrategy when target is a point ([1146171](https://github.com/vuetifyjs/vuetify/commit/114617141a73271f07c108b91829186f3ec36291))
|
24
|
-
* **VProgressLinear:** accept pointer events unless `clickable` is used ([#21691](https://github.com/vuetifyjs/vuetify/issues/21691)) ([a6b1136](https://github.com/vuetifyjs/vuetify/commit/a6b1136243f70bf868c438f8d9e6be9b18a492e3)), closes [#21690](https://github.com/vuetifyjs/vuetify/issues/21690)
|
25
|
-
* **VRipple:** support touch simulators ([#20776](https://github.com/vuetifyjs/vuetify/issues/20776)) ([9fa2870](https://github.com/vuetifyjs/vuetify/commit/9fa2870eeaf073489f3de790defe3e94a3746788))
|
26
|
-
* **VSlider:** correctly apply `thumb-color` ([#21833](https://github.com/vuetifyjs/vuetify/issues/21833)) ([b207522](https://github.com/vuetifyjs/vuetify/commit/b207522f5767f11edf56d4c4f0fad0b8dd8fcbb7)), closes [#21832](https://github.com/vuetifyjs/vuetify/issues/21832)
|
27
|
-
* **VTextField:** don't try to re-focus input on focus ([#21722](https://github.com/vuetifyjs/vuetify/issues/21722)) ([14c88df](https://github.com/vuetifyjs/vuetify/commit/14c88df44eff939e176f8c01cc4350d2be0d81c5)), closes [#21716](https://github.com/vuetifyjs/vuetify/issues/21716) [#21626](https://github.com/vuetifyjs/vuetify/issues/21626) [#21717](https://github.com/vuetifyjs/vuetify/issues/21717)
|
28
|
-
* **VTreeview:** hide extended lines when fluid ([#21798](https://github.com/vuetifyjs/vuetify/issues/21798)) ([5728b2b](https://github.com/vuetifyjs/vuetify/commit/5728b2b2fc9a1e608bb395cc077f5640261a57ea)), closes [#21794](https://github.com/vuetifyjs/vuetify/issues/21794)
|
10
|
+
* **VWindow:** correctly reveal vertical arrows on hover ([521ba7b](https://github.com/vuetifyjs/vuetify/commit/521ba7b7a5749f495b13face6fabca7b971e56bf))
|
29
11
|
|
30
12
|
|
31
13
|
### :test_tube: Labs
|
32
14
|
|
33
|
-
* docs(VPie):
|
34
|
-
*
|
35
|
-
*
|
36
|
-
*
|
37
|
-
*
|
38
|
-
* **VPie:** apply opacity only to chips within VChipGroup ([0a3c710](https://github.com/vuetifyjs/vuetify/commit/0a3c7102de0ec444fb0aa46f3b48b51406c0f1e6))
|
39
|
-
* **VPie:** control avatar size with tooltip prop ([8540548](https://github.com/vuetifyjs/vuetify/commit/8540548624fe1b5bc26519e2558e0d41bf3da580))
|
40
|
-
* **VPie:** expose total in most of the slots ([7190a85](https://github.com/vuetifyjs/vuetify/commit/7190a8500e8796a5dde4f87a3f6f30a5a12cd351))
|
41
|
-
* **VPie:** update description of notable features ([2472ce9](https://github.com/vuetifyjs/vuetify/commit/2472ce9704a55e1402a97f6148f0e8836da6d44b))
|
42
|
-
* **VPie:** create new component ([#21176](https://github.com/vuetifyjs/vuetify/issues/21176)) ([5f0ebca](https://github.com/vuetifyjs/vuetify/commit/5f0ebca99b830f2cdce234b5f45529a1553c66ef))
|
43
|
-
* **VStepperVertical:** correct avatar alignment ([#21797](https://github.com/vuetifyjs/vuetify/issues/21797)) ([6292149](https://github.com/vuetifyjs/vuetify/commit/6292149811091210af7005bbaf7de37aea66b69a)), closes [#21792](https://github.com/vuetifyjs/vuetify/issues/21792)
|
44
|
-
* **VVideo:** keep slider thumb label readable ([85ce063](https://github.com/vuetifyjs/vuetify/commit/85ce063230b873caaf7e975d3c85d1a5fbe83f69))
|
45
|
-
* **VVideo:** missing tooltips ([45aeef1](https://github.com/vuetifyjs/vuetify/commit/45aeef1ca69423d9d0cfda7f85e17eac05e60550))
|
46
|
-
* **VVideo:** hide slider thumb unless hovered ([4f00a16](https://github.com/vuetifyjs/vuetify/commit/4f00a16bb83b0707f5cbb089a0d03eb3748f9c86))
|
47
|
-
* **VVideo:** add new component ([#21460](https://github.com/vuetifyjs/vuetify/issues/21460)) ([936eba2](https://github.com/vuetifyjs/vuetify/commit/936eba2ef278137d650b00acf0425116ec8237eb)), closes [#5592](https://github.com/vuetifyjs/vuetify/issues/5592)
|
15
|
+
* docs(VPie): minor improvements to misc examples ([46cf40b](https://github.com/vuetifyjs/vuetify/commit/46cf40b58a4753f963ee1d5e31d762b8a06721ef))
|
16
|
+
* **VVideo:** correct default track color with pills ([e98919d](https://github.com/vuetifyjs/vuetify/commit/e98919d0c3ec9ed128bc58fe5678b1821f7f5478))
|
17
|
+
* **VVideo:** correct color customization ([13da3e1](https://github.com/vuetifyjs/vuetify/commit/13da3e1b33b7dfee1d506c4d47782ab47a3f7f6c))
|
18
|
+
* **VVideo:** correctly move elevation to pills ([3df9494](https://github.com/vuetifyjs/vuetify/commit/3df9494480b80f091bef6e0f1e65066dbe4b5642))
|
19
|
+
* **VVideo:** hide overlays for background variant ([466dc6f](https://github.com/vuetifyjs/vuetify/commit/466dc6fb87acf5a0e6e2d67f9196eaf3f6705e9f))
|
48
20
|
|
49
21
|
|
50
22
|
### Other Commits
|
51
23
|
|
52
|
-
* chore(release): publish v3.9.
|
53
|
-
* docs(VBadge): improved usage example ([d7d76bf](https://github.com/vuetifyjs/vuetify/commit/d7d76bf9924a87e564e19837839697c1bd051ba8))
|
54
|
-
* docs(upgrade-guide): mention v-tab href not being value ([3146397](https://github.com/vuetifyjs/vuetify/commit/3146397fef5e1dbdc5626594e7f7307934f65791)), closes [#21830](https://github.com/vuetifyjs/vuetify/issues/21830)
|
55
|
-
* docs(VEmptyState): fix tabs in astro cat example ([403f310](https://github.com/vuetifyjs/vuetify/commit/403f310a9f91f8805c894044db2efaa921ee5689))
|
56
|
-
* docs: fix roadmap headings ([24431df](https://github.com/vuetifyjs/vuetify/commit/24431dfbbb28d5c500b9577dfde52faeb0728c3e))
|
57
|
-
* docs(VAutocomplete): remove unnecessary v-model ([d577476](https://github.com/vuetifyjs/vuetify/commit/d577476428ca8a6650baeff1776609bf280ee1ff))
|
58
|
-
* docs: split & update roadmap ([f6df9b9](https://github.com/vuetifyjs/vuetify/commit/f6df9b9678de51999ea0457ea7ff01fd8ddd3ef0))
|
59
|
-
* docs(VNavigationDrawer): usage improvements ([b8182ab](https://github.com/vuetifyjs/vuetify/commit/b8182ab9195e110d62cb050855d644b188a4b4fc)), closes [#19175](https://github.com/vuetifyjs/vuetify/issues/19175)
|
60
|
-
* chore(VExpansionPanels): restore title click test ([0b8f64b](https://github.com/vuetifyjs/vuetify/commit/0b8f64b747249eb733ec6858902229ffef334f05))
|
61
|
-
* docs(VCombobox): fix missing icon in advanced example ([8582575](https://github.com/vuetifyjs/vuetify/commit/858257540f9f4fdfec462929d0af06ed389856b4))
|
62
|
-
* docs(VCarousel): remove unused slot ([#21583](https://github.com/vuetifyjs/vuetify/issues/21583)) ([6401c8e](https://github.com/vuetifyjs/vuetify/commit/6401c8e4e0a6ef2b519019787f1e4708eb4d16ad))
|
63
|
-
* docs(VCombobox): pick and preserve color from options ([#21625](https://github.com/vuetifyjs/vuetify/issues/21625)) ([8992d54](https://github.com/vuetifyjs/vuetify/commit/8992d5423ec1058ceefe352e5879e989e6fe4ed1)), closes [#21621](https://github.com/vuetifyjs/vuetify/issues/21621) [#16189](https://github.com/vuetifyjs/vuetify/issues/16189)
|
64
|
-
* docs(VNumberInput): example with enforced step increments ([#21696](https://github.com/vuetifyjs/vuetify/issues/21696)) ([b8c52c0](https://github.com/vuetifyjs/vuetify/commit/b8c52c0c9f3230818402e6772074e777ab5f7bd2)), closes [#19835](https://github.com/vuetifyjs/vuetify/issues/19835)
|
65
|
-
* chore(VTimeline): replace cypress with vitest ([0c4c655](https://github.com/vuetifyjs/vuetify/commit/0c4c655e1d73f5cc001bc903984a8c9ccbdb7575))
|
66
|
-
* chore(VInfiniteScroll): replace cypress with vitest ([82707b9](https://github.com/vuetifyjs/vuetify/commit/82707b952e22503c488b2c8d6d32cb0ade88c3b8))
|
67
|
-
* chore(VHover): replace cypress with vitest ([85d3f48](https://github.com/vuetifyjs/vuetify/commit/85d3f4841c0ded72aeecd754f7ba3438d1887448))
|
68
|
-
* chore(VItemGroup): replace cypress with vitest ([69163a8](https://github.com/vuetifyjs/vuetify/commit/69163a8a9eff32e73798d184c0fec642514f65ae))
|
69
|
-
* chore(VThemeProvider): replace cypress with vitest ([00dc2b4](https://github.com/vuetifyjs/vuetify/commit/00dc2b432855b2a988a8e4e260321c8664ae1a2d))
|
70
|
-
* chore(VDivider): replace cypress with vitest ([f1c0f65](https://github.com/vuetifyjs/vuetify/commit/f1c0f658996b42a50ff99d066a3f170c094dcd42))
|
71
|
-
* chore(VToolbar): replace cypress with vitest ([a74c8b2](https://github.com/vuetifyjs/vuetify/commit/a74c8b27bf4e6ba00894a54b172a4d272aef28e1))
|
72
|
-
* chore(VExpansionPanels): replace cypress with vitest ([2557cb8](https://github.com/vuetifyjs/vuetify/commit/2557cb812141cfce6efe8dc78b1c43679f90e7eb))
|
73
|
-
* chore(VNavigationDrawer): add missing await in tests ([9248d2d](https://github.com/vuetifyjs/vuetify/commit/9248d2d74ae037973ee869e96c7639b72a2f1b47))
|
74
|
-
* chore(VWindow): replace cypress with vitest ([#21786](https://github.com/vuetifyjs/vuetify/issues/21786)) ([fabee04](https://github.com/vuetifyjs/vuetify/commit/fabee04b02b173a67c18742ab112a3d15ab7f72a))
|
75
|
-
* chore(VProgressLinear): replace cypress with vitest ([#21785](https://github.com/vuetifyjs/vuetify/issues/21785)) ([f2d0c58](https://github.com/vuetifyjs/vuetify/commit/f2d0c580f17ba5f4c1d909061e7fb32d4f11b41a))
|
76
|
-
* chore(VNavigationDrawer): replace cypress with vitest ([#21788](https://github.com/vuetifyjs/vuetify/issues/21788)) ([dbb235b](https://github.com/vuetifyjs/vuetify/commit/dbb235b3f7b8e270098c41ae06149caf8112ccdc))
|
77
|
-
* chore(VSlider): replace cypress with vitest ([#21779](https://github.com/vuetifyjs/vuetify/issues/21779)) ([656f0aa](https://github.com/vuetifyjs/vuetify/commit/656f0aabf898aed702d354c212b0825439e8b911))
|
24
|
+
* chore(release): publish v3.9.3-master.2025-07-30 ([23c073a](https://github.com/vuetifyjs/vuetify/commit/23c073ac494bc8df5cebf209106939047ed941b0))
|
78
25
|
|
79
26
|
|
80
27
|
|