@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-dev.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 +6 -62
- package/dist/json/attributes.json +4301 -4281
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +188 -188
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +7597 -7527
- package/dist/vuetify-labs.cjs +228 -33
- package/dist/vuetify-labs.css +5466 -5464
- package/dist/vuetify-labs.d.ts +134 -71
- package/dist/vuetify-labs.esm.js +228 -33
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +228 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +190 -24
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5163 -5161
- package/dist/vuetify.d.ts +124 -71
- package/dist/vuetify.esm.js +190 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +190 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +731 -708
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +11 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +15 -0
- package/lib/components/VFileInput/VFileInput.js +38 -9
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +2 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +7 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
- package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +55 -0
- package/lib/components/VProgressLinear/chunks.js +62 -0
- package/lib/components/VProgressLinear/chunks.js.map +1 -0
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/fileFilter.d.ts +18 -0
- package/lib/composables/fileFilter.js +38 -0
- package/lib/composables/fileFilter.js.map +1 -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/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +72 -71
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
- package/lib/labs/VFileUpload/VFileUpload.js +39 -9
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,80 +1,24 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-dev.2025-07-30...v) (2025-07-30)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.9.
|
5
|
+
## [3.9.3-dev.2025-07-30](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-dev.2025-07-30) "Other Commits" (2025-07-30)
|
6
6
|
|
7
7
|
|
8
8
|
### :rocket: Features
|
9
9
|
|
10
|
-
* **
|
10
|
+
* **VFileUpload, VFileInput:** `filter-by-type` prop ([#21576](https://github.com/vuetifyjs/vuetify/issues/21576)) ([1b78b06](https://github.com/vuetifyjs/vuetify/commit/1b78b06a40470186c83c88f95ec00ba71d36171d)), closes [#21150](https://github.com/vuetifyjs/vuetify/issues/21150)
|
11
|
+
* **VProgressLinear:** ability to separate chunks ([#21744](https://github.com/vuetifyjs/vuetify/issues/21744)) ([4c66aa0](https://github.com/vuetifyjs/vuetify/commit/4c66aa0bda8763d31a5d61a1eff77e873cd4b4c1))
|
11
12
|
|
12
13
|
|
13
14
|
### :wrench: Bug Fixes
|
14
15
|
|
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)
|
29
|
-
|
30
|
-
|
31
|
-
### :test_tube: Labs
|
32
|
-
|
33
|
-
* docs(VPie): adapt examples for mobile ([1e51d0e](https://github.com/vuetifyjs/vuetify/commit/1e51d0e2f75411498189e8a37284cccedfbbd1c1))
|
34
|
-
* docs(VVideo): include tooltips and aria labels in controls slot example ([859bf98](https://github.com/vuetifyjs/vuetify/commit/859bf98685420feb3d5a71ed9eba2c632951ffeb))
|
35
|
-
* docs(VVideo): fix GitHub link ([2798cbc](https://github.com/vuetifyjs/vuetify/commit/2798cbc921895115031f1f82464a8a4380ac738a))
|
36
|
-
* docs(VVideo): fix link to VVideoVolume API ([dac5a94](https://github.com/vuetifyjs/vuetify/commit/dac5a944b632d1e216cbd9401f4c2f2b2ce0e823))
|
37
|
-
* docs(VVideo): fix missing icon ([e495003](https://github.com/vuetifyjs/vuetify/commit/e495003850bc4c9e53a95c2796e8820ac0da3820))
|
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)
|
16
|
+
* **VList:** Use proper accessibility attributes ([#21444](https://github.com/vuetifyjs/vuetify/issues/21444)) ([9b2541e](https://github.com/vuetifyjs/vuetify/commit/9b2541e1085dd69295a23fd501d44dc51730638e)), closes [#20978](https://github.com/vuetifyjs/vuetify/issues/20978)
|
48
17
|
|
49
18
|
|
50
19
|
### Other Commits
|
51
20
|
|
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))
|
21
|
+
* chore(release): publish v3.9.3-dev.2025-07-30 ([d274b58](https://github.com/vuetifyjs/vuetify/commit/d274b58ee01ad3d7cbe544bf3bd96736f57943ba))
|
78
22
|
|
79
23
|
|
80
24
|
|