@vuetify/nightly 3.9.2-master.2025-07-28 → 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 +8 -53
- package/dist/json/attributes.json +3804 -3784
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +6986 -6916
- package/dist/vuetify-labs.cjs +272 -44
- package/dist/vuetify-labs.css +5500 -5503
- package/dist/vuetify-labs.d.ts +132 -69
- package/dist/vuetify-labs.esm.js +272 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +272 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +234 -35
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4797 -4800
- package/dist/vuetify.d.ts +122 -69
- package/dist/vuetify.esm.js +234 -35
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +234 -35
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +792 -768
- 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/VDatePicker/VDatePickerControls.js +8 -1
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +11 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -0
- package/lib/components/VDatePicker/VDatePickerMonths.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/VListChildren.js +3 -4
- package/lib/components/VList/VListChildren.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/components/VSlider/VSliderThumb.css +9 -14
- package/lib/components/VSlider/VSliderThumb.js +13 -7
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +9 -14
- package/lib/components/VSlider/slider.d.ts +1 -0
- package/lib/components/VSlider/slider.js +2 -0
- package/lib/components/VSlider/slider.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/directives/ripple/index.js +2 -2
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +70 -69
- 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/lib/locale/af.d.ts +7 -0
- package/lib/locale/af.js +7 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +7 -0
- package/lib/locale/ar.js +13 -6
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +7 -0
- package/lib/locale/az.js +7 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +7 -0
- package/lib/locale/bg.js +7 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +7 -0
- package/lib/locale/ca.js +7 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +7 -0
- package/lib/locale/ckb.js +7 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +7 -0
- package/lib/locale/cs.js +7 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +7 -0
- package/lib/locale/da.js +7 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +7 -0
- package/lib/locale/de.js +7 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +7 -0
- package/lib/locale/el.js +7 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +7 -0
- package/lib/locale/en.js +8 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +7 -0
- package/lib/locale/es.js +7 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +7 -0
- package/lib/locale/et.js +7 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +7 -0
- package/lib/locale/fa.js +7 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +7 -0
- package/lib/locale/fi.js +7 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +7 -0
- package/lib/locale/fr.js +7 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +7 -0
- package/lib/locale/he.js +7 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +7 -0
- package/lib/locale/hr.js +7 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +7 -0
- package/lib/locale/hu.js +7 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +7 -0
- package/lib/locale/id.js +7 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +7 -0
- package/lib/locale/it.js +7 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +7 -0
- package/lib/locale/ja.js +7 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +7 -0
- package/lib/locale/km.js +7 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +7 -0
- package/lib/locale/ko.js +7 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +7 -0
- package/lib/locale/lt.js +7 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +7 -0
- package/lib/locale/lv.js +7 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +7 -0
- package/lib/locale/nl.js +7 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +7 -0
- package/lib/locale/no.js +7 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +7 -0
- package/lib/locale/pl.js +7 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +7 -0
- package/lib/locale/pt.js +7 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +7 -0
- package/lib/locale/ro.js +7 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +7 -0
- package/lib/locale/ru.js +7 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +7 -0
- package/lib/locale/sk.js +7 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +7 -0
- package/lib/locale/sl.js +7 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +7 -0
- package/lib/locale/sr-Cyrl.js +7 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +7 -0
- package/lib/locale/sr-Latn.js +7 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +7 -0
- package/lib/locale/sv.js +7 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +7 -0
- package/lib/locale/th.js +7 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +7 -0
- package/lib/locale/tr.js +7 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +7 -0
- package/lib/locale/uk.js +7 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +7 -0
- package/lib/locale/vi.js +7 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +7 -0
- package/lib/locale/zh-Hans.js +7 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +7 -0
- package/lib/locale/zh-Hant.js +7 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,69 +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
|
-
* **
|
11
|
-
* **
|
12
|
-
* **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))
|
13
|
-
* **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)
|
14
|
-
* **VFileUploadItem:** accept `title` slot ([#21769](https://github.com/vuetifyjs/vuetify/issues/21769)) ([fe85aa0](https://github.com/vuetifyjs/vuetify/commit/fe85aa0ecb4efa17f499beccea27710ad3bea164))
|
15
|
-
* **VNumberInput:** only trim zeros from the end ([ab2d941](https://github.com/vuetifyjs/vuetify/commit/ab2d941c02a2b5f0c976269c277471a808f251ca)), closes [#21828](https://github.com/vuetifyjs/vuetify/issues/21828)
|
16
|
-
* **VNumberInput:** keep cursor position when typing decimal values ([acc30fb](https://github.com/vuetifyjs/vuetify/commit/acc30fbfa5cd8295f341c545bd4adc5629b14bd6))
|
17
|
-
* **VOverlay:** trigger scrollStrategy when target is a point ([1146171](https://github.com/vuetifyjs/vuetify/commit/114617141a73271f07c108b91829186f3ec36291))
|
18
|
-
* **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)
|
19
|
-
* **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)
|
20
|
-
* **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
|
+
* **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))
|
21
12
|
|
22
13
|
|
23
|
-
### :
|
14
|
+
### :wrench: Bug Fixes
|
24
15
|
|
25
|
-
*
|
26
|
-
* docs(VVideo): include tooltips and aria labels in controls slot example ([859bf98](https://github.com/vuetifyjs/vuetify/commit/859bf98685420feb3d5a71ed9eba2c632951ffeb))
|
27
|
-
* docs(VVideo): fix GitHub link ([2798cbc](https://github.com/vuetifyjs/vuetify/commit/2798cbc921895115031f1f82464a8a4380ac738a))
|
28
|
-
* docs(VVideo): fix link to VVideoVolume API ([dac5a94](https://github.com/vuetifyjs/vuetify/commit/dac5a944b632d1e216cbd9401f4c2f2b2ce0e823))
|
29
|
-
* docs(VVideo): fix missing icon ([e495003](https://github.com/vuetifyjs/vuetify/commit/e495003850bc4c9e53a95c2796e8820ac0da3820))
|
30
|
-
* **VPie:** apply opacity only to chips within VChipGroup ([0a3c710](https://github.com/vuetifyjs/vuetify/commit/0a3c7102de0ec444fb0aa46f3b48b51406c0f1e6))
|
31
|
-
* **VPie:** control avatar size with tooltip prop ([8540548](https://github.com/vuetifyjs/vuetify/commit/8540548624fe1b5bc26519e2558e0d41bf3da580))
|
32
|
-
* **VPie:** expose total in most of the slots ([7190a85](https://github.com/vuetifyjs/vuetify/commit/7190a8500e8796a5dde4f87a3f6f30a5a12cd351))
|
33
|
-
* **VPie:** update description of notable features ([2472ce9](https://github.com/vuetifyjs/vuetify/commit/2472ce9704a55e1402a97f6148f0e8836da6d44b))
|
34
|
-
* **VPie:** create new component ([#21176](https://github.com/vuetifyjs/vuetify/issues/21176)) ([5f0ebca](https://github.com/vuetifyjs/vuetify/commit/5f0ebca99b830f2cdce234b5f45529a1553c66ef))
|
35
|
-
* **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)
|
36
|
-
* **VVideo:** keep slider thumb label readable ([85ce063](https://github.com/vuetifyjs/vuetify/commit/85ce063230b873caaf7e975d3c85d1a5fbe83f69))
|
37
|
-
* **VVideo:** missing tooltips ([45aeef1](https://github.com/vuetifyjs/vuetify/commit/45aeef1ca69423d9d0cfda7f85e17eac05e60550))
|
38
|
-
* **VVideo:** hide slider thumb unless hovered ([4f00a16](https://github.com/vuetifyjs/vuetify/commit/4f00a16bb83b0707f5cbb089a0d03eb3748f9c86))
|
39
|
-
* **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)
|
40
17
|
|
41
18
|
|
42
19
|
### Other Commits
|
43
20
|
|
44
|
-
* chore(release): publish v3.9.
|
45
|
-
* docs: fix roadmap headings ([24431df](https://github.com/vuetifyjs/vuetify/commit/24431dfbbb28d5c500b9577dfde52faeb0728c3e))
|
46
|
-
* docs(VAutocomplete): remove unnecessary v-model ([d577476](https://github.com/vuetifyjs/vuetify/commit/d577476428ca8a6650baeff1776609bf280ee1ff))
|
47
|
-
* docs: split & update roadmap ([f6df9b9](https://github.com/vuetifyjs/vuetify/commit/f6df9b9678de51999ea0457ea7ff01fd8ddd3ef0))
|
48
|
-
* docs(VNavigationDrawer): usage improvements ([b8182ab](https://github.com/vuetifyjs/vuetify/commit/b8182ab9195e110d62cb050855d644b188a4b4fc)), closes [#19175](https://github.com/vuetifyjs/vuetify/issues/19175)
|
49
|
-
* chore(VExpansionPanels): restore title click test ([0b8f64b](https://github.com/vuetifyjs/vuetify/commit/0b8f64b747249eb733ec6858902229ffef334f05))
|
50
|
-
* docs(VCombobox): fix missing icon in advanced example ([8582575](https://github.com/vuetifyjs/vuetify/commit/858257540f9f4fdfec462929d0af06ed389856b4))
|
51
|
-
* docs(VCarousel): remove unused slot ([#21583](https://github.com/vuetifyjs/vuetify/issues/21583)) ([6401c8e](https://github.com/vuetifyjs/vuetify/commit/6401c8e4e0a6ef2b519019787f1e4708eb4d16ad))
|
52
|
-
* 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)
|
53
|
-
* 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)
|
54
|
-
* chore(VTimeline): replace cypress with vitest ([0c4c655](https://github.com/vuetifyjs/vuetify/commit/0c4c655e1d73f5cc001bc903984a8c9ccbdb7575))
|
55
|
-
* chore(VInfiniteScroll): replace cypress with vitest ([82707b9](https://github.com/vuetifyjs/vuetify/commit/82707b952e22503c488b2c8d6d32cb0ade88c3b8))
|
56
|
-
* chore(VHover): replace cypress with vitest ([85d3f48](https://github.com/vuetifyjs/vuetify/commit/85d3f4841c0ded72aeecd754f7ba3438d1887448))
|
57
|
-
* chore(VItemGroup): replace cypress with vitest ([69163a8](https://github.com/vuetifyjs/vuetify/commit/69163a8a9eff32e73798d184c0fec642514f65ae))
|
58
|
-
* chore(VThemeProvider): replace cypress with vitest ([00dc2b4](https://github.com/vuetifyjs/vuetify/commit/00dc2b432855b2a988a8e4e260321c8664ae1a2d))
|
59
|
-
* chore(VDivider): replace cypress with vitest ([f1c0f65](https://github.com/vuetifyjs/vuetify/commit/f1c0f658996b42a50ff99d066a3f170c094dcd42))
|
60
|
-
* chore(VToolbar): replace cypress with vitest ([a74c8b2](https://github.com/vuetifyjs/vuetify/commit/a74c8b27bf4e6ba00894a54b172a4d272aef28e1))
|
61
|
-
* chore(VExpansionPanels): replace cypress with vitest ([2557cb8](https://github.com/vuetifyjs/vuetify/commit/2557cb812141cfce6efe8dc78b1c43679f90e7eb))
|
62
|
-
* chore(VNavigationDrawer): add missing await in tests ([9248d2d](https://github.com/vuetifyjs/vuetify/commit/9248d2d74ae037973ee869e96c7639b72a2f1b47))
|
63
|
-
* chore(VWindow): replace cypress with vitest ([#21786](https://github.com/vuetifyjs/vuetify/issues/21786)) ([fabee04](https://github.com/vuetifyjs/vuetify/commit/fabee04b02b173a67c18742ab112a3d15ab7f72a))
|
64
|
-
* chore(VProgressLinear): replace cypress with vitest ([#21785](https://github.com/vuetifyjs/vuetify/issues/21785)) ([f2d0c58](https://github.com/vuetifyjs/vuetify/commit/f2d0c580f17ba5f4c1d909061e7fb32d4f11b41a))
|
65
|
-
* chore(VNavigationDrawer): replace cypress with vitest ([#21788](https://github.com/vuetifyjs/vuetify/issues/21788)) ([dbb235b](https://github.com/vuetifyjs/vuetify/commit/dbb235b3f7b8e270098c41ae06149caf8112ccdc))
|
66
|
-
* 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))
|
67
22
|
|
68
23
|
|
69
24
|
|