@vuetify/nightly 3.10.0-dev.2025-09-11 → 3.10.0-pr-22042.32406fd
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 +1467 -3
- package/dist/json/attributes.json +2469 -2469
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +4317 -4317
- package/dist/vuetify-labs.cjs +35 -27
- package/dist/vuetify-labs.css +3476 -3476
- package/dist/vuetify-labs.d.ts +140 -81
- package/dist/vuetify-labs.esm.js +35 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4309 -4309
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +81 -22
- package/lib/labs/VCalendar/VCalendar.js +5 -18
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarCategory.d.ts +6 -0
- package/lib/labs/VCalendar/VCalendarDaily.d.ts +6 -0
- package/lib/labs/VCalendar/VCalendarWeekly.d.ts +6 -0
- package/lib/labs/VCalendar/composables/calendarBase.d.ts +4 -0
- package/lib/labs/VCalendar/composables/calendarBase.js +27 -6
- package/lib/labs/VCalendar/composables/calendarBase.js.map +1 -1
- package/lib/labs/VCalendar/composables/calendarWithEvents.d.ts +2 -0
- package/lib/labs/VCalendar/composables/calendarWithEvents.js +1 -1
- package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
- package/lib/labs/VCalendar/composables/calendarWithIntervals.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,1477 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.0-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.10.0-pr-22042.32406fd...v) (2025-09-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.10.0-
|
|
5
|
+
# [3.10.0-pr-22042.32406fd](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.10.0-pr-22042.32406fd) "Other Commits" (2025-09-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### :rocket: Features
|
|
9
|
+
|
|
10
|
+
* respect prefers-reduced-motion ([#21530](https://github.com/vuetifyjs/vuetify/issues/21530)) ([01c9e91](https://github.com/vuetifyjs/vuetify/commit/01c9e9115898118535865197660dd7399ae1626c)), closes [#19622](https://github.com/vuetifyjs/vuetify/issues/19622)
|
|
11
|
+
* add StringDateAdapter ([#21174](https://github.com/vuetifyjs/vuetify/issues/21174)) ([7fe9152](https://github.com/vuetifyjs/vuetify/commit/7fe91520fb9ab3ae58d4f7eeba6c0a7b431e6198)), closes [#20967](https://github.com/vuetifyjs/vuetify/issues/20967)
|
|
12
|
+
* deprecate `firstDayOfWeek` prop ([#21207](https://github.com/vuetifyjs/vuetify/issues/21207)) ([97d1104](https://github.com/vuetifyjs/vuetify/commit/97d11042b98cadcf70379933381340c519c4b406))
|
|
13
|
+
* allow tag prop to accept Component ([327a2c9](https://github.com/vuetifyjs/vuetify/commit/327a2c92404b1cb7faba68c3655550ca6f574d25)), closes [#20806](https://github.com/vuetifyjs/vuetify/issues/20806)
|
|
14
|
+
* require vue 3.5 ([8c5a2b9](https://github.com/vuetifyjs/vuetify/commit/8c5a2b92fdeb4e3e50a5cccf09bf999724a3f875))
|
|
15
|
+
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
16
|
+
* **border:** add new class border-current for currentColor ([e0bbf57](https://github.com/vuetifyjs/vuetify/commit/e0bbf57b9589a4b17e2275fe5a601dee676ce109))
|
|
17
|
+
* **date:** export VuetifyDateAdapter ([#21252](https://github.com/vuetifyjs/vuetify/issues/21252)) ([1a98d03](https://github.com/vuetifyjs/vuetify/commit/1a98d030a7b9547d519b1491e14e97f3e554ee6e)), closes [#19904](https://github.com/vuetifyjs/vuetify/issues/19904)
|
|
18
|
+
* **display:** add explicit prop that overrides mobile state ([fafc39f](https://github.com/vuetifyjs/vuetify/commit/fafc39f5d27cf0d6c5870bd18b43d84622ed6d11))
|
|
19
|
+
* **filter:** keep dividers and subheaders ([#21822](https://github.com/vuetifyjs/vuetify/issues/21822)) ([18ac731](https://github.com/vuetifyjs/vuetify/commit/18ac7319a04df9645861977b723173c376655c2f)), closes [#7424](https://github.com/vuetifyjs/vuetify/issues/7424)
|
|
20
|
+
* **framework:** add unmount function ([5d9db2c](https://github.com/vuetifyjs/vuetify/commit/5d9db2cc957a7d1d0efec9513cd9639b7089d9e4)), closes [#20429](https://github.com/vuetifyjs/vuetify/issues/20429)
|
|
21
|
+
* **mask:** create useMask composable ([#21736](https://github.com/vuetifyjs/vuetify/issues/21736)) ([a687f7a](https://github.com/vuetifyjs/vuetify/commit/a687f7a38f4377421f47660564fe7f02d6e0231c))
|
|
22
|
+
* **nested:** add trunk select strategy ([ca38ce3](https://github.com/vuetifyjs/vuetify/commit/ca38ce33f22d2f00d2337f719d74b45a4d8b56e4)), closes [#6759](https://github.com/vuetifyjs/vuetify/issues/6759)
|
|
23
|
+
* **Overlay:** `stick-to-target` prop ([#21704](https://github.com/vuetifyjs/vuetify/issues/21704)) ([8552779](https://github.com/vuetifyjs/vuetify/commit/855277993131333d57359dadbf1511532a98cc68)), closes [#19856](https://github.com/vuetifyjs/vuetify/issues/19856) [#19732](https://github.com/vuetifyjs/vuetify/issues/19732) [#17125](https://github.com/vuetifyjs/vuetify/issues/17125)
|
|
24
|
+
* **ripple:** use key names instead of codes ([7ecec03](https://github.com/vuetifyjs/vuetify/commit/7ecec03fb50267507928c6de6751dee16540ea7f))
|
|
25
|
+
* **theme:** add new theme 'system' ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([#21244](https://github.com/vuetifyjs/vuetify/issues/21244)) ([8393a41](https://github.com/vuetifyjs/vuetify/commit/8393a41287d34dba56cb2140bcc1aa44de62ffcb))
|
|
26
|
+
* **theme:** add new option 'unimportant' to gen classes without important ([3190331](https://github.com/vuetifyjs/vuetify/commit/3190331e70f42b7fdf4d7ee04f662b15eefde026))
|
|
27
|
+
* **theme:** add change, toggle, and cycle functions ([#21224](https://github.com/vuetifyjs/vuetify/issues/21224)) ([3570254](https://github.com/vuetifyjs/vuetify/commit/357025485c7e8ac8dbc254a9fb37a3360e8c8d79))
|
|
28
|
+
* **theme:** add stylesheetId and scope options ([#20789](https://github.com/vuetifyjs/vuetify/issues/20789)) ([794a2e6](https://github.com/vuetifyjs/vuetify/commit/794a2e6999c20b69c041f94ea44d64d5e916ad68)), closes [#4065](https://github.com/vuetifyjs/vuetify/issues/4065)
|
|
29
|
+
* **transition:** expose create transition classes ([#21352](https://github.com/vuetifyjs/vuetify/issues/21352)) ([79f36aa](https://github.com/vuetifyjs/vuetify/commit/79f36aa042284471c7a7cb248721de884e4ef329))
|
|
30
|
+
* **types:** emit GlobalDirectives ([136dfdf](https://github.com/vuetifyjs/vuetify/commit/136dfdf99380063ed20ca8d0672e1e450faf5431)), closes [#21475](https://github.com/vuetifyjs/vuetify/issues/21475)
|
|
31
|
+
* **types:** expose public interfaces ([44be603](https://github.com/vuetifyjs/vuetify/commit/44be6034569b938621c44dd877e76ea6314c2f78)), closes [#16680](https://github.com/vuetifyjs/vuetify/issues/16680) [#19723](https://github.com/vuetifyjs/vuetify/issues/19723) [#21052](https://github.com/vuetifyjs/vuetify/issues/21052)
|
|
32
|
+
* **VAlert:** better aligment with prepend icon ([#20700](https://github.com/vuetifyjs/vuetify/issues/20700)) ([5231b95](https://github.com/vuetifyjs/vuetify/commit/5231b956c39477e913648dcbaef4030c284b1ece))
|
|
33
|
+
* **validation:** resolve global rules ([#21267](https://github.com/vuetifyjs/vuetify/issues/21267)) ([27e72f5](https://github.com/vuetifyjs/vuetify/commit/27e72f5537beb380b4cd0b88554dd1f89a035429))
|
|
34
|
+
* **validation:** add eager and invalid-input options ([7e730fa](https://github.com/vuetifyjs/vuetify/commit/7e730fa2ad5effcab4e9aa0ed5245610f897aea3))
|
|
35
|
+
* **VAutocomplete:** support multiple match highlighting ([#16462](https://github.com/vuetifyjs/vuetify/issues/16462)) ([9da6442](https://github.com/vuetifyjs/vuetify/commit/9da64422e5bf4cf24819b5b7cf4c03b8405ee34e)), closes [#18946](https://github.com/vuetifyjs/vuetify/issues/18946)
|
|
36
|
+
* **VAvatar:** add border prop support ([9dbc30a](https://github.com/vuetifyjs/vuetify/commit/9dbc30ac9264f0626c0b7a204857598b25c2fae1))
|
|
37
|
+
* **VBadge:** add size width and height props to VBadge ([#28037](https://github.com/vuetifyjs/vuetify/issues/28037)) ([#21509](https://github.com/vuetifyjs/vuetify/issues/21509)) ([b87f179](https://github.com/vuetifyjs/vuetify/commit/b87f17933b31cf63289ffccdd78eda3682decc07))
|
|
38
|
+
* **VBtn:** add `spaced` prop ([#21663](https://github.com/vuetifyjs/vuetify/issues/21663)) ([819605c](https://github.com/vuetifyjs/vuetify/commit/819605c6b4606bf45d33ea9c431c4e97a1bbd3b7)), closes [#21652](https://github.com/vuetifyjs/vuetify/issues/21652)
|
|
39
|
+
* **VBtn:** add support for active-color prop ([aee83f0](https://github.com/vuetifyjs/vuetify/commit/aee83f0e97d750e6d4056977862663a52b4ac626))
|
|
40
|
+
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
41
|
+
* **VBtnGroup:** add direction prop ([#17878](https://github.com/vuetifyjs/vuetify/issues/17878)) ([5f39b85](https://github.com/vuetifyjs/vuetify/commit/5f39b8586e99c4529da9ef71576c048e711757e8)), closes [#17492](https://github.com/vuetifyjs/vuetify/issues/17492)
|
|
42
|
+
* **VCard:** allow semantic HTML tags for content parts ([#21943](https://github.com/vuetifyjs/vuetify/issues/21943)) ([5f8abb6](https://github.com/vuetifyjs/vuetify/commit/5f8abb6c5cece7fea660a7f4811e3c0108a4f402))
|
|
43
|
+
* **VChip:** add base-color prop ([#20702](https://github.com/vuetifyjs/vuetify/issues/20702)) ([1e099f2](https://github.com/vuetifyjs/vuetify/commit/1e099f2c1858617a4447c308326cf204f9e9d112)), closes [#19678](https://github.com/vuetifyjs/vuetify/issues/19678)
|
|
44
|
+
* **VColorPicker:** add `hide-eye-dropper` prop ([be452a5](https://github.com/vuetifyjs/vuetify/commit/be452a547f7efeb773fa8173695c6463137281a0)), closes [#19154](https://github.com/vuetifyjs/vuetify/issues/19154) [#19150](https://github.com/vuetifyjs/vuetify/issues/19150)
|
|
45
|
+
* **VColorPicker:** customizable eyeDropper icon ([#21656](https://github.com/vuetifyjs/vuetify/issues/21656)) ([71377a6](https://github.com/vuetifyjs/vuetify/commit/71377a69079ccdb258ead9dcee2bcd355d6ce6d3)), closes [#21406](https://github.com/vuetifyjs/vuetify/issues/21406)
|
|
46
|
+
* **VColorPicker:** aria labels for main controls ([#21839](https://github.com/vuetifyjs/vuetify/issues/21839)) ([e2ab73a](https://github.com/vuetifyjs/vuetify/commit/e2ab73a7aafb1c443ad30b28134e41b4662c27fe)), closes [#21834](https://github.com/vuetifyjs/vuetify/issues/21834)
|
|
47
|
+
* **VColorPicker:** support emitting rgb() and hsl() strings ([a5efcf1](https://github.com/vuetifyjs/vuetify/commit/a5efcf167fe82ad8d5565f6688fb957a05b7a7f2)), closes [#20944](https://github.com/vuetifyjs/vuetify/issues/20944)
|
|
48
|
+
* **VCombobox:** scroll to first item on search result ([#20572](https://github.com/vuetifyjs/vuetify/issues/20572)) ([#21255](https://github.com/vuetifyjs/vuetify/issues/21255)) ([57bb5ad](https://github.com/vuetifyjs/vuetify/commit/57bb5adb426372ca6af48b961a5b3533efa7d703))
|
|
49
|
+
* **VConfirmEdit:** add hideActions prop ([9618326](https://github.com/vuetifyjs/vuetify/commit/9618326a61254366e1f6b7408fe1c4ea8a2aa6a4)), closes [#20905](https://github.com/vuetifyjs/vuetify/issues/20905)
|
|
50
|
+
* **VConfirmEdit:** pass props to actions ([7aae81e](https://github.com/vuetifyjs/vuetify/commit/7aae81ec53747e38a01113ff6b7c773f261059f4)), closes [#20704](https://github.com/vuetifyjs/vuetify/issues/20704)
|
|
51
|
+
* **VConfirmEdit:** expose save, cancel, isPristine ([8ed8731](https://github.com/vuetifyjs/vuetify/commit/8ed87310890e2b6c8ad2a626a02c17f9467cbb60)), closes [#19747](https://github.com/vuetifyjs/vuetify/issues/19747)
|
|
52
|
+
* **VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline:** promote from labs ([c8a03cd](https://github.com/vuetifyjs/vuetify/commit/c8a03cd924d9f12cf818bb910a76f16cee822a38))
|
|
53
|
+
* **VContainer:** add dimension support ([14a2e8c](https://github.com/vuetifyjs/vuetify/commit/14a2e8cdeef3cd88fb8f80e336ac923856f823bc))
|
|
54
|
+
* **VDataIterator:** add filtered items count to slot data ([#18641](https://github.com/vuetifyjs/vuetify/issues/18641)) ([7d51302](https://github.com/vuetifyjs/vuetify/commit/7d51302c8e609b78854934586dafef41ba188428))
|
|
55
|
+
* **VDataTable:** re-introduce `group-summary` slot ([#21802](https://github.com/vuetifyjs/vuetify/issues/21802)) ([a19cd87](https://github.com/vuetifyjs/vuetify/commit/a19cd8778ac21e9c050649d570e726ac11fa0008)), closes [#21800](https://github.com/vuetifyjs/vuetify/issues/21800)
|
|
56
|
+
* **VDataTable:** customizable expand/collapse icons ([#21698](https://github.com/vuetifyjs/vuetify/issues/21698)) ([1636f63](https://github.com/vuetifyjs/vuetify/commit/1636f632027255bdbc33a989ce667f9c9b352793))
|
|
57
|
+
* **VDataTable:** support `fixed: 'end'` columns ([#21665](https://github.com/vuetifyjs/vuetify/issues/21665)) ([415c267](https://github.com/vuetifyjs/vuetify/commit/415c267d057ad49334d9801c4fdb0c6aa9dcdcd1)), closes [#20020](https://github.com/vuetifyjs/vuetify/issues/20020) [#21153](https://github.com/vuetifyjs/vuetify/issues/21153)
|
|
58
|
+
* **VDataTable:** add new lastFixed property ([#21153](https://github.com/vuetifyjs/vuetify/issues/21153)) ([#21168](https://github.com/vuetifyjs/vuetify/issues/21168)) ([5e1d653](https://github.com/vuetifyjs/vuetify/commit/5e1d65347068697a1248c5ed3d73346b7ebb5d8d))
|
|
59
|
+
* **VDataTable:** support shift click for multiple selection ([c9a2a22](https://github.com/vuetifyjs/vuetify/commit/c9a2a2269b0492cc3cd0b757888be9ddd96316ba)), closes [#20055](https://github.com/vuetifyjs/vuetify/issues/20055)
|
|
60
|
+
* **VDataTable:** add mobile view ([#19431](https://github.com/vuetifyjs/vuetify/issues/19431)) ([66880ce](https://github.com/vuetifyjs/vuetify/commit/66880ce3a2a7899d4c63372713fca14971beb06f))
|
|
61
|
+
* **VDataTableVirtual:** expose scrollToIndex ([#21006](https://github.com/vuetifyjs/vuetify/issues/21006)) ([526f160](https://github.com/vuetifyjs/vuetify/commit/526f1605057ece9dc9516c5ca90b189acc2551e5))
|
|
62
|
+
* **VDatePicker:** re-introduce `first-day-of-year` prop ([#21760](https://github.com/vuetifyjs/vuetify/issues/21760)) ([af74f62](https://github.com/vuetifyjs/vuetify/commit/af74f62a1d57a63bcad835a4a2aded2ff03b419c)), closes [#20270](https://github.com/vuetifyjs/vuetify/issues/20270)
|
|
63
|
+
* **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)
|
|
64
|
+
* **VDatePicker:** expose slots from underlying components ([#21532](https://github.com/vuetifyjs/vuetify/issues/21532)) ([1e351a2](https://github.com/vuetifyjs/vuetify/commit/1e351a2015db61564c3432662e4fc7700dff3a84)), closes [#20236](https://github.com/vuetifyjs/vuetify/issues/20236)
|
|
65
|
+
* **VDatePicker:** disable months and years if not allowed ([#21466](https://github.com/vuetifyjs/vuetify/issues/21466)) ([3b1c450](https://github.com/vuetifyjs/vuetify/commit/3b1c450298d595feb40776fb310b801c8e7d6034))
|
|
66
|
+
* **VDatePicker:** restore `weekday-format` ([#21290](https://github.com/vuetifyjs/vuetify/issues/21290)) ([b13b15c](https://github.com/vuetifyjs/vuetify/commit/b13b15c865252f43f09ef590feeaeaac6a49bc1b))
|
|
67
|
+
* **VDatePicker:** add new prop control-height ([6090515](https://github.com/vuetifyjs/vuetify/commit/609051508221132d55518dfbe759b22adbcd68b7))
|
|
68
|
+
* **VDatePicker:** add new prop header-color ([fcf392b](https://github.com/vuetifyjs/vuetify/commit/fcf392b7963170dcc2d8424a7ce75cc3a3a9ca43))
|
|
69
|
+
* **VDatePicker:** add rtl classes ([a9ad813](https://github.com/vuetifyjs/vuetify/commit/a9ad813275aa4f6a2b465cf2278b550d7124fae5))
|
|
70
|
+
* **VExpansionPanelTitle:** add dimension support ([784eb14](https://github.com/vuetifyjs/vuetify/commit/784eb144b577d636e2aba4b4ff16fd4df73734fd))
|
|
71
|
+
* **VField/VInput:** add new props icon-color and glow ([#21076](https://github.com/vuetifyjs/vuetify/issues/21076)) ([409fa95](https://github.com/vuetifyjs/vuetify/commit/409fa95f7cfb80f572d74b9d09f828b72958dc15)), closes [#17763](https://github.com/vuetifyjs/vuetify/issues/17763)
|
|
72
|
+
* **VFileInput:** add `truncate-length` prop ([#17972](https://github.com/vuetifyjs/vuetify/issues/17972)) ([28ef26c](https://github.com/vuetifyjs/vuetify/commit/28ef26c59b5e1991c469adbd567f305d88bac904)), closes [#17635](https://github.com/vuetifyjs/vuetify/issues/17635)
|
|
73
|
+
* **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)
|
|
74
|
+
* **VIcon:** add new prop opacity ([499ba21](https://github.com/vuetifyjs/vuetify/commit/499ba211cb346cc8a063f61f36524f4b5ea88297))
|
|
75
|
+
* **VImg:** add absolute prop ([f842cd9](https://github.com/vuetifyjs/vuetify/commit/f842cd96d9ce8ba10acc14205d928f8f0eabef16))
|
|
76
|
+
* **VInfiniteScroll:** add reset method ([#20637](https://github.com/vuetifyjs/vuetify/issues/20637)) ([2e5bc43](https://github.com/vuetifyjs/vuetify/commit/2e5bc4330bf7409870516b818dcdd8bb0f36d0d5)), closes [#20308](https://github.com/vuetifyjs/vuetify/issues/20308) [#19935](https://github.com/vuetifyjs/vuetify/issues/19935)
|
|
77
|
+
* **VKbd:** update default styling, add configurable options ([8ea20d9](https://github.com/vuetifyjs/vuetify/commit/8ea20d9fccaca572465d31af780f460d03f489db))
|
|
78
|
+
* **VLayout:** add dimension support ([0114108](https://github.com/vuetifyjs/vuetify/commit/01141086f3482b40f03457a59de11fa6c8229210))
|
|
79
|
+
* **VMenu:** add submenu prop ([#20092](https://github.com/vuetifyjs/vuetify/issues/20092)) ([306a262](https://github.com/vuetifyjs/vuetify/commit/306a262bb67ca52ade4861a20b06788038facf15)), closes [#19093](https://github.com/vuetifyjs/vuetify/issues/19093) [#20130](https://github.com/vuetifyjs/vuetify/issues/20130)
|
|
80
|
+
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
81
|
+
* **VNumberInput:** custom decimal separator ([#21489](https://github.com/vuetifyjs/vuetify/issues/21489)) ([534c1e7](https://github.com/vuetifyjs/vuetify/commit/534c1e72363dadfee213f0360272c29d308b28af)), closes [#20254](https://github.com/vuetifyjs/vuetify/issues/20254)
|
|
82
|
+
* **VNumberInput:** extract number from pasted text ([#21263](https://github.com/vuetifyjs/vuetify/issues/21263)) ([d654af4](https://github.com/vuetifyjs/vuetify/commit/d654af45023008a965a2fabf963ef86fc7c696db))
|
|
83
|
+
* **VNumberInput:** more flexible precision display ([#21315](https://github.com/vuetifyjs/vuetify/issues/21315)) ([d5779cd](https://github.com/vuetifyjs/vuetify/commit/d5779cd8529c6589d215569453733700b095ffe9))
|
|
84
|
+
* **VNumberInput:** promote from labs ([11efba2](https://github.com/vuetifyjs/vuetify/commit/11efba208a092399304543b8283ccc3485514154))
|
|
85
|
+
* **VNumberInput:** support control holding down ([#20987](https://github.com/vuetifyjs/vuetify/issues/20987)) ([83aed7b](https://github.com/vuetifyjs/vuetify/commit/83aed7b17d717142373e862cd10600530ef974ee))
|
|
86
|
+
* **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)
|
|
87
|
+
* **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)
|
|
88
|
+
* **VOtpInput:** allow to keep focus on paste ([#21275](https://github.com/vuetifyjs/vuetify/issues/21275)) ([#21356](https://github.com/vuetifyjs/vuetify/issues/21356)) ([cb8015d](https://github.com/vuetifyjs/vuetify/commit/cb8015daad38b7d9c6853e1053d78ab148574804))
|
|
89
|
+
* **VOverlay:** align scrim color with MD3 ([#21219](https://github.com/vuetifyjs/vuetify/issues/21219)) ([29d22a6](https://github.com/vuetifyjs/vuetify/commit/29d22a6737fa7e68bdd49c522a5b36dca3cabe11)), closes [#20244](https://github.com/vuetifyjs/vuetify/issues/20244)
|
|
90
|
+
* **VProgressLinear:** ability to separate chunks ([#21744](https://github.com/vuetifyjs/vuetify/issues/21744)) ([4c66aa0](https://github.com/vuetifyjs/vuetify/commit/4c66aa0bda8763d31a5d61a1eff77e873cd4b4c1))
|
|
91
|
+
* **VSelect:** add new auto scroll props ([#20237](https://github.com/vuetifyjs/vuetify/issues/20237)) ([#21254](https://github.com/vuetifyjs/vuetify/issues/21254)) ([1e0f1c1](https://github.com/vuetifyjs/vuetify/commit/1e0f1c1a527deb5256844e4663d6931840736968))
|
|
92
|
+
* **VSelects:** add itemType prop ([eaa4d15](https://github.com/vuetifyjs/vuetify/commit/eaa4d15caac1b66868a6af42e52b22cf2279821b)), closes [#21666](https://github.com/vuetifyjs/vuetify/issues/21666)
|
|
93
|
+
* **VSelects:** support divider and subheader ([#21348](https://github.com/vuetifyjs/vuetify/issues/21348)) ([0953ed2](https://github.com/vuetifyjs/vuetify/commit/0953ed22c81c1c8d51505a2e35e222af1880698a))
|
|
94
|
+
* **VSlideGroup:** add content class to VSlideGroup props ([#21431](https://github.com/vuetifyjs/vuetify/issues/21431)) ([935351c](https://github.com/vuetifyjs/vuetify/commit/935351cc0e80c2327701a071eeeff15f1a128310))
|
|
95
|
+
* **VSlideGroup:** expose hasNext and hasPrev ([#20050](https://github.com/vuetifyjs/vuetify/issues/20050)) ([8ef6ff8](https://github.com/vuetifyjs/vuetify/commit/8ef6ff811278a990d45504c2987fac0afec8f43c))
|
|
96
|
+
* **VSlider:** expose focus method ([#21575](https://github.com/vuetifyjs/vuetify/issues/21575)) ([6790e1e](https://github.com/vuetifyjs/vuetify/commit/6790e1ebfa820506f92a68f4c9055a2a36413b4b)), closes [#17602](https://github.com/vuetifyjs/vuetify/issues/17602)
|
|
97
|
+
* **VSnackbarQueue:** promote from labs ([aa8d4c9](https://github.com/vuetifyjs/vuetify/commit/aa8d4c933ce2b23c44ee183946a9469e0f48c9d4))
|
|
98
|
+
* **VTable:** add striped prop ([#19735](https://github.com/vuetifyjs/vuetify/issues/19735)) ([35b3304](https://github.com/vuetifyjs/vuetify/commit/35b3304a18bdb39df3431b71eef52cdef11130c9))
|
|
99
|
+
* **VTextarea:** add update:rows event ([#21226](https://github.com/vuetifyjs/vuetify/issues/21226)) ([e72d4d3](https://github.com/vuetifyjs/vuetify/commit/e72d4d30088ef47d5abf2e4533cc62c8ee91f823)), closes [#21133](https://github.com/vuetifyjs/vuetify/issues/21133)
|
|
100
|
+
* **VTextField, VTextarea:** add `autocomplete` prop ([#21359](https://github.com/vuetifyjs/vuetify/issues/21359)) ([d94c003](https://github.com/vuetifyjs/vuetify/commit/d94c00309e6e744e267275cc179bbdfc61fdd848)), closes [#21353](https://github.com/vuetifyjs/vuetify/issues/21353)
|
|
101
|
+
* **VTimeline:** side prop for individual items ([#20855](https://github.com/vuetifyjs/vuetify/issues/20855)) ([1c65f8f](https://github.com/vuetifyjs/vuetify/commit/1c65f8fe9ce0bd81e5ade43c4bb51bf0b883cb80)), closes [#19363](https://github.com/vuetifyjs/vuetify/issues/19363)
|
|
102
|
+
* **VTimePicker:** add `period` prop ([#21823](https://github.com/vuetifyjs/vuetify/issues/21823)) ([8df7685](https://github.com/vuetifyjs/vuetify/commit/8df76851aff28dcfc8b73eee18d5613557aafce8)), closes [#15405](https://github.com/vuetifyjs/vuetify/issues/15405)
|
|
103
|
+
* **VTimePicker:** promote from labs ([7ce2cd6](https://github.com/vuetifyjs/vuetify/commit/7ce2cd68cb40d8de9c2135bdf33c9be9140d22c3))
|
|
104
|
+
* **VTimePicker:** remove ampmInTitle prop ([#21595](https://github.com/vuetifyjs/vuetify/issues/21595)) ([e32796a](https://github.com/vuetifyjs/vuetify/commit/e32796a114711f2b30d3401abea11bfd8b8c2460)), closes [#19637](https://github.com/vuetifyjs/vuetify/issues/19637) [#19957](https://github.com/vuetifyjs/vuetify/issues/19957)
|
|
105
|
+
* **VTimePicker:** external control over `viewMode` ([#20677](https://github.com/vuetifyjs/vuetify/issues/20677)) ([5f3185e](https://github.com/vuetifyjs/vuetify/commit/5f3185e9cb7c4b55eb47a69c4bef0e69470d06b4)), closes [#20671](https://github.com/vuetifyjs/vuetify/issues/20671)
|
|
106
|
+
* **VToolbar:** allow for explicit extension="false" ([#21264](https://github.com/vuetifyjs/vuetify/issues/21264)) ([092e64a](https://github.com/vuetifyjs/vuetify/commit/092e64a10aa6e1b476e0e7fddaf01d1bb1df3793)), closes [#7317](https://github.com/vuetifyjs/vuetify/issues/7317)
|
|
107
|
+
* **VTooltip:** add new prop intertactive ([1599512](https://github.com/vuetifyjs/vuetify/commit/159951278e9a27309d4d1eb633b426c770989584)), closes [#19473](https://github.com/vuetifyjs/vuetify/issues/19473)
|
|
108
|
+
* **VTreeview:** add header slot ([fc86d05](https://github.com/vuetifyjs/vuetify/commit/fc86d05d0b72fb27ebc6bd2017d8684a3aa148a9))
|
|
109
|
+
* **VTreeview:** add `toggle` slot ([#21018](https://github.com/vuetifyjs/vuetify/issues/21018)) ([4ec13f2](https://github.com/vuetifyjs/vuetify/commit/4ec13f2841839d482ee38c9e7f0d72dc006d4090)), closes [#20307](https://github.com/vuetifyjs/vuetify/issues/20307)
|
|
110
|
+
* **VTreeview:** support `item-type` ([#21709](https://github.com/vuetifyjs/vuetify/issues/21709)) ([877f323](https://github.com/vuetifyjs/vuetify/commit/877f3232698147dee01effc57b2a9770d2ed0e39))
|
|
111
|
+
* **VTreeview:** indent lines ([#21675](https://github.com/vuetifyjs/vuetify/issues/21675)) ([501e016](https://github.com/vuetifyjs/vuetify/commit/501e01641f226b54d80176c9e5a20baa4dd7df43)), closes [#11506](https://github.com/vuetifyjs/vuetify/issues/11506)
|
|
112
|
+
* **VTreeview:** promote from labs ([b610813](https://github.com/vuetifyjs/vuetify/commit/b6108138fdbfb2cc157a29602817708676a23491))
|
|
113
|
+
* **VTreeview:** expose depth, path, index in slots ([#19833](https://github.com/vuetifyjs/vuetify/issues/19833)) ([bd908af](https://github.com/vuetifyjs/vuetify/commit/bd908afc7e335904c2fb35aa73541d8c04a9fcfb)), closes [#13863](https://github.com/vuetifyjs/vuetify/issues/13863)
|
|
114
|
+
* **VTreeview:** Add subtitle & divider slots support ([#20938](https://github.com/vuetifyjs/vuetify/issues/20938)) ([e63b322](https://github.com/vuetifyjs/vuetify/commit/e63b32214c4031cf22839b98915555ef0580684c)), closes [#20781](https://github.com/vuetifyjs/vuetify/issues/20781)
|
|
115
|
+
* **VTreeview:** add modelValue which is equivalent to selected ([2336637](https://github.com/vuetifyjs/vuetify/commit/2336637442f64053ec76d5e51cd6a690957d70a3))
|
|
116
|
+
* **VTreeview:** port open-on-click prop to v3 & enhancement ([#20038](https://github.com/vuetifyjs/vuetify/issues/20038)) ([cb6b5ff](https://github.com/vuetifyjs/vuetify/commit/cb6b5ffd057fac94650c39b579488cc4621fcb91)), closes [#20009](https://github.com/vuetifyjs/vuetify/issues/20009) [#20095](https://github.com/vuetifyjs/vuetify/issues/20095) [#19414](https://github.com/vuetifyjs/vuetify/issues/19414) [#20106](https://github.com/vuetifyjs/vuetify/issues/20106)
|
|
117
|
+
* **VVirtualScroll:** support fractional scroll index ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([adad9e2](https://github.com/vuetifyjs/vuetify/commit/adad9e2629fffa52b0abbb7d18297a5c0078074f))
|
|
118
|
+
* **VVirtualScroll:** add itemKey prop ([fabc511](https://github.com/vuetifyjs/vuetify/commit/fabc511bfbf90149b536ba09c6ba5e18bafd4c3a)), closes [#20809](https://github.com/vuetifyjs/vuetify/issues/20809)
|
|
119
|
+
* **VWindow:** vertical arrows ([#21587](https://github.com/vuetifyjs/vuetify/issues/21587)) ([663b9a8](https://github.com/vuetifyjs/vuetify/commit/663b9a83ee602200adae115500594d462ddfff16))
|
|
120
|
+
* **VWindow, VCarousel:** add `crossfade` and `transition-duration` ([#21850](https://github.com/vuetifyjs/vuetify/issues/21850)) ([15a5c96](https://github.com/vuetifyjs/vuetify/commit/15a5c96933db148d568a88855d6ba3df53815001))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### :wrench: Bug Fixes
|
|
124
|
+
|
|
125
|
+
* don't use multi-line :not() ([a15edec](https://github.com/vuetifyjs/vuetify/commit/a15edecc8313d13158d62776d4532eb9cc2e583a)), closes [#21995](https://github.com/vuetifyjs/vuetify/issues/21995)
|
|
126
|
+
* replace hasOwn with hasOwnProperty ([227ba8e](https://github.com/vuetifyjs/vuetify/commit/227ba8e8f2b0793a9e210b2069534cfbe1361485))
|
|
127
|
+
* accept string | number | boolean in text props ([c1a0bb1](https://github.com/vuetifyjs/vuetify/commit/c1a0bb18d2c53eb526ad8f776c169186a3552ebd))
|
|
128
|
+
* add missing translations for all locales ([f9081fe](https://github.com/vuetifyjs/vuetify/commit/f9081fe0483189805cb7f4f17ec4103950eae828))
|
|
129
|
+
* replace getUid with vue's useId ([cbd14a7](https://github.com/vuetifyjs/vuetify/commit/cbd14a7ace7e210fab91b4b2003ff0bcd7892d32)), closes [#19696](https://github.com/vuetifyjs/vuetify/issues/19696)
|
|
130
|
+
* expand accepted icon prop types ([#20727](https://github.com/vuetifyjs/vuetify/issues/20727)) ([aa4c7bb](https://github.com/vuetifyjs/vuetify/commit/aa4c7bb17d8671c09779293aa73bdff00d10fae2)), closes [#19858](https://github.com/vuetifyjs/vuetify/issues/19858)
|
|
131
|
+
* remove vue-i18n peer dependency ([6ea68b9](https://github.com/vuetifyjs/vuetify/commit/6ea68b9136b371cd0e859735950c3b03b5dcf58f)), closes [#19720](https://github.com/vuetifyjs/vuetify/issues/19720)
|
|
132
|
+
* augment GlobalComponents in multiple vue modules ([#20144](https://github.com/vuetifyjs/vuetify/issues/20144)) ([bd1f63d](https://github.com/vuetifyjs/vuetify/commit/bd1f63dcfc57ef0b15b8cfd2847bd40ba7751a39))
|
|
133
|
+
* remove circular imports ([957b4bc](https://github.com/vuetifyjs/vuetify/commit/957b4bc1cc8f870ba155e37be2dca6d5de4e588a)), closes [#19852](https://github.com/vuetifyjs/vuetify/issues/19852)
|
|
134
|
+
* pass template refs to slots as functions ([#19731](https://github.com/vuetifyjs/vuetify/issues/19731)) ([f2c6050](https://github.com/vuetifyjs/vuetify/commit/f2c605046ffa47c487c73c0c076ba706e5a0edc9)), closes [#19713](https://github.com/vuetifyjs/vuetify/issues/19713) [#19685](https://github.com/vuetifyjs/vuetify/issues/19685)
|
|
135
|
+
* **a11y:** add `aria-current="page"` attribute to links ([#20413](https://github.com/vuetifyjs/vuetify/issues/20413)) ([bc647f6](https://github.com/vuetifyjs/vuetify/commit/bc647f6853c6415fc928aff2774134f7eed26b37)), closes [#20399](https://github.com/vuetifyjs/vuetify/issues/20399)
|
|
136
|
+
* **Avatar:** pass props.image as src to VImg defaults ([c264ad4](https://github.com/vuetifyjs/vuetify/commit/c264ad4067052827d9bb38f54482b787a624daa1))
|
|
137
|
+
* **blueprints/md1/md2/md3:** set VDatePicker defaults ([d9c8918](https://github.com/vuetifyjs/vuetify/commit/d9c8918629d78f61c92d8acd2c6f14e3c01c4f29))
|
|
138
|
+
* **build:** use subpath exports in import maps ([90986f2](https://github.com/vuetifyjs/vuetify/commit/90986f29bd851f4c5b180b258fe729bdb872580a))
|
|
139
|
+
* **calendar:** don't allow selecting dates outside of weekdays prop ([b1f270b](https://github.com/vuetifyjs/vuetify/commit/b1f270ba28a32ece9fa7add603f6dd310944a588)), closes [#19718](https://github.com/vuetifyjs/vuetify/issues/19718)
|
|
140
|
+
* **calendar:** add missing first-day-of-week property support ([#20096](https://github.com/vuetifyjs/vuetify/issues/20096)) ([77af0c6](https://github.com/vuetifyjs/vuetify/commit/77af0c68a45029fa5df2ef0974378b08c7ddf50b))
|
|
141
|
+
* **click-outside:** correctly remove shadow DOM event listeners ([#20273](https://github.com/vuetifyjs/vuetify/issues/20273)) ([9b02b0d](https://github.com/vuetifyjs/vuetify/commit/9b02b0dc2d3a1bcc5f7736d62ba42d193e84d48e)), closes [#19616](https://github.com/vuetifyjs/vuetify/issues/19616)
|
|
142
|
+
* **DataTable:** allow removal of additional sortings ([#20990](https://github.com/vuetifyjs/vuetify/issues/20990)) ([32e5747](https://github.com/vuetifyjs/vuetify/commit/32e5747c1a46823fec09c371912415072e12de25)), closes [#20985](https://github.com/vuetifyjs/vuetify/issues/20985)
|
|
143
|
+
* **date:** align `fullDate` format with documentation and other adapters ([#21668](https://github.com/vuetifyjs/vuetify/issues/21668)) ([c856da3](https://github.com/vuetifyjs/vuetify/commit/c856da3c4d5b0ac6a8c2ac5f8312debc3009fae4)), closes [#21667](https://github.com/vuetifyjs/vuetify/issues/21667)
|
|
144
|
+
* **date:** week number for DST ([#21378](https://github.com/vuetifyjs/vuetify/issues/21378)) ([386363f](https://github.com/vuetifyjs/vuetify/commit/386363f142ce945dc23c505435d117b671182af9)), closes [#21366](https://github.com/vuetifyjs/vuetify/issues/21366)
|
|
145
|
+
* **date:** keep `createDateRange` internal ([#21531](https://github.com/vuetifyjs/vuetify/issues/21531)) ([e507eee](https://github.com/vuetifyjs/vuetify/commit/e507eee8972a8aec9111c7f713d72c982072d61d))
|
|
146
|
+
* **DateAdapter:** update date formats to match interface ([#20229](https://github.com/vuetifyjs/vuetify/issues/20229)) ([98003f2](https://github.com/vuetifyjs/vuetify/commit/98003f2f7ebafa410189d1bf11e365057829e6ab)), closes [#20228](https://github.com/vuetifyjs/vuetify/issues/20228)
|
|
147
|
+
* **defaults:** allow null component and global values ([#19842](https://github.com/vuetifyjs/vuetify/issues/19842)) ([9342288](https://github.com/vuetifyjs/vuetify/commit/934228846a83468657429250f53e6601a4f9c4ad)), closes [#19783](https://github.com/vuetifyjs/vuetify/issues/19783)
|
|
148
|
+
* **docs:** contrast issues for API table on dark themes ([#19946](https://github.com/vuetifyjs/vuetify/issues/19946)) ([5b5bf50](https://github.com/vuetifyjs/vuetify/commit/5b5bf505fdd7ebcc0ad4dee3eae68417f86dedc5))
|
|
149
|
+
* **filter:** avoid unnecessary deep proxy ([933bf24](https://github.com/vuetifyjs/vuetify/commit/933bf24e05810d569af7c4397f0543692eac02c2)), closes [#20849](https://github.com/vuetifyjs/vuetify/issues/20849)
|
|
150
|
+
* **flex:** add missing flex-x-x-0 classes ([a23dece](https://github.com/vuetifyjs/vuetify/commit/a23dece86fe666f15c74e304f65bbdd1ce13cefc))
|
|
151
|
+
* **helpers:** only deep merge plain objects ([#20284](https://github.com/vuetifyjs/vuetify/issues/20284)) ([8af59fc](https://github.com/vuetifyjs/vuetify/commit/8af59fc466a13f4f6813226cff21a951db375069)), closes [#20278](https://github.com/vuetifyjs/vuetify/issues/20278)
|
|
152
|
+
* **icons:** add missing aliases in presets ([055e9cc](https://github.com/vuetifyjs/vuetify/commit/055e9cc619c8dc1d3429a78f267b7d9e3736cb99)), closes [#21521](https://github.com/vuetifyjs/vuetify/issues/21521)
|
|
153
|
+
* **input:** handle aria-describedby with hide-details ([#21703](https://github.com/vuetifyjs/vuetify/issues/21703)) ([543f932](https://github.com/vuetifyjs/vuetify/commit/543f932622f1de44a215c71fbe8d52af3edea1bd)), closes [#17012](https://github.com/vuetifyjs/vuetify/issues/17012) [#19794](https://github.com/vuetifyjs/vuetify/issues/19794)
|
|
154
|
+
* **inputs:** expose missing validation methods ([be64296](https://github.com/vuetifyjs/vuetify/commit/be6429615af6e0e9e0aad7ef21bfe7a1403229ec)), closes [#19934](https://github.com/vuetifyjs/vuetify/issues/19934)
|
|
155
|
+
* **inputs:** normalise inheriting readonly and disabled from form ([b7df7f0](https://github.com/vuetifyjs/vuetify/commit/b7df7f06146bbe4652e483a8cc03a5ef794d0e29)), closes [#20730](https://github.com/vuetifyjs/vuetify/issues/20730)
|
|
156
|
+
* **layout:** find children inside suspense boundary ([c209d09](https://github.com/vuetifyjs/vuetify/commit/c209d0952862540c5c503e46c5114c6cefb2e243)), closes [#19830](https://github.com/vuetifyjs/vuetify/issues/19830)
|
|
157
|
+
* **layout:** translate full amount if element and layout size is 0 ([99ea55d](https://github.com/vuetifyjs/vuetify/commit/99ea55d2debbab3c7941b9a8b2070258261d8c48))
|
|
158
|
+
* **locale:** add missing traditional chinese translations ([#21027](https://github.com/vuetifyjs/vuetify/issues/21027)) ([b2db7cd](https://github.com/vuetifyjs/vuetify/commit/b2db7cd2071ec779ad4a07c7ec923d3a59eadaed))
|
|
159
|
+
* **locale:** add missing japanese translations ([#21009](https://github.com/vuetifyjs/vuetify/issues/21009)) ([d518fc1](https://github.com/vuetifyjs/vuetify/commit/d518fc1a2c3f86c361051178b792bd18d203f297))
|
|
160
|
+
* **locale:** add missing danish and finnish translations ([#20925](https://github.com/vuetifyjs/vuetify/issues/20925)) ([1df619d](https://github.com/vuetifyjs/vuetify/commit/1df619db592ef3b665fb714a530b192aca81a551))
|
|
161
|
+
* **locale:** add missing german translations ([#20921](https://github.com/vuetifyjs/vuetify/issues/20921)) ([02a3f48](https://github.com/vuetifyjs/vuetify/commit/02a3f4824ff1fa6c764d58fb855c2844ac23d349))
|
|
162
|
+
* **locale:** add missing Dutch translations ([#20839](https://github.com/vuetifyjs/vuetify/issues/20839)) ([bfc25df](https://github.com/vuetifyjs/vuetify/commit/bfc25dfdb5a551bc5c423f48d1d34213868a5925))
|
|
163
|
+
* **locale:** add missing Azerbaijani translations ([#20848](https://github.com/vuetifyjs/vuetify/issues/20848)) ([0e7b814](https://github.com/vuetifyjs/vuetify/commit/0e7b814ca3dcb7e090db38faf76927d70a590588))
|
|
164
|
+
* **locale:** translate calendar.today to french ([#20712](https://github.com/vuetifyjs/vuetify/issues/20712)) ([74fc967](https://github.com/vuetifyjs/vuetify/commit/74fc9676c8bba2fb748dfaca3759a92b840f9878))
|
|
165
|
+
* **locale:** update missing persian translations ([#19812](https://github.com/vuetifyjs/vuetify/issues/19812)) ([17a0561](https://github.com/vuetifyjs/vuetify/commit/17a056162267fb56e4f8f96e98c287253e95b904))
|
|
166
|
+
* **locale:** update German locale translations ([#19805](https://github.com/vuetifyjs/vuetify/issues/19805)) ([2553fe6](https://github.com/vuetifyjs/vuetify/commit/2553fe66f4cdf52f0d874bfc2622ca3667329e21))
|
|
167
|
+
* **locale:** update hu translation ([#19738](https://github.com/vuetifyjs/vuetify/issues/19738)) ([74158a8](https://github.com/vuetifyjs/vuetify/commit/74158a884e6b819f2f86b71556e8f110c4129f67))
|
|
168
|
+
* **locale:** ko translations ([#19687](https://github.com/vuetifyjs/vuetify/issues/19687)) ([a063f94](https://github.com/vuetifyjs/vuetify/commit/a063f9495053da27b5fa06f05ad26bb2d036fab0))
|
|
169
|
+
* **md3:** use outlined variant for form controls ([64fae35](https://github.com/vuetifyjs/vuetify/commit/64fae35b9e72eacdb863e82cf1998bedbbd5527c))
|
|
170
|
+
* **nested:** detect and warn about multiple `null` values ([#21940](https://github.com/vuetifyjs/vuetify/issues/21940)) ([0960aa6](https://github.com/vuetifyjs/vuetify/commit/0960aa607835c63950976c570b880feb3f3ae358)), closes [#21815](https://github.com/vuetifyjs/vuetify/issues/21815)
|
|
171
|
+
* **nested:** restore props.opened reactivity ([36c55ed](https://github.com/vuetifyjs/vuetify/commit/36c55edaaa094a8466875fafdca8593757a585f5))
|
|
172
|
+
* **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)
|
|
173
|
+
* **nested:** ensure unregister is called before register ([d4ba559](https://github.com/vuetifyjs/vuetify/commit/d4ba559cda8f52192b90b5816b09680324725b4c)), closes [#20516](https://github.com/vuetifyjs/vuetify/issues/20516) [#20603](https://github.com/vuetifyjs/vuetify/issues/20603)
|
|
174
|
+
* **nested:** convert ids to string in duplicate warning ([2728a10](https://github.com/vuetifyjs/vuetify/commit/2728a10244f4d9ae4268621e0cf310d8f29dab44))
|
|
175
|
+
* **nested:** use reactive proxy of opened ([#20438](https://github.com/vuetifyjs/vuetify/issues/20438)) ([4e41c7e](https://github.com/vuetifyjs/vuetify/commit/4e41c7e2bef649551c6f4032cda220f2dd605780))
|
|
176
|
+
* **nested:** Prevent infinite loops when resolving path ([#20390](https://github.com/vuetifyjs/vuetify/issues/20390)) ([970f827](https://github.com/vuetifyjs/vuetify/commit/970f827828b2e488ad5bb2e8f1363fd38c5a6102)), closes [#20389](https://github.com/vuetifyjs/vuetify/issues/20389)
|
|
177
|
+
* **nested:** correct prop types ([#19758](https://github.com/vuetifyjs/vuetify/issues/19758)) ([0db4297](https://github.com/vuetifyjs/vuetify/commit/0db429726b3bfd6f85984c372fd4536436fdc754))
|
|
178
|
+
* **package:** fix missing types and simplify exports ([#21104](https://github.com/vuetifyjs/vuetify/issues/21104)) ([7811fdd](https://github.com/vuetifyjs/vuetify/commit/7811fdd5c759fa14c09bd943c27d239335a53a38))
|
|
179
|
+
* **package:** add .mjs -> .js export redirect ([d06119b](https://github.com/vuetifyjs/vuetify/commit/d06119b638e42337e5db8ea60690e3e7fde4e33e))
|
|
180
|
+
* **rounded:** prioritize `tile` prop (like in v2) ([6b13382](https://github.com/vuetifyjs/vuetify/commit/6b13382f7784dfa47b0def7b7a80d184063bf392)), closes [#21844](https://github.com/vuetifyjs/vuetify/issues/21844)
|
|
181
|
+
* **router:** check $router.beforeEach exists before using ([#20549](https://github.com/vuetifyjs/vuetify/issues/20549)) ([bcce042](https://github.com/vuetifyjs/vuetify/commit/bcce04262f03c1554d1238442dd2a3cca453e7e4))
|
|
182
|
+
* **styles:** explicitly import global functions ([2b22da1](https://github.com/vuetifyjs/vuetify/commit/2b22da169f9923628c4f6d8623ddd8899e5d60eb))
|
|
183
|
+
* **styles:** support sass 1.77.7 ([4fd811a](https://github.com/vuetifyjs/vuetify/commit/4fd811a6cc3af2da5ba0f9ea74e4fa7e4adeda77)), closes [#20139](https://github.com/vuetifyjs/vuetify/issues/20139)
|
|
184
|
+
* **theme:** ability to restore "system" ([#21821](https://github.com/vuetifyjs/vuetify/issues/21821)) ([45077be](https://github.com/vuetifyjs/vuetify/commit/45077be13c220a4abeac161d16f5f406d7e1fb2e)), closes [#21819](https://github.com/vuetifyjs/vuetify/issues/21819)
|
|
185
|
+
* **theme:** support unhead v2 ([#21106](https://github.com/vuetifyjs/vuetify/issues/21106)) ([5efcacb](https://github.com/vuetifyjs/vuetify/commit/5efcacbd137daa441f91c7a7c0546ffc8577eec2)), closes [#21112](https://github.com/vuetifyjs/vuetify/issues/21112)
|
|
186
|
+
* **types:** don't use primitive object wrappers ([32007ed](https://github.com/vuetifyjs/vuetify/commit/32007ed2d34f9a131eb73faeb7629c0ff515f7b2))
|
|
187
|
+
* **types:** support moduleResolution node16 ([011be15](https://github.com/vuetifyjs/vuetify/commit/011be154dcfb547540ed20f5e8928555798ac298))
|
|
188
|
+
* **types:** optimise build ([#20484](https://github.com/vuetifyjs/vuetify/issues/20484)) ([bf13ecc](https://github.com/vuetifyjs/vuetify/commit/bf13eccde630b14820f4e24b09f3b34f90bb255e)), closes [#20480](https://github.com/vuetifyjs/vuetify/issues/20480)
|
|
189
|
+
* **types:** only augment module 'vue' ([7c8aeef](https://github.com/vuetifyjs/vuetify/commit/7c8aeefdc097ff9b74a733ed17b6a8cd9e1f8575))
|
|
190
|
+
* **useDirectiveComponent:** cannot read properties of undefined ([#19693](https://github.com/vuetifyjs/vuetify/issues/19693)) ([b9a588f](https://github.com/vuetifyjs/vuetify/commit/b9a588fe8a634dcd80546edf4124873e497cf494))
|
|
191
|
+
* **useDisplay:** keep default behavior when used without args ([#20935](https://github.com/vuetifyjs/vuetify/issues/20935)) ([bb8b3f8](https://github.com/vuetifyjs/vuetify/commit/bb8b3f829ee6bf4bba9190018e6afb318e88409c)), closes [#20932](https://github.com/vuetifyjs/vuetify/issues/20932)
|
|
192
|
+
* **useDisplay:** more intuitive use of `mobile-breakpoint` ([#20311](https://github.com/vuetifyjs/vuetify/issues/20311)) ([cff590e](https://github.com/vuetifyjs/vuetify/commit/cff590e3bd5ea3a58757524327ea05124dfff1e4)), closes [#19883](https://github.com/vuetifyjs/vuetify/issues/19883)
|
|
193
|
+
* **v-tooltip:** log error instead of throwing ([ae33530](https://github.com/vuetifyjs/vuetify/commit/ae33530ac17226ca942849bea364ee441ae1dd9f)), closes [#20564](https://github.com/vuetifyjs/vuetify/issues/20564)
|
|
194
|
+
* **v-tooltip:** match provides from new vnode ([6e9f2a1](https://github.com/vuetifyjs/vuetify/commit/6e9f2a1a0a55360118626fc397c6d0dc4498382b)), closes [#20564](https://github.com/vuetifyjs/vuetify/issues/20564)
|
|
195
|
+
* **v-tooltip:** use textContent instead of innerHTML ([ca49443](https://github.com/vuetifyjs/vuetify/commit/ca49443c6b7302c9dcb14b9be29f3872f512b320))
|
|
196
|
+
* **v-tooltip:** use default location from VTooltip ([45e0c8a](https://github.com/vuetifyjs/vuetify/commit/45e0c8af029ffcbcb318f10a2e263b35671dbdc6))
|
|
197
|
+
* **v-touch:** set event handlers on root components ([#21997](https://github.com/vuetifyjs/vuetify/issues/21997)) ([1da3451](https://github.com/vuetifyjs/vuetify/commit/1da3451724ca97de6a95082c0a39736ef89a4906)), closes [#21768](https://github.com/vuetifyjs/vuetify/issues/21768)
|
|
198
|
+
* **VAlert:** use outline instead of background in forced-colors mode ([#21946](https://github.com/vuetifyjs/vuetify/issues/21946)) ([7560323](https://github.com/vuetifyjs/vuetify/commit/7560323d9d33a9d71d2975ab25537cc7bfe493ec))
|
|
199
|
+
* **VAlert:** restore unit-less support in Sass variable for title line-height ([#21843](https://github.com/vuetifyjs/vuetify/issues/21843)) ([8c1778a](https://github.com/vuetifyjs/vuetify/commit/8c1778a26a08d9d663681d83d6dd9160e3cb5c74)), closes [#21841](https://github.com/vuetifyjs/vuetify/issues/21841)
|
|
200
|
+
* **validation:** return aliases when called without arguments ([#21868](https://github.com/vuetifyjs/vuetify/issues/21868)) ([64a82d4](https://github.com/vuetifyjs/vuetify/commit/64a82d4776d22628db5d3a55fc070ce2463eb602))
|
|
201
|
+
* **VAppBar:** scrollBehavior type for fully-hide ([040fda8](https://github.com/vuetifyjs/vuetify/commit/040fda8749630c08488aa1786f8a8b82e6b7779d))
|
|
202
|
+
* **VAppBar:** inability to scroll to the bottom ([#19921](https://github.com/vuetifyjs/vuetify/issues/19921)) ([7ccff92](https://github.com/vuetifyjs/vuetify/commit/7ccff92e55fbfa27f022d9f61cbdf7d09d924f69)), closes [#19090](https://github.com/vuetifyjs/vuetify/issues/19090)
|
|
203
|
+
* **variant:** always remove underlay from normal flow ([6aea5e4](https://github.com/vuetifyjs/vuetify/commit/6aea5e4cb24f29978c8d416c8e53330189d917a7))
|
|
204
|
+
* **VAutocomplete:** correct match splitting with custom filter ([1bef712](https://github.com/vuetifyjs/vuetify/commit/1bef7128a300840cee6eb5ae393bc3976a86375f)), closes [#21228](https://github.com/vuetifyjs/vuetify/issues/21228)
|
|
205
|
+
* **VAutocomplete:** cleared input searchterm on blur ([#21130](https://github.com/vuetifyjs/vuetify/issues/21130)) ([05076ce](https://github.com/vuetifyjs/vuetify/commit/05076ce61f6af069198dc4f676509f0a5e306c73)), closes [#20993](https://github.com/vuetifyjs/vuetify/issues/20993)
|
|
206
|
+
* **VAutocomplete:** allow searching when selected item is hightlighted ([2cab7e4](https://github.com/vuetifyjs/vuetify/commit/2cab7e459e9c5742e3e3975afa23df1b783fddb8)), closes [#20796](https://github.com/vuetifyjs/vuetify/issues/20796) [#20836](https://github.com/vuetifyjs/vuetify/issues/20836)
|
|
207
|
+
* **VAutocomplete:** allow searching when menu is focused ([b9ed79d](https://github.com/vuetifyjs/vuetify/commit/b9ed79db8ae68eed6bc13cf10aefa6944fa8675b)), closes [#17641](https://github.com/vuetifyjs/vuetify/issues/17641)
|
|
208
|
+
* **VAutocomplete:** only clear search on blur in multiple or using chips/selection shots ([#19701](https://github.com/vuetifyjs/vuetify/issues/19701)) ([d02e1b3](https://github.com/vuetifyjs/vuetify/commit/d02e1b3cec7b98a29eb69f42249f15ace6da25f3)), closes [#19543](https://github.com/vuetifyjs/vuetify/issues/19543)
|
|
209
|
+
* **VAutocomplete, VCombobox:** space key should not select ([#21311](https://github.com/vuetifyjs/vuetify/issues/21311)) ([f9288ad](https://github.com/vuetifyjs/vuetify/commit/f9288ad7dbfb3547d36e036932e653270eb9ff08))
|
|
210
|
+
* **VAutocomplete/VCombobox:** disallow auto-select-first via pure blur ([2368668](https://github.com/vuetifyjs/vuetify/commit/2368668d49b322a1ac7aa5a9d602676affdef9b2)), closes [#19929](https://github.com/vuetifyjs/vuetify/issues/19929)
|
|
211
|
+
* **VAutocomplete/VCombobox:** remove tab key listener ([#19846](https://github.com/vuetifyjs/vuetify/issues/19846)) ([5703a6c](https://github.com/vuetifyjs/vuetify/commit/5703a6c8a0b95a7a0567576ac3d0f0d980a0079e)), closes [#19840](https://github.com/vuetifyjs/vuetify/issues/19840)
|
|
212
|
+
* **VAutocomplete/VCombobox:** prevent focus on menu icon ([4b387b5](https://github.com/vuetifyjs/vuetify/commit/4b387b5ceb3baa35a604526c55dab3510167254b))
|
|
213
|
+
* **VAvatar:** remove default border ([e821d5d](https://github.com/vuetifyjs/vuetify/commit/e821d5d8aabf21a7e90a0802e34f43ce181f78e3)), closes [#20345](https://github.com/vuetifyjs/vuetify/issues/20345)
|
|
214
|
+
* **VBadge:** restore unused SASS variables ([#20709](https://github.com/vuetifyjs/vuetify/issues/20709)) ([fd844e1](https://github.com/vuetifyjs/vuetify/commit/fd844e1372d8b46865be4b497198f5718b69a789)), closes [#19834](https://github.com/vuetifyjs/vuetify/issues/19834)
|
|
215
|
+
* **VBanner:** set index when using sticky prop ([9e2d22f](https://github.com/vuetifyjs/vuetify/commit/9e2d22f3f76515809ab47c147b689efc7cb09bf0))
|
|
216
|
+
* **VBanner:** assign mobile default of null ([aad15b7](https://github.com/vuetifyjs/vuetify/commit/aad15b7bdab269cf440a82d08d719f55595c2bbb))
|
|
217
|
+
* **VBottomNavigation:** set inline margin to auto ([#21357](https://github.com/vuetifyjs/vuetify/issues/21357)) ([68b52ed](https://github.com/vuetifyjs/vuetify/commit/68b52edc49c86456ec20d89737bf53b9031a4f74)), closes [#21316](https://github.com/vuetifyjs/vuetify/issues/21316)
|
|
218
|
+
* **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)
|
|
219
|
+
* **VBreadcrumbsDivider:** add aria-hidden attribute ([#20893](https://github.com/vuetifyjs/vuetify/issues/20893)) ([301576b](https://github.com/vuetifyjs/vuetify/commit/301576b58627a1133e0be18334d7ef72dcd05910))
|
|
220
|
+
* **VBtn:** render border in forced-colors mode ([#21848](https://github.com/vuetifyjs/vuetify/issues/21848)) ([25af169](https://github.com/vuetifyjs/vuetify/commit/25af169ae03c28bc6472f00347edaeaefb73aeb3))
|
|
221
|
+
* **VBtn:** allow text values for letter-spacing Sass variable ([#21602](https://github.com/vuetifyjs/vuetify/issues/21602)) ([525b0fd](https://github.com/vuetifyjs/vuetify/commit/525b0fd1d1f2afb9d0814db35e073386b61f7346))
|
|
222
|
+
* **VBtn:** correct letter-spacing compensation for RTL ([#21574](https://github.com/vuetifyjs/vuetify/issues/21574)) ([3f06979](https://github.com/vuetifyjs/vuetify/commit/3f069798215ece5c9ffb4f3262d1511b0f72421e))
|
|
223
|
+
* **VBtn:** only remove overlay transition in pagination ([675b464](https://github.com/vuetifyjs/vuetify/commit/675b464c79c09fcc855f0a0c015e2d36c1870d22)), closes [#18874](https://github.com/vuetifyjs/vuetify/issues/18874)
|
|
224
|
+
* **VBtn:** allow passing custom ripple options ([#20190](https://github.com/vuetifyjs/vuetify/issues/20190)) ([0a31bf8](https://github.com/vuetifyjs/vuetify/commit/0a31bf88f32c049e3dd5b1f964ba5ab38d814a6b)), closes [#20189](https://github.com/vuetifyjs/vuetify/issues/20189)
|
|
225
|
+
* **VBtn:** allow stacked and block props to work together ([#20162](https://github.com/vuetifyjs/vuetify/issues/20162)) ([9969ebb](https://github.com/vuetifyjs/vuetify/commit/9969ebb8b1cbba528c13ca075917c5b32f7ed5a5))
|
|
226
|
+
* **VBtn:** remove negative prepend/append margin with slim prop ([665c616](https://github.com/vuetifyjs/vuetify/commit/665c616254e5a5727482c4f5d894d1e958675edb))
|
|
227
|
+
* **VBtnToggle:** buttons should be accessible despite overflow ([#21577](https://github.com/vuetifyjs/vuetify/issues/21577)) ([005cf15](https://github.com/vuetifyjs/vuetify/commit/005cf1582ecfbaf54135d81bd72a7ef8b8e93e9e))
|
|
228
|
+
* **VBtnToggle:** plain variant button opacity when selected ([#20279](https://github.com/vuetifyjs/vuetify/issues/20279)) ([bfe6310](https://github.com/vuetifyjs/vuetify/commit/bfe631027588b73da8cf94655ae8316c763cafe8)), closes [#20142](https://github.com/vuetifyjs/vuetify/issues/20142)
|
|
229
|
+
* **VCard:** render border in forced-colors mode ([#21968](https://github.com/vuetifyjs/vuetify/issues/21968)) ([b30d5c8](https://github.com/vuetifyjs/vuetify/commit/b30d5c851947cb214927b7e6bd9288de9d4b15fa))
|
|
230
|
+
* **VCard:** hide progress border in forced-colors mode ([#21836](https://github.com/vuetifyjs/vuetify/issues/21836)) ([4335576](https://github.com/vuetifyjs/vuetify/commit/43355769444e256eed6111d23b75d7dc2838a093)), closes [#21835](https://github.com/vuetifyjs/vuetify/issues/21835)
|
|
231
|
+
* **VCardActions:** space children with gap instead of margin ([2194403](https://github.com/vuetifyjs/vuetify/commit/219440372d5b4975dd25b3de9b24284f99742cf4)), closes [#20239](https://github.com/vuetifyjs/vuetify/issues/20239) [#20262](https://github.com/vuetifyjs/vuetify/issues/20262)
|
|
232
|
+
* **VCarousel:** avoid missing progress bar ([#21586](https://github.com/vuetifyjs/vuetify/issues/21586)) ([488ebc7](https://github.com/vuetifyjs/vuetify/commit/488ebc7bbabdee16f634a7ed8618951f8a9b3ee9))
|
|
233
|
+
* **VCheckboxBtn:** reset checked state when readonly is true ([#19861](https://github.com/vuetifyjs/vuetify/issues/19861)) ([ed2f0fa](https://github.com/vuetifyjs/vuetify/commit/ed2f0fa01ef8216158042a4f3dd85c6b1596998b)), closes [#19137](https://github.com/vuetifyjs/vuetify/issues/19137)
|
|
234
|
+
* **VChip:** correct opacity for plain variant ([#22005](https://github.com/vuetifyjs/vuetify/issues/22005)) ([48d20f3](https://github.com/vuetifyjs/vuetify/commit/48d20f3095b3b103c791b759dbbf28a751b374f5))
|
|
235
|
+
* **VChip:** render border in forced-colors mode ([#21970](https://github.com/vuetifyjs/vuetify/issues/21970)) ([59aeadc](https://github.com/vuetifyjs/vuetify/commit/59aeadc4337bd3273eebb31cb220728cf0aadac3))
|
|
236
|
+
* **VChip:** disable close button of disabled chip ([#21512](https://github.com/vuetifyjs/vuetify/issues/21512)) ([fed90ca](https://github.com/vuetifyjs/vuetify/commit/fed90caa9657dd94c609c6c6d5862e968d0d7b9f)), closes [#21502](https://github.com/vuetifyjs/vuetify/issues/21502)
|
|
237
|
+
* **VChip:** utilize `active-class` ([#20716](https://github.com/vuetifyjs/vuetify/issues/20716)) ([501fa1b](https://github.com/vuetifyjs/vuetify/commit/501fa1bc935457af174d385f9cdf692c3b48fe19))
|
|
238
|
+
* **VChipGroup:** render selected in forced-colors mode ([#21973](https://github.com/vuetifyjs/vuetify/issues/21973)) ([997dd56](https://github.com/vuetifyjs/vuetify/commit/997dd5668fe71994e11b4a406ea472697591ac6a))
|
|
239
|
+
* **VChipGroup:** don't select items with a value by index ([#21742](https://github.com/vuetifyjs/vuetify/issues/21742)) ([72cd412](https://github.com/vuetifyjs/vuetify/commit/72cd412ac7a794cc7fbb18918928c4e819827449)), closes [#20129](https://github.com/vuetifyjs/vuetify/issues/20129)
|
|
240
|
+
* **VCode:** display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b407c100ca23c457cb8d25daec60369d9f3b))
|
|
241
|
+
* **VCode,VKbd:** set default tag ([18c0adc](https://github.com/vuetifyjs/vuetify/commit/18c0adcd4a3cdd8dffda9691e3aa8ea18aaceb92))
|
|
242
|
+
* **VColorPicker:** prevent sass nested deprecation warning ([8083db9](https://github.com/vuetifyjs/vuetify/commit/8083db971f7fe51151241447f90a4cd14cff32be)), closes [#21909](https://github.com/vuetifyjs/vuetify/issues/21909)
|
|
243
|
+
* **VColorPicker:** keep canvas visible when width is not px ([22b828f](https://github.com/vuetifyjs/vuetify/commit/22b828f5cc625adeeb206e20746154dd79f33e0c))
|
|
244
|
+
* **VColorPicker:** keep sliders visible when inputs are hidden ([#21803](https://github.com/vuetifyjs/vuetify/issues/21803)) ([215bfd8](https://github.com/vuetifyjs/vuetify/commit/215bfd866e8c6f606620d8f88c8b1fd4dfe7ab15)), closes [#21801](https://github.com/vuetifyjs/vuetify/issues/21801)
|
|
245
|
+
* **VColorPicker:** disable EyeDropper when component is disabled ([#21180](https://github.com/vuetifyjs/vuetify/issues/21180)) ([0a25791](https://github.com/vuetifyjs/vuetify/commit/0a25791a0e19bb8e1db1f77c292d3a7ccbe53763)), closes [#21179](https://github.com/vuetifyjs/vuetify/issues/21179)
|
|
246
|
+
* **VColorPicker:** handle invalid eyedropper result in linux ([2e0e0f5](https://github.com/vuetifyjs/vuetify/commit/2e0e0f528eb36b8617cae1834a11ddb2350940f8)), closes [#20847](https://github.com/vuetifyjs/vuetify/issues/20847)
|
|
247
|
+
* **VCombobox:** hideNoData by default ([d2ac9f8](https://github.com/vuetifyjs/vuetify/commit/d2ac9f875683bf193cd39f305912fa6c143bff83))
|
|
248
|
+
* **VCombobox:** filter matching items when opening first time ([#21901](https://github.com/vuetifyjs/vuetify/issues/21901)) ([eeb9d14](https://github.com/vuetifyjs/vuetify/commit/eeb9d145be9f8fb0984ab8a82fc0b561c530cb17))
|
|
249
|
+
* **VCombobox:** select all values from pasted text ([#21840](https://github.com/vuetifyjs/vuetify/issues/21840)) ([408a95d](https://github.com/vuetifyjs/vuetify/commit/408a95d7b4c39649546f8098af7a6afd663f777c)), closes [#21838](https://github.com/vuetifyjs/vuetify/issues/21838)
|
|
250
|
+
* **VCombobox:** don't return focus to input on space keydown ([d609024](https://github.com/vuetifyjs/vuetify/commit/d6090248e1d0fa34748fce1dcc93991aeea19b8f)), closes [#20850](https://github.com/vuetifyjs/vuetify/issues/20850)
|
|
251
|
+
* **VDataTable:** allow filters on all columns ([#21876](https://github.com/vuetifyjs/vuetify/issues/21876)) ([af20234](https://github.com/vuetifyjs/vuetify/commit/af20234e3642ff0cff82f546390eca7412c594d0))
|
|
252
|
+
* **VDataTable:** more flexible alignment with grouping ([#21862](https://github.com/vuetifyjs/vuetify/issues/21862)) ([6d802d3](https://github.com/vuetifyjs/vuetify/commit/6d802d3c8e87752f601414141ce0ee843592535f)), closes [#17863](https://github.com/vuetifyjs/vuetify/issues/17863)
|
|
253
|
+
* **VDataTable:** correct row height when with show-select and compact ([#21829](https://github.com/vuetifyjs/vuetify/issues/21829)) ([29b3bb0](https://github.com/vuetifyjs/vuetify/commit/29b3bb0b3363e8c295cf16286ed500e8ae269e98)), closes [#21767](https://github.com/vuetifyjs/vuetify/issues/21767)
|
|
254
|
+
* **VDataTable:** correct alignment of checkboxes ([402257d](https://github.com/vuetifyjs/vuetify/commit/402257d8490a43bb888203ddbb57b82773ad3c0b))
|
|
255
|
+
* **VDataTable:** missing stripes on fixed columns ([#21715](https://github.com/vuetifyjs/vuetify/issues/21715)) ([739a6c9](https://github.com/vuetifyjs/vuetify/commit/739a6c9aa8ac6064d7484e1e40dbf111d2ab75c5))
|
|
256
|
+
* **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)
|
|
257
|
+
* **VDataTable:** continue sorting if dates are identical ([a9d0c56](https://github.com/vuetifyjs/vuetify/commit/a9d0c560d77392c803fd0c27b4748b82591dd0e0)), closes [#21650](https://github.com/vuetifyjs/vuetify/issues/21650)
|
|
258
|
+
* **VDataTable:** only tab focus sortable columns ([27aaaf4](https://github.com/vuetifyjs/vuetify/commit/27aaaf41246aaaf3bed977c74d0b962daf0a5662)), closes [#20899](https://github.com/vuetifyjs/vuetify/issues/20899)
|
|
259
|
+
* **VDataTable:** shift click should only toggle selectable rows ([#21334](https://github.com/vuetifyjs/vuetify/issues/21334)) ([cd971b4](https://github.com/vuetifyjs/vuetify/commit/cd971b4ad1f24dfd3b72f0c8db8b7f218723d15f)), closes [#21328](https://github.com/vuetifyjs/vuetify/issues/21328)
|
|
260
|
+
* **VDataTable:** ignore default filter if query is empty ([0a8de9b](https://github.com/vuetifyjs/vuetify/commit/0a8de9b32e15855b1146d080c634f2e30b158c13)), closes [#21212](https://github.com/vuetifyjs/vuetify/issues/21212)
|
|
261
|
+
* **VDataTable:** data table expand button content overflows ([#21218](https://github.com/vuetifyjs/vuetify/issues/21218)) ([82a321a](https://github.com/vuetifyjs/vuetify/commit/82a321adb5030ebed752a6b944e68ddc29701737)), closes [#20545](https://github.com/vuetifyjs/vuetify/issues/20545)
|
|
262
|
+
* **VDataTable:** use current page items for shift click selection ([#21210](https://github.com/vuetifyjs/vuetify/issues/21210)) ([73608b7](https://github.com/vuetifyjs/vuetify/commit/73608b7a7e1cfe1cd58b140dbaf0b5ccb57ffe98)), closes [#21190](https://github.com/vuetifyjs/vuetify/issues/21190)
|
|
263
|
+
* **VDataTable:** use width as minWidth for multiple fixed columns ([c2574c8](https://github.com/vuetifyjs/vuetify/commit/c2574c847b53fb8b85c7ec949191d42030150f02)), closes [#21063](https://github.com/vuetifyjs/vuetify/issues/21063)
|
|
264
|
+
* **VDataTable:** show correct items count after expanding group ([#20347](https://github.com/vuetifyjs/vuetify/issues/20347)) ([7dd5a20](https://github.com/vuetifyjs/vuetify/commit/7dd5a2018f195513db40d0ee30c46724de44e1f4)), closes [#20313](https://github.com/vuetifyjs/vuetify/issues/20313)
|
|
265
|
+
* **VDataTable:** emit current items immediately ([#20449](https://github.com/vuetifyjs/vuetify/issues/20449)) ([57047f6](https://github.com/vuetifyjs/vuetify/commit/57047f60227c415ec47c2947202ead71c289449b)), closes [#20440](https://github.com/vuetifyjs/vuetify/issues/20440)
|
|
266
|
+
* **VDataTable:** rtl mobile alignment ([#20553](https://github.com/vuetifyjs/vuetify/issues/20553)) ([db9fb77](https://github.com/vuetifyjs/vuetify/commit/db9fb77c1ca47c62aa0171ed966c64960d3b1019))
|
|
267
|
+
* **VDataTable:** apply fixed-header when sticky prop is set ([2795792](https://github.com/vuetifyjs/vuetify/commit/2795792f8fee7ae785d9f40548f3e7cb05deb992)), closes [#20903](https://github.com/vuetifyjs/vuetify/issues/20903)
|
|
268
|
+
* **VDataTable:** remove page clamp on initial render ([60bc70e](https://github.com/vuetifyjs/vuetify/commit/60bc70ecbb1692c94dfd9ceb9bae1415355bafed)), closes [#17966](https://github.com/vuetifyjs/vuetify/issues/17966) [#20185](https://github.com/vuetifyjs/vuetify/issues/20185)
|
|
269
|
+
* **VDataTable:** use item.raw and columns in sorting transform ([#20077](https://github.com/vuetifyjs/vuetify/issues/20077)) ([e33b951](https://github.com/vuetifyjs/vuetify/commit/e33b9514d548e57ad923082837a87e9d2e275b2e)), closes [#20045](https://github.com/vuetifyjs/vuetify/issues/20045)
|
|
270
|
+
* **VDataTable:** support groupBy when sorting is disabled ([#20047](https://github.com/vuetifyjs/vuetify/issues/20047)) ([8ac10e4](https://github.com/vuetifyjs/vuetify/commit/8ac10e43a10ea3f966f1bb7cd9d87fdff52c93c9)), closes [#20046](https://github.com/vuetifyjs/vuetify/issues/20046)
|
|
271
|
+
* **VDataTable:** customKeyFilter filtering ([#19881](https://github.com/vuetifyjs/vuetify/issues/19881)) ([b3eafb2](https://github.com/vuetifyjs/vuetify/commit/b3eafb275c2ca85cefb297e840f66c839908eed8)), closes [#19596](https://github.com/vuetifyjs/vuetify/issues/19596)
|
|
272
|
+
* **VDataTable:** add ability to hide default body ([#19844](https://github.com/vuetifyjs/vuetify/issues/19844)) ([2f8ee0f](https://github.com/vuetifyjs/vuetify/commit/2f8ee0fa1c61d0b6342f014f7e931f27cd3116ad)), closes [#18854](https://github.com/vuetifyjs/vuetify/issues/18854)
|
|
273
|
+
* **VDataTable:** fit mobile row height to content ([#19843](https://github.com/vuetifyjs/vuetify/issues/19843)) ([f016954](https://github.com/vuetifyjs/vuetify/commit/f016954313ba919e187754cbe6fa29ea324b1245))
|
|
274
|
+
* **VDataTable:** add missing disable-sort prop ([#19820](https://github.com/vuetifyjs/vuetify/issues/19820)) ([4a2de37](https://github.com/vuetifyjs/vuetify/commit/4a2de375b84851fe5cdf26d4f391f5028d0a2854)), closes [#19197](https://github.com/vuetifyjs/vuetify/issues/19197)
|
|
275
|
+
* **VDataTable:** add missing hide-default-header/footer props ([#19774](https://github.com/vuetifyjs/vuetify/issues/19774)) ([a6340ac](https://github.com/vuetifyjs/vuetify/commit/a6340ac592fd3435c81f35b36eb60861cd426d02))
|
|
276
|
+
* **VDataTable:** header title font weight ([#19742](https://github.com/vuetifyjs/vuetify/issues/19742)) ([c4b33c0](https://github.com/vuetifyjs/vuetify/commit/c4b33c011fc4d2c869284e1afca01121c3d273c6)), closes [#19737](https://github.com/vuetifyjs/vuetify/issues/19737)
|
|
277
|
+
* **VDataTable:** correctly update the value of showSelectAll ([#19762](https://github.com/vuetifyjs/vuetify/issues/19762)) ([7c64392](https://github.com/vuetifyjs/vuetify/commit/7c6439280e9686f46e787ed0bc1ac5b70b954edf)), closes [#19069](https://github.com/vuetifyjs/vuetify/issues/19069)
|
|
278
|
+
* **VDataTable:** change mobile default to false ([#19744](https://github.com/vuetifyjs/vuetify/issues/19744)) ([a194622](https://github.com/vuetifyjs/vuetify/commit/a194622437e9baa0e9202a349fbc97dee95885cf))
|
|
279
|
+
* **VDataTable:** select all showing when not enabled on mobile ([#19727](https://github.com/vuetifyjs/vuetify/issues/19727)) ([0825e2d](https://github.com/vuetifyjs/vuetify/commit/0825e2dece85325b1d54a087dfe398238706b032))
|
|
280
|
+
* **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612))
|
|
281
|
+
* **VDataTableColumn:** on tab focus also show sortable icon ([#21540](https://github.com/vuetifyjs/vuetify/issues/21540)) ([fef3588](https://github.com/vuetifyjs/vuetify/commit/fef3588a9e496869cb3c1520d1d631403b40aa5e))
|
|
282
|
+
* **VDataTableColumn:** columns are not keyboard-accessible fixes [#20899](https://github.com/vuetifyjs/vuetify/issues/20899) ([#20939](https://github.com/vuetifyjs/vuetify/issues/20939)) ([eb736cb](https://github.com/vuetifyjs/vuetify/commit/eb736cb135ef5af66e49a6303e83cfaced08de36))
|
|
283
|
+
* **VDataTableFooter:** add missing aria label on footer text ([#20896](https://github.com/vuetifyjs/vuetify/issues/20896)) ([#21508](https://github.com/vuetifyjs/vuetify/issues/21508)) ([202207c](https://github.com/vuetifyjs/vuetify/commit/202207c0fb9ad9b8b356eb8bf86b506a5e803c7a))
|
|
284
|
+
* **VDataTableFooter:** wrong icon types ([#20107](https://github.com/vuetifyjs/vuetify/issues/20107)) ([5676e18](https://github.com/vuetifyjs/vuetify/commit/5676e181b581a332d93b1c821ab9e145f2c69784))
|
|
285
|
+
* **VDataTableRow:** provide correct defaults for special slots ([#21071](https://github.com/vuetifyjs/vuetify/issues/21071)) ([a5e2de1](https://github.com/vuetifyjs/vuetify/commit/a5e2de10d2686b0d71b81cb6b15198dd2e3d61f4))
|
|
286
|
+
* **VDataTableServer/Virtual:** add generic headers type ([32044d0](https://github.com/vuetifyjs/vuetify/commit/32044d0420ec9d11bec20964eb31db7a3d659de4)), closes [#21327](https://github.com/vuetifyjs/vuetify/issues/21327)
|
|
287
|
+
* **VDataTableVirtual:** add missing thead, tbody, tfoot slots ([#19072](https://github.com/vuetifyjs/vuetify/issues/19072)) ([b6db70d](https://github.com/vuetifyjs/vuetify/commit/b6db70d8eeb98cbf186bceecf0600d2355c979a4))
|
|
288
|
+
* **VDatePicker:** Prioritize allowed-months and allowed-years ([#21916](https://github.com/vuetifyjs/vuetify/issues/21916)) ([810645c](https://github.com/vuetifyjs/vuetify/commit/810645c5c37aeeb3aec1a575763c5e836b7bb8b6))
|
|
289
|
+
* **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))
|
|
290
|
+
* **VDatePicker:** improved date comparison with `min` constraint ([#21398](https://github.com/vuetifyjs/vuetify/issues/21398)) ([421a6f6](https://github.com/vuetifyjs/vuetify/commit/421a6f68557e617e0e24b9e525a4cebd841c4f2c)), closes [#21380](https://github.com/vuetifyjs/vuetify/issues/21380)
|
|
291
|
+
* **VDatePicker:** format month to always have 2 digits ([#21686](https://github.com/vuetifyjs/vuetify/issues/21686)) ([f529212](https://github.com/vuetifyjs/vuetify/commit/f529212faffbde85299023b1eb0f4fa344e87df7)), closes [#21681](https://github.com/vuetifyjs/vuetify/issues/21681)
|
|
292
|
+
* **VDatePicker:** correct week labels ([#21648](https://github.com/vuetifyjs/vuetify/issues/21648)) ([b46e60c](https://github.com/vuetifyjs/vuetify/commit/b46e60c5eba21438c4ecd412ec99f67ebbb24dac)), closes [#21645](https://github.com/vuetifyjs/vuetify/issues/21645) [#21332](https://github.com/vuetifyjs/vuetify/issues/21332)
|
|
293
|
+
* **VDatePicker:** completely hide days not in weekdays array ([#21624](https://github.com/vuetifyjs/vuetify/issues/21624)) ([010ded6](https://github.com/vuetifyjs/vuetify/commit/010ded6b9ad4c61c8750c70399b2cc4953e2ed2d)), closes [#21492](https://github.com/vuetifyjs/vuetify/issues/21492) [#19718](https://github.com/vuetifyjs/vuetify/issues/19718)
|
|
294
|
+
* **VDatePicker:** round font-size from 13.6 to 14px ([#21590](https://github.com/vuetifyjs/vuetify/issues/21590)) ([d81a4a0](https://github.com/vuetifyjs/vuetify/commit/d81a4a0cf81353c96f6c5557d8c9be77df7a5836))
|
|
295
|
+
* **VDatePicker:** reactive month and year ([#21563](https://github.com/vuetifyjs/vuetify/issues/21563)) ([9099082](https://github.com/vuetifyjs/vuetify/commit/9099082dbfe14611f43265a3973b77fab0f0b055)), closes [#21562](https://github.com/vuetifyjs/vuetify/issues/21562)
|
|
296
|
+
* **VDatePicker:** Fix autoscroll ([#21556](https://github.com/vuetifyjs/vuetify/issues/21556)) ([f5f13f5](https://github.com/vuetifyjs/vuetify/commit/f5f13f526b097ff33dee826a9d567539d232c866))
|
|
297
|
+
* **VDatePicker:** resolve firstDayOfWeek from locale ([#21260](https://github.com/vuetifyjs/vuetify/issues/21260)) ([1c1d6b0](https://github.com/vuetifyjs/vuetify/commit/1c1d6b05096ed2edef6006892343101075ef3327))
|
|
298
|
+
* **VDatePicker:** use start of week to calculate week numbers ([#21199](https://github.com/vuetifyjs/vuetify/issues/21199)) ([7321535](https://github.com/vuetifyjs/vuetify/commit/7321535bbb4d561883c44924425120d126562095)), closes [#20724](https://github.com/vuetifyjs/vuetify/issues/20724) [#20490](https://github.com/vuetifyjs/vuetify/issues/20490)
|
|
299
|
+
* **VDatePicker:** use adapter date in onMultipleClick ([#21091](https://github.com/vuetifyjs/vuetify/issues/21091)) ([0b1dc46](https://github.com/vuetifyjs/vuetify/commit/0b1dc46a366e7c2ab7fd1367e7c2216f306b60cc)), closes [#21090](https://github.com/vuetifyjs/vuetify/issues/21090)
|
|
300
|
+
* **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)
|
|
301
|
+
* **VDatePicker:** prevent maxDate disabling the wrong month on last day ([ce4b227](https://github.com/vuetifyjs/vuetify/commit/ce4b227c49962d0faa84d39019b7f5a70ed6db91)), closes [#20943](https://github.com/vuetifyjs/vuetify/issues/20943)
|
|
302
|
+
* **VDatePicker:** programmatic start date with multiple range ([#20169](https://github.com/vuetifyjs/vuetify/issues/20169)) ([1a0d9b7](https://github.com/vuetifyjs/vuetify/commit/1a0d9b7ecbde60cce31750c8f36b8e382c8c3535)), closes [#20168](https://github.com/vuetifyjs/vuetify/issues/20168)
|
|
303
|
+
* **VDatePicker:** don't update month/year if new model is empty ([154e751](https://github.com/vuetifyjs/vuetify/commit/154e7516b89eb28f2f6c7568be92a5a28b5f572e)), closes [#20015](https://github.com/vuetifyjs/vuetify/issues/20015)
|
|
304
|
+
* **VDatePicker:** using the start range that has been cleared ([#19869](https://github.com/vuetifyjs/vuetify/issues/19869)) ([f401f41](https://github.com/vuetifyjs/vuetify/commit/f401f41844c5201abccb9cd732ef7ddbde192089)), closes [#19854](https://github.com/vuetifyjs/vuetify/issues/19854)
|
|
305
|
+
* **VDatePicker:** disable months outside min/max value ([#19822](https://github.com/vuetifyjs/vuetify/issues/19822)) ([67ab46c](https://github.com/vuetifyjs/vuetify/commit/67ab46cdb97a1b8a1e0171c98ed83785e2c59708)), closes [#19810](https://github.com/vuetifyjs/vuetify/issues/19810)
|
|
306
|
+
* **VDatePicker:** wrong month displayed in header ([#19721](https://github.com/vuetifyjs/vuetify/issues/19721)) ([b0d42c9](https://github.com/vuetifyjs/vuetify/commit/b0d42c9f2b1fe7795ca62bd12d64294bc2cf9518)), closes [#19126](https://github.com/vuetifyjs/vuetify/issues/19126)
|
|
307
|
+
* **VDatePicker:** stay on current month when selecting multiple ([2d13e36](https://github.com/vuetifyjs/vuetify/commit/2d13e368eb998b13f40feb64e687f586aecfd2cc))
|
|
308
|
+
* **VDatePickerControls:** wrong icon types ([#20121](https://github.com/vuetifyjs/vuetify/issues/20121)) ([32efb8c](https://github.com/vuetifyjs/vuetify/commit/32efb8ca510a9f6ab533722883f621e45c24c79f))
|
|
309
|
+
* **VDatePickerYears:** fix scroll/focus of selected year ([#21951](https://github.com/vuetifyjs/vuetify/issues/21951)) ([b531dbf](https://github.com/vuetifyjs/vuetify/commit/b531dbfa1ae6e08dddea41f965912b8cf60a55ce))
|
|
310
|
+
* **VDialog:** only take focus on open if scrim or retainFocus ([#21343](https://github.com/vuetifyjs/vuetify/issues/21343)) ([d678b70](https://github.com/vuetifyjs/vuetify/commit/d678b70de8e2d417b910b7411e07f73fef0eb8a5)), closes [#21301](https://github.com/vuetifyjs/vuetify/issues/21301)
|
|
311
|
+
* **VDialog:** restore scrollable dialog margins ([39fe86d](https://github.com/vuetifyjs/vuetify/commit/39fe86de7da2e4f612301903e0a51dfc117e83fc))
|
|
312
|
+
* **VDialog:** make form fill parent ([#20555](https://github.com/vuetifyjs/vuetify/issues/20555)) ([42a12dd](https://github.com/vuetifyjs/vuetify/commit/42a12dd89da2e7e5ea5f6a3bc7611fb2e9f2563a))
|
|
313
|
+
* **VDialog:** ignore size props when fullscreen ([#20554](https://github.com/vuetifyjs/vuetify/issues/20554)) ([3adcbef](https://github.com/vuetifyjs/vuetify/commit/3adcbef2e993f520cc1136cbcc36b84505490620)), closes [#19915](https://github.com/vuetifyjs/vuetify/issues/19915)
|
|
314
|
+
* **VDialog:** add height to form in fullscreen dialog ([#20417](https://github.com/vuetifyjs/vuetify/issues/20417)) ([eb0c99e](https://github.com/vuetifyjs/vuetify/commit/eb0c99e4f13272367a983abac9473b943f065ee1)), closes [#20416](https://github.com/vuetifyjs/vuetify/issues/20416)
|
|
315
|
+
* **VDialog:** remove `aria-expanded` from activator ([#20414](https://github.com/vuetifyjs/vuetify/issues/20414)) ([1c40ed4](https://github.com/vuetifyjs/vuetify/commit/1c40ed484c31def71b0a587f8e39cd6101762de8))
|
|
316
|
+
* **VDialog:** emit afterEnter before setting focus ([7e9a1b7](https://github.com/vuetifyjs/vuetify/commit/7e9a1b71805ad7d8d3284909a324d1edae74c751))
|
|
317
|
+
* **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d))
|
|
318
|
+
* **VDialog,VMenu:** remove focus listeners on unmount ([a72df88](https://github.com/vuetifyjs/vuetify/commit/a72df884ba8415a272332f86bba8401eec7d6fc5)), closes [#20422](https://github.com/vuetifyjs/vuetify/issues/20422)
|
|
319
|
+
* **VDivider:** missing when vertical and aligned to center ([#19890](https://github.com/vuetifyjs/vuetify/issues/19890)) ([18d64fe](https://github.com/vuetifyjs/vuetify/commit/18d64feb0f93b49a244c6bd83365dd2f89b9f1e1)), closes [#19889](https://github.com/vuetifyjs/vuetify/issues/19889)
|
|
320
|
+
* **VDivider:** visiblity in container with dynamic height ([#19828](https://github.com/vuetifyjs/vuetify/issues/19828)) ([ea567bb](https://github.com/vuetifyjs/vuetify/commit/ea567bbe0fd09641e8fc68762cca8aaa3e4aeef2)), closes [#19827](https://github.com/vuetifyjs/vuetify/issues/19827)
|
|
321
|
+
* **VDivider:** don't wrap content ([d6b292f](https://github.com/vuetifyjs/vuetify/commit/d6b292f9b2df6d0a5eda76583176d51d835323f8))
|
|
322
|
+
* **VEmptyState:** pass href/to props to VBtn ([#21172](https://github.com/vuetifyjs/vuetify/issues/21172)) ([4575be2](https://github.com/vuetifyjs/vuetify/commit/4575be2b3c86a4f53cd6fc859fdaa10feb980350)), closes [#21170](https://github.com/vuetifyjs/vuetify/issues/21170)
|
|
323
|
+
* **VEmptyState:** support VBtn variants when using actions slot ([99279d9](https://github.com/vuetifyjs/vuetify/commit/99279d97711f4953c7d266247f8ff0415fd601a2))
|
|
324
|
+
* **VExpandTransition:** work around calling hooks out of order ([d6fdc1b](https://github.com/vuetifyjs/vuetify/commit/d6fdc1b2084aaf2dc30d1fcb8d53b259260b6478))
|
|
325
|
+
* **VExpansionPanel:** remove unused toRef ([0931cec](https://github.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8))
|
|
326
|
+
* **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://github.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b))
|
|
327
|
+
* **VExpansionPanels:** specify inherited props ([719a64a](https://github.com/vuetifyjs/vuetify/commit/719a64a2026f42d66262248ba8c20514def1ce36)), closes [#20109](https://github.com/vuetifyjs/vuetify/issues/20109)
|
|
328
|
+
* **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://github.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b))
|
|
329
|
+
* **VFab:** improve positioning & examples ([#20318](https://github.com/vuetifyjs/vuetify/issues/20318)) ([8e61f2d](https://github.com/vuetifyjs/vuetify/commit/8e61f2d7c2fdaf456f0d6107079c720fd39c5363))
|
|
330
|
+
* **VFab:** change type for location prop ([#19949](https://github.com/vuetifyjs/vuetify/issues/19949)) ([07a6fb8](https://github.com/vuetifyjs/vuetify/commit/07a6fb861318781bedcc145d0533a49d54b8121a)), closes [#19944](https://github.com/vuetifyjs/vuetify/issues/19944)
|
|
331
|
+
* **VField:** avoid duplicated emits on clear ([#21865](https://github.com/vuetifyjs/vuetify/issues/21865)) ([a97f103](https://github.com/vuetifyjs/vuetify/commit/a97f10306bd32e739c4cd52f4939e2b6d3b648d1)), closes [#21417](https://github.com/vuetifyjs/vuetify/issues/21417)
|
|
332
|
+
* **VField:** Fix label accessibility ([#21706](https://github.com/vuetifyjs/vuetify/issues/21706)) ([85abd80](https://github.com/vuetifyjs/vuetify/commit/85abd8078a2cba159b1cc3caa323519b3b29dec6))
|
|
333
|
+
* **VField:** prevent tab focus on clear icon ([5f8208f](https://github.com/vuetifyjs/vuetify/commit/5f8208f41da4cf66907f5094312c9dbfb5e67a06)), closes [#19528](https://github.com/vuetifyjs/vuetify/issues/19528)
|
|
334
|
+
* **VField:** glow prop color on focus only, add to menuIcon ([3c595d2](https://github.com/vuetifyjs/vuetify/commit/3c595d25df24a9d61421a1b01d0b72ca60990cf0))
|
|
335
|
+
* **VField:** min-height calculation incorrect ([3d09d1c](https://github.com/vuetifyjs/vuetify/commit/3d09d1cbf558b66830dce78bfe784af1b2f8f501))
|
|
336
|
+
* **VField:** floating label respect paddings to avoid overflow ([#20736](https://github.com/vuetifyjs/vuetify/issues/20736)) ([7351074](https://github.com/vuetifyjs/vuetify/commit/73510746b9dd4ae78080f22ecdda6c4c061bc885)), closes [#20734](https://github.com/vuetifyjs/vuetify/issues/20734)
|
|
337
|
+
* **VField:** rounded with long label border-radius ([#20349](https://github.com/vuetifyjs/vuetify/issues/20349)) ([568f71b](https://github.com/vuetifyjs/vuetify/commit/568f71bbe6ae6b803983bbb810ebc1c4278bc2d2)), closes [#20305](https://github.com/vuetifyjs/vuetify/issues/20305)
|
|
338
|
+
* **VField:** hide label with single-line ([#20773](https://github.com/vuetifyjs/vuetify/issues/20773)) ([3ef363a](https://github.com/vuetifyjs/vuetify/commit/3ef363a3a61e6bc7f3872e73cbcc2999111456ab)), closes [#20751](https://github.com/vuetifyjs/vuetify/issues/20751)
|
|
339
|
+
* **VField:** prevent rendering clear button when disabled ([#20821](https://github.com/vuetifyjs/vuetify/issues/20821)) ([210488a](https://github.com/vuetifyjs/vuetify/commit/210488aa70aad90f8b325de952485ce48ef759e4)), closes [#20818](https://github.com/vuetifyjs/vuetify/issues/20818)
|
|
340
|
+
* **VField:** only render field label if label is passed ([#20722](https://github.com/vuetifyjs/vuetify/issues/20722)) ([8b9cca4](https://github.com/vuetifyjs/vuetify/commit/8b9cca4079e4f31258c0a83592db7bf059e36bb6)), closes [#20427](https://github.com/vuetifyjs/vuetify/issues/20427)
|
|
341
|
+
* **VField:** allow center-affix to set singleLine only if it is null ([bc2f96a](https://github.com/vuetifyjs/vuetify/commit/bc2f96a7d1e8f46eacd0704e986a978dc4b556d8)), closes [#20134](https://github.com/vuetifyjs/vuetify/issues/20134)
|
|
342
|
+
* **VField:** avoid cascaded overlay multiplier from parent components ([88badc6](https://github.com/vuetifyjs/vuetify/commit/88badc63f228dfe22bda14f57e0a94180dd20655))
|
|
343
|
+
* **VField, VInput:** emit `click:*` events using keyboard ([#20878](https://github.com/vuetifyjs/vuetify/issues/20878)) ([5ca8184](https://github.com/vuetifyjs/vuetify/commit/5ca81847c03d0f16c0165ff5724b8f28328d1926)), closes [#20864](https://github.com/vuetifyjs/vuetify/issues/20864)
|
|
344
|
+
* **VField/VInput:** centerAffix prop for underlined/plain ([#20064](https://github.com/vuetifyjs/vuetify/issues/20064)) ([650ba25](https://github.com/vuetifyjs/vuetify/commit/650ba2549aaeebfdd49842fdffec4d711c4f5980))
|
|
345
|
+
* **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)
|
|
346
|
+
* **VFileInput:** closable slotted chips ([#20250](https://github.com/vuetifyjs/vuetify/issues/20250)) ([e3ef513](https://github.com/vuetifyjs/vuetify/commit/e3ef513db35109ea2b2f93bcc26b8f618ca92ef1)), closes [#18638](https://github.com/vuetifyjs/vuetify/issues/18638)
|
|
347
|
+
* **VFileInput:** use correct model for validation ([5ae1208](https://github.com/vuetifyjs/vuetify/commit/5ae1208d89a7200331b472ea024f7889327be4d7)), closes [#20247](https://github.com/vuetifyjs/vuetify/issues/20247)
|
|
348
|
+
* **VFileInput:** emit null after VForm reset() ([#20207](https://github.com/vuetifyjs/vuetify/issues/20207)) ([6337f52](https://github.com/vuetifyjs/vuetify/commit/6337f52b40a6a30e03d6572325de7493c11d53ba)), closes [#20101](https://github.com/vuetifyjs/vuetify/issues/20101)
|
|
349
|
+
* **VFileInput:** allow dirty prop to trigger dirty state ([85c41db](https://github.com/vuetifyjs/vuetify/commit/85c41dbe8028c878da6cd8cbd7510a8b21be298b)), closes [#19699](https://github.com/vuetifyjs/vuetify/issues/19699)
|
|
350
|
+
* **VFileInput:** correctly set single value to null when cleared ([fce7f75](https://github.com/vuetifyjs/vuetify/commit/fce7f758cfa26dac23e79fafa5c6fc5b67294e5d))
|
|
351
|
+
* **VFileInput:** update:modelValue emit value ([002ae8d](https://github.com/vuetifyjs/vuetify/commit/002ae8d553275dfaea5c461bbed2e854293f8e21))
|
|
352
|
+
* **VFileInput,VFileUpload:** handle folders drop ([#21495](https://github.com/vuetifyjs/vuetify/issues/21495)) ([5dbcf96](https://github.com/vuetifyjs/vuetify/commit/5dbcf96216e859c683cafedabfc9226a82f72a7b)), closes [#21494](https://github.com/vuetifyjs/vuetify/issues/21494)
|
|
353
|
+
* **VFileInput/VFileUpload:** change function not called on drop ([#21182](https://github.com/vuetifyjs/vuetify/issues/21182)) ([30363c9](https://github.com/vuetifyjs/vuetify/commit/30363c9599f01d6c10d1cd0755ecdd9e545cccd6))
|
|
354
|
+
* **VFileUploadItem:** accept `title` slot ([#21769](https://github.com/vuetifyjs/vuetify/issues/21769)) ([fe85aa0](https://github.com/vuetifyjs/vuetify/commit/fe85aa0ecb4efa17f499beccea27710ad3bea164))
|
|
355
|
+
* **VFileUploadItem:** apply classes, styles as props ([#21752](https://github.com/vuetifyjs/vuetify/issues/21752)) ([d6050f0](https://github.com/vuetifyjs/vuetify/commit/d6050f051ac36cadef5cb6ae1e8995875d2b4bfe)), closes [#21740](https://github.com/vuetifyjs/vuetify/issues/21740)
|
|
356
|
+
* **VFooter:** useToggleScope for layout support ([0bfaf12](https://github.com/vuetifyjs/vuetify/commit/0bfaf129cf98fc32a8a28cd3603055e7934e3c29))
|
|
357
|
+
* **VHover:** false isHovering by default ([#19623](https://github.com/vuetifyjs/vuetify/issues/19623)) ([75ed37b](https://github.com/vuetifyjs/vuetify/commit/75ed37b6eeda4434c73bd2089e2fa528ce6323d6)), closes [#19601](https://github.com/vuetifyjs/vuetify/issues/19601)
|
|
358
|
+
* **VImg:** set crossOrigin attribute before src ([#20915](https://github.com/vuetifyjs/vuetify/issues/20915)) ([910935e](https://github.com/vuetifyjs/vuetify/commit/910935ede5ab91c482420f04d0f1ffad388977ab)), closes [#20914](https://github.com/vuetifyjs/vuetify/issues/20914)
|
|
359
|
+
* **VInfiniteScroll:** respect margin when root element is scrollable ([b81919d](https://github.com/vuetifyjs/vuetify/commit/b81919df228888367bebfaf72522b1c69ec51d9d)), closes [#17583](https://github.com/vuetifyjs/vuetify/issues/17583)
|
|
360
|
+
* **VInfiniteScroll:** do not emit load event if status is empty ([#19764](https://github.com/vuetifyjs/vuetify/issues/19764)) ([b7a4c36](https://github.com/vuetifyjs/vuetify/commit/b7a4c360c69db9f69156bcfbb6c909ee8c8a1699)), closes [#18895](https://github.com/vuetifyjs/vuetify/issues/18895)
|
|
361
|
+
* **VInput:** don't apply opacity to message with glow ([9caab87](https://github.com/vuetifyjs/vuetify/commit/9caab8776a79c2042f46562b894310c064291b53))
|
|
362
|
+
* **VInput/VMessages:** move aria attributes to details ([#20420](https://github.com/vuetifyjs/vuetify/issues/20420)) ([d1ed47c](https://github.com/vuetifyjs/vuetify/commit/d1ed47c257de94373dd1e9e6961bd20d960f77e5))
|
|
363
|
+
* **virtual:** skip items update if height has not been checked ([#21442](https://github.com/vuetifyjs/vuetify/issues/21442)) ([2e55ed3](https://github.com/vuetifyjs/vuetify/commit/2e55ed3d30daf6ea19660fb8168ea45fca0e9b1d)), closes [#18806](https://github.com/vuetifyjs/vuetify/issues/18806)
|
|
364
|
+
* **virtual:** add fallback scrollend timeout ([4a628a3](https://github.com/vuetifyjs/vuetify/commit/4a628a39ffcef6d4ce711a8a23551bc7a09eb564)), closes [#20566](https://github.com/vuetifyjs/vuetify/issues/20566) [#20757](https://github.com/vuetifyjs/vuetify/issues/20757)
|
|
365
|
+
* **VList:** outline and selection in forced-colors mode ([#21958](https://github.com/vuetifyjs/vuetify/issues/21958)) ([a8eac52](https://github.com/vuetifyjs/vuetify/commit/a8eac52195d894b5a6f3f3c1a93de4f59a2dba7a))
|
|
366
|
+
* **VList:** merge classes from itemProps ([5423fbf](https://github.com/vuetifyjs/vuetify/commit/5423fbf18ca6d27ac560529cdd20310aee6d2d32))
|
|
367
|
+
* **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)
|
|
368
|
+
* **VList:** ignore invalid itemType values ([4bae0bc](https://github.com/vuetifyjs/vuetify/commit/4bae0bcfba724d90eafda96801ed597558e30885)), closes [#21728](https://github.com/vuetifyjs/vuetify/issues/21728)
|
|
369
|
+
* **VList:** set item value to item if primitive ([#21596](https://github.com/vuetifyjs/vuetify/issues/21596)) ([58007ca](https://github.com/vuetifyjs/vuetify/commit/58007ca1546a1fcb26d8d0be7962eebd8b9d9cde)), closes [#21584](https://github.com/vuetifyjs/vuetify/issues/21584)
|
|
370
|
+
* **VList:** ignore input element interactions ([#20881](https://github.com/vuetifyjs/vuetify/issues/20881)) ([f54ca9a](https://github.com/vuetifyjs/vuetify/commit/f54ca9a12f65f69b95c0b45accc7783a2b1c6d52)), closes [#20523](https://github.com/vuetifyjs/vuetify/issues/20523)
|
|
371
|
+
* **VList:** only set aria-selected on selectable items ([72df0b4](https://github.com/vuetifyjs/vuetify/commit/72df0b4b39ce944bd05053b50b601dea037d4e3c)), closes [#20666](https://github.com/vuetifyjs/vuetify/issues/20666) [#20708](https://github.com/vuetifyjs/vuetify/issues/20708)
|
|
372
|
+
* **VList:** apply avatar spacing to badge:has(avatar) ([#20588](https://github.com/vuetifyjs/vuetify/issues/20588)) ([0ac22b5](https://github.com/vuetifyjs/vuetify/commit/0ac22b5b4c190bede80f20a8f7090f1aaa322f8c))
|
|
373
|
+
* **VList:** pass return-object to nested VListChildren ([#19848](https://github.com/vuetifyjs/vuetify/issues/19848)) ([feeb467](https://github.com/vuetifyjs/vuetify/commit/feeb4672c4c25661c68afeccaa998be06b09e45d))
|
|
374
|
+
* **VList:** allow group activators to be links ([94a05d1](https://github.com/vuetifyjs/vuetify/commit/94a05d1f1aae54b97a9a9ea27c61d3c28314f953)), closes [#10981](https://github.com/vuetifyjs/vuetify/issues/10981)
|
|
375
|
+
* **VList/VTreeview:** don't change tabindex when isFocused changes ([cda9307](https://github.com/vuetifyjs/vuetify/commit/cda93074ba76bc6e20e1ca3ee6e604b1ff452b90))
|
|
376
|
+
* **VListGroup:** use item value in id with return-object ([#20595](https://github.com/vuetifyjs/vuetify/issues/20595)) ([1c38414](https://github.com/vuetifyjs/vuetify/commit/1c38414f6426a15ef4fdccfe8d6e186b6c549e30)), closes [#20477](https://github.com/vuetifyjs/vuetify/issues/20477)
|
|
377
|
+
* **VListGroup:** don't clear opened on unmount ([#20215](https://github.com/vuetifyjs/vuetify/issues/20215)) ([1e183ef](https://github.com/vuetifyjs/vuetify/commit/1e183ef8e5221a424bb52fa0eeb4f798c73f24d2)), closes [#20199](https://github.com/vuetifyjs/vuetify/issues/20199)
|
|
378
|
+
* **VListItem:** fix `rounded` prop ([9ec5a0d](https://github.com/vuetifyjs/vuetify/commit/9ec5a0d624dceb659f746d11263bb53298f2bdc5)), closes [#22015](https://github.com/vuetifyjs/vuetify/issues/22015)
|
|
379
|
+
* **VListItem:** keyboard navigation when list contains checkboxes ([#21701](https://github.com/vuetifyjs/vuetify/issues/21701)) ([f500c5b](https://github.com/vuetifyjs/vuetify/commit/f500c5bad5d0da31d8ebec0447cd4b68f91bcbbd)), closes [#21516](https://github.com/vuetifyjs/vuetify/issues/21516)
|
|
380
|
+
* **VListItem:** allow space key in input tag ([#21032](https://github.com/vuetifyjs/vuetify/issues/21032)) ([2dd6747](https://github.com/vuetifyjs/vuetify/commit/2dd6747112a85b97e29f1236b1aeeeac6a99c2db)), closes [#21030](https://github.com/vuetifyjs/vuetify/issues/21030)
|
|
381
|
+
* **VListItem:** wait until beforeMount to set parent open ([39e4a50](https://github.com/vuetifyjs/vuetify/commit/39e4a50218f6a1870225fe68be530e4918919296))
|
|
382
|
+
* **VMenu:** let persistent menus coexist with regular ones ([#21449](https://github.com/vuetifyjs/vuetify/issues/21449)) ([30ac0fc](https://github.com/vuetifyjs/vuetify/commit/30ac0fcdd491d0eba970d383023d183aafcef491)), closes [#20976](https://github.com/vuetifyjs/vuetify/issues/20976)
|
|
383
|
+
* **VMenu:** position relative to visualViewport when not zoomed ([6523eee](https://github.com/vuetifyjs/vuetify/commit/6523eee4dbcf2de396cfbaabc5d05b66487d9afa)), closes [#21462](https://github.com/vuetifyjs/vuetify/issues/21462)
|
|
384
|
+
* **VMenu:** use last known position if target is hidden ([#21145](https://github.com/vuetifyjs/vuetify/issues/21145)) ([00814a3](https://github.com/vuetifyjs/vuetify/commit/00814a33fbe17262f11ef7c7d4fc1df709ad370e)), closes [#20515](https://github.com/vuetifyjs/vuetify/issues/20515)
|
|
385
|
+
* **VMenu:** replace aria-owns with aria-controls ([#20596](https://github.com/vuetifyjs/vuetify/issues/20596)) ([0fe248a](https://github.com/vuetifyjs/vuetify/commit/0fe248ae57d843d2a8bdf5ca80993bc3d1a90606))
|
|
386
|
+
* **VMenu:** check if element still exists before closing parent ([#20249](https://github.com/vuetifyjs/vuetify/issues/20249)) ([560362d](https://github.com/vuetifyjs/vuetify/commit/560362d125fd7e371029b2019b53ceffb21872a3)), closes [#20248](https://github.com/vuetifyjs/vuetify/issues/20248)
|
|
387
|
+
* **VMenu:** unregister on unmount ([a456502](https://github.com/vuetifyjs/vuetify/commit/a4565028eaf1bebb93cf3f3956fa9c632c00700c)), closes [#17094](https://github.com/vuetifyjs/vuetify/issues/17094)
|
|
388
|
+
* **VMenu:** allow enter keypress to work in input element ([#19922](https://github.com/vuetifyjs/vuetify/issues/19922)) ([193301c](https://github.com/vuetifyjs/vuetify/commit/193301cb2d55ceacc4d2ef2cdbadf62c87675297)), closes [#19920](https://github.com/vuetifyjs/vuetify/issues/19920)
|
|
389
|
+
* **VMenu:** min width property ([#19771](https://github.com/vuetifyjs/vuetify/issues/19771)) ([7d955d2](https://github.com/vuetifyjs/vuetify/commit/7d955d270922b596cb8deb4c9152b0e85644888a)), closes [#16987](https://github.com/vuetifyjs/vuetify/issues/16987)
|
|
390
|
+
* **VMenu:** allow enter keypress to work in textareas ([#19768](https://github.com/vuetifyjs/vuetify/issues/19768)) ([19ddcef](https://github.com/vuetifyjs/vuetify/commit/19ddcef6cfcfbd62e86730e4d43926d5ca7b1f1d)), closes [#19767](https://github.com/vuetifyjs/vuetify/issues/19767)
|
|
391
|
+
* **VMenu, VTooltip:** apply scroll-strategy reposition for horizontal overflow ([#21309](https://github.com/vuetifyjs/vuetify/issues/21309)) ([bd48658](https://github.com/vuetifyjs/vuetify/commit/bd486588ae665014abe9a2af09bee12868e8574f)), closes [#20625](https://github.com/vuetifyjs/vuetify/issues/20625)
|
|
392
|
+
* **VNavigationDrawer:** swipe visual glitch ([#21203](https://github.com/vuetifyjs/vuetify/issues/21203)) ([91d74ec](https://github.com/vuetifyjs/vuetify/commit/91d74ec1278692ef5c45739dc5620d83f533a38d)), closes [#19874](https://github.com/vuetifyjs/vuetify/issues/19874)
|
|
393
|
+
* **VNavigationDrawer:** don't restrict elementSize when location is top or bottom ([1ee802d](https://github.com/vuetifyjs/vuetify/commit/1ee802dbcd25e38ad8be627ba531d680df5d1f04))
|
|
394
|
+
* **VNumberInput:** consistent color of control icons ([#21936](https://github.com/vuetifyjs/vuetify/issues/21936)) ([6a50b44](https://github.com/vuetifyjs/vuetify/commit/6a50b44bf48b11f975c52c78074f99f52e34ab10)), closes [#21931](https://github.com/vuetifyjs/vuetify/issues/21931)
|
|
395
|
+
* **VNumberInput:** accept external changes when focused ([#21827](https://github.com/vuetifyjs/vuetify/issues/21827)) ([d0340e7](https://github.com/vuetifyjs/vuetify/commit/d0340e7ea0925dc9995a299cd61b6b91de30e239)), closes [#21735](https://github.com/vuetifyjs/vuetify/issues/21735) [#21804](https://github.com/vuetifyjs/vuetify/issues/21804)
|
|
396
|
+
* **VNumberInput:** keep focus when incrementing in the list ([#21824](https://github.com/vuetifyjs/vuetify/issues/21824)) ([d6b3384](https://github.com/vuetifyjs/vuetify/commit/d6b338465a1c55fa72838c668276dcc9855b4f54)), closes [#17083](https://github.com/vuetifyjs/vuetify/issues/17083)
|
|
397
|
+
* **VNumberInput:** only trim zeros from the end ([ab2d941](https://github.com/vuetifyjs/vuetify/commit/ab2d941c02a2b5f0c976269c277471a808f251ca)), closes [#21828](https://github.com/vuetifyjs/vuetify/issues/21828)
|
|
398
|
+
* **VNumberInput:** keep cursor position when typing decimal values ([acc30fb](https://github.com/vuetifyjs/vuetify/commit/acc30fbfa5cd8295f341c545bd4adc5629b14bd6))
|
|
399
|
+
* **VNumberInput:** fix endless increment ([#21610](https://github.com/vuetifyjs/vuetify/issues/21610)) ([939a51c](https://github.com/vuetifyjs/vuetify/commit/939a51cc57f38e11bb17ae7cb5145c985b379f85)), closes [#21581](https://github.com/vuetifyjs/vuetify/issues/21581)
|
|
400
|
+
* **VNumberInput:** focus after click handler executed ([#21217](https://github.com/vuetifyjs/vuetify/issues/21217)) ([1452442](https://github.com/vuetifyjs/vuetify/commit/14524423646a06fe6962183cda84a38c68feb6fe)), closes [#21213](https://github.com/vuetifyjs/vuetify/issues/21213)
|
|
401
|
+
* **VNumberInput:** capture touch pointer on controls ([34d37f3](https://github.com/vuetifyjs/vuetify/commit/34d37f3d05695f73bd352d450effbd0d3ee17944)), closes [#21436](https://github.com/vuetifyjs/vuetify/issues/21436)
|
|
402
|
+
* **VNumberInput:** inner spacing adjustments ([#21389](https://github.com/vuetifyjs/vuetify/issues/21389)) ([cdd6ab9](https://github.com/vuetifyjs/vuetify/commit/cdd6ab99fabe4ff2c12e567eaf704f0768993d81))
|
|
403
|
+
* **VNumberInput:** use useFocus composable for state ([41dad8c](https://github.com/vuetifyjs/vuetify/commit/41dad8c06087e31117b414052c20c1b53a1ba432))
|
|
404
|
+
* **VNumberInput:** pass number to rules ([cea6d12](https://github.com/vuetifyjs/vuetify/commit/cea6d12124ea1be8c4ffedf0b2656d19ee9956ee)), closes [#21022](https://github.com/vuetifyjs/vuetify/issues/21022)
|
|
405
|
+
* **VNumberInput:** apply precision even when disabled/readonly ([#21010](https://github.com/vuetifyjs/vuetify/issues/21010)) ([389be09](https://github.com/vuetifyjs/vuetify/commit/389be098a2ee71de21365bf5446be77cddfdfe5f)), closes [#21005](https://github.com/vuetifyjs/vuetify/issues/21005)
|
|
406
|
+
* **VNumberInput:** clearing v-number-input with backspace resets to 0 ([#20729](https://github.com/vuetifyjs/vuetify/issues/20729)) ([96fca07](https://github.com/vuetifyjs/vuetify/commit/96fca0763afbcd151ac7a2ec543c973debbb8089))
|
|
407
|
+
* **VNumberInput:** emit model when input is a number between max & min ([836087f](https://github.com/vuetifyjs/vuetify/commit/836087f76b901ce2bc567e12979427ae6b56db8d)), closes [#20337](https://github.com/vuetifyjs/vuetify/issues/20337)
|
|
408
|
+
* **VNumberInput:** forward VTextField properties ([e1ed75f](https://github.com/vuetifyjs/vuetify/commit/e1ed75f684bf413147d3988aca8ee7d7d725b78d)), closes [#20135](https://github.com/vuetifyjs/vuetify/issues/20135)
|
|
409
|
+
* **VNumberInput:** prevent NaN & handle js number quirks ([#20211](https://github.com/vuetifyjs/vuetify/issues/20211)) ([3a31086](https://github.com/vuetifyjs/vuetify/commit/3a3108630de964a79ce77354fd9dec247891888f)), closes [#19798](https://github.com/vuetifyjs/vuetify/issues/19798) [#20171](https://github.com/vuetifyjs/vuetify/issues/20171)
|
|
410
|
+
* **VNumberInput:** allow press delete key ([#20125](https://github.com/vuetifyjs/vuetify/issues/20125)) ([09c294b](https://github.com/vuetifyjs/vuetify/commit/09c294b9fabbb015ee0cbb02319782507c16da54)), closes [#20083](https://github.com/vuetifyjs/vuetify/issues/20083)
|
|
411
|
+
* **VNumberInput:** fix inc/dec slots with split control variant ([#20072](https://github.com/vuetifyjs/vuetify/issues/20072)) ([4ac8aa4](https://github.com/vuetifyjs/vuetify/commit/4ac8aa4ad5048ecbd0d8a2e25d928953a4d1d646)), closes [#20056](https://github.com/vuetifyjs/vuetify/issues/20056)
|
|
412
|
+
* **VNumberInput:** attributes fall through to root ([#19959](https://github.com/vuetifyjs/vuetify/issues/19959)) ([df6440d](https://github.com/vuetifyjs/vuetify/commit/df6440dc99d55d8db743be35bc5cc50e1fea88b2))
|
|
413
|
+
* **VNumberInput:** disable up/down controls for readonly state ([#19906](https://github.com/vuetifyjs/vuetify/issues/19906)) ([4ceaaa5](https://github.com/vuetifyjs/vuetify/commit/4ceaaa5bc060b32c4b4077174f26a6dc9f236d2f))
|
|
414
|
+
* **VNumberInput:** mobile friendly support ([#19791](https://github.com/vuetifyjs/vuetify/issues/19791)) ([9520563](https://github.com/vuetifyjs/vuetify/commit/9520563d9a4652c7d725c975ef9ac1e3673ceb47))
|
|
415
|
+
* **VNumberInput:** use VTextField as the base component ([#19714](https://github.com/vuetifyjs/vuetify/issues/19714)) ([53d6bb9](https://github.com/vuetifyjs/vuetify/commit/53d6bb9138be4eb19a85f0722253a7aba3065cc9)), closes [#19659](https://github.com/vuetifyjs/vuetify/issues/19659) [#19757](https://github.com/vuetifyjs/vuetify/issues/19757)
|
|
416
|
+
* **VOtpInput:** focus next field when correcting values ([#21781](https://github.com/vuetifyjs/vuetify/issues/21781)) ([fc91e6d](https://github.com/vuetifyjs/vuetify/commit/fc91e6d7ee632437fb376b8169a88c593e436716)), closes [#21680](https://github.com/vuetifyjs/vuetify/issues/21680)
|
|
417
|
+
* **VOtpInput:** support composing character with IME ([42e15a3](https://github.com/vuetifyjs/vuetify/commit/42e15a349c1de7721c754d9aee2b437144b1a89b)), closes [#21918](https://github.com/vuetifyjs/vuetify/issues/21918)
|
|
418
|
+
* **VOtpInput:** only autofocus if autofocus prop is set ([79bcb27](https://github.com/vuetifyjs/vuetify/commit/79bcb27d8b6006ac9e50787b8e771f46b402e315))
|
|
419
|
+
* **VOtpInput:** autofocus on intersect ([90ed073](https://github.com/vuetifyjs/vuetify/commit/90ed073aaf041c0e0807c0f178ae45a1ceff6987)), closes [#21582](https://github.com/vuetifyjs/vuetify/issues/21582)
|
|
420
|
+
* **VOtpInput:** trim clipboard text and update focus on finish ([#21342](https://github.com/vuetifyjs/vuetify/issues/21342)) ([ed6c0e6](https://github.com/vuetifyjs/vuetify/commit/ed6c0e654b0f3dbecb608c2fef9ac015e81f08f1))
|
|
421
|
+
* **VOtpInput:** slice value with length on paste ([#20164](https://github.com/vuetifyjs/vuetify/issues/20164)) ([0f8fd5d](https://github.com/vuetifyjs/vuetify/commit/0f8fd5d2d82a45cefc47e64b1abcf6eba5e8b1f1)), closes [#20158](https://github.com/vuetifyjs/vuetify/issues/20158)
|
|
422
|
+
* **VOTPInput:** enable autofill support ([#21062](https://github.com/vuetifyjs/vuetify/issues/21062)) ([038e9f4](https://github.com/vuetifyjs/vuetify/commit/038e9f40ae417615129dc3afec411668291b9681)), closes [#18678](https://github.com/vuetifyjs/vuetify/issues/18678)
|
|
423
|
+
* **VOverlay:** don't use content element as scroll parent ([06c4c91](https://github.com/vuetifyjs/vuetify/commit/06c4c91f94d18af53041961f2c9fb0cc7e364cb2))
|
|
424
|
+
* **VOverlay:** trigger scrollStrategy when target is a point ([1146171](https://github.com/vuetifyjs/vuetify/commit/114617141a73271f07c108b91829186f3ec36291))
|
|
425
|
+
* **VOverlay:** properly detect location flipping loop ([07db6b2](https://github.com/vuetifyjs/vuetify/commit/07db6b2fdda106325fff514f603b861ae788fee4)), closes [#21564](https://github.com/vuetifyjs/vuetify/issues/21564) [#21551](https://github.com/vuetifyjs/vuetify/issues/21551)
|
|
426
|
+
* **VOverlay:** check if target is positioned ([10478a7](https://github.com/vuetifyjs/vuetify/commit/10478a73f22d5e312d3ef0b79f02b3f89b63fe31)), closes [#21350](https://github.com/vuetifyjs/vuetify/issues/21350)
|
|
427
|
+
* **VOverlay:** prevent flip logic resizeObserver loop ([#21300](https://github.com/vuetifyjs/vuetify/issues/21300)) ([94d49da](https://github.com/vuetifyjs/vuetify/commit/94d49dad40977dafec96984fa17a2fadcbe64f1e)), closes [#21098](https://github.com/vuetifyjs/vuetify/issues/21098)
|
|
428
|
+
* **VOverlay:** don't emit keydown.esc if not the top overlay ([05ef925](https://github.com/vuetifyjs/vuetify/commit/05ef92586ccb64e08c256a752135897fd77dbfe9))
|
|
429
|
+
* **VOverlay:** don't inherit scrim opacity ([4ff8d58](https://github.com/vuetifyjs/vuetify/commit/4ff8d58be718ff8deefb8b6ef8e1f2651d37d547)), closes [#20969](https://github.com/vuetifyjs/vuetify/issues/20969)
|
|
430
|
+
* **VOverlay:** close on scrim click in Shadow DOM without activator ([#20291](https://github.com/vuetifyjs/vuetify/issues/20291)) ([2c36fff](https://github.com/vuetifyjs/vuetify/commit/2c36fff107a88a4926363d5b9e7c774a06c2d5a5))
|
|
431
|
+
* **VOverlay:** reuse container element in shadow DOM ([3ee87ac](https://github.com/vuetifyjs/vuetify/commit/3ee87ac9bf6b2f4aabd12d5b24f2ae67a4a508db)), closes [#20276](https://github.com/vuetifyjs/vuetify/issues/20276) [#20277](https://github.com/vuetifyjs/vuetify/issues/20277)
|
|
432
|
+
* **VOverlay:** make updateLocation event argument optional ([fa1a089](https://github.com/vuetifyjs/vuetify/commit/fa1a0897cbfcd83c7a33a016640e4718ef0b875a))
|
|
433
|
+
* **VOverlay:** correct ShadowRoot attach condition ([ec73e6f](https://github.com/vuetifyjs/vuetify/commit/ec73e6fc4bb82368f4cd0ef813234af23a66f122)), closes [#20001](https://github.com/vuetifyjs/vuetify/issues/20001) [#20086](https://github.com/vuetifyjs/vuetify/issues/20086)
|
|
434
|
+
* **VOverlay:** add null coalescing to true if no shadowDomRoot ([27b4b1e](https://github.com/vuetifyjs/vuetify/commit/27b4b1e52060b6bee13a290a4829f935f1bd9c05)), closes [#20001](https://github.com/vuetifyjs/vuetify/issues/20001)
|
|
435
|
+
* **VOverlay:** check for Shadow DOM on mount ([#19947](https://github.com/vuetifyjs/vuetify/issues/19947)) ([e6e76d5](https://github.com/vuetifyjs/vuetify/commit/e6e76d5670c8b6e0a41cd2d1c6db97b12673495f)), closes [#19943](https://github.com/vuetifyjs/vuetify/issues/19943)
|
|
436
|
+
* **VOverlay:** don't closeParents if persistent is set ([#19782](https://github.com/vuetifyjs/vuetify/issues/19782)) ([aada67a](https://github.com/vuetifyjs/vuetify/commit/aada67ac448ddd71fc013391773c2cecc8b6189d)), closes [#19780](https://github.com/vuetifyjs/vuetify/issues/19780)
|
|
437
|
+
* **VOverlay:** move targetRef out of props ([5e40cc8](https://github.com/vuetifyjs/vuetify/commit/5e40cc89fd1d944bcc338802e4ed286dacc7fbda)), closes [#19685](https://github.com/vuetifyjs/vuetify/issues/19685)
|
|
438
|
+
* **VPagination:** adapt button width for large values ([#21139](https://github.com/vuetifyjs/vuetify/issues/21139)) ([c6dc1ca](https://github.com/vuetifyjs/vuetify/commit/c6dc1cabd68ef17f396738e3abab3b7e0fe283f1)), closes [#20120](https://github.com/vuetifyjs/vuetify/issues/20120)
|
|
439
|
+
* **VPagination:** visible items for selection in middle ([#20322](https://github.com/vuetifyjs/vuetify/issues/20322)) ([36c4d46](https://github.com/vuetifyjs/vuetify/commit/36c4d46be378666088ebc275012be701ef93ff0b)), closes [#18853](https://github.com/vuetifyjs/vuetify/issues/18853)
|
|
440
|
+
* **VProgressLinear:** ensure visibility when using custom colors ([#21949](https://github.com/vuetifyjs/vuetify/issues/21949)) ([e3fdb53](https://github.com/vuetifyjs/vuetify/commit/e3fdb53a1fe5bb332ad981012cfdf8cab79faa1a))
|
|
441
|
+
* **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)
|
|
442
|
+
* **VProgressLinear:** set aria-valuenow to current value ([#20845](https://github.com/vuetifyjs/vuetify/issues/20845)) ([f9ac620](https://github.com/vuetifyjs/vuetify/commit/f9ac620bd02cad58ae29b0534420c723cfc018a8)), closes [#19894](https://github.com/vuetifyjs/vuetify/issues/19894)
|
|
443
|
+
* **VProgressLinear:** render in forced-colors mode ([#20112](https://github.com/vuetifyjs/vuetify/issues/20112)) ([601d364](https://github.com/vuetifyjs/vuetify/commit/601d3644a9b61e7d2529f4f836a8a8ac87f5b5a0)), closes [#20111](https://github.com/vuetifyjs/vuetify/issues/20111)
|
|
444
|
+
* **VRadio:** class/style duplication ([81bc1f4](https://github.com/vuetifyjs/vuetify/commit/81bc1f47967b77f01b1b39110929f9b413da7426)), closes [#20012](https://github.com/vuetifyjs/vuetify/issues/20012) [#20005](https://github.com/vuetifyjs/vuetify/issues/20005)
|
|
445
|
+
* **VRangeSlider:** do not focus other thumb if min==max ([c19bcf6](https://github.com/vuetifyjs/vuetify/commit/c19bcf69cb5d99b989fb8d46c5fd4ec89777c48b)), closes [#20726](https://github.com/vuetifyjs/vuetify/issues/20726)
|
|
446
|
+
* **VResponsive:** contentClass accepts array and object ([8f0322d](https://github.com/vuetifyjs/vuetify/commit/8f0322d095f277074678f4b454bdc83203d592bc)), closes [#19729](https://github.com/vuetifyjs/vuetify/issues/19729)
|
|
447
|
+
* **VRipple:** support touch simulators ([#20776](https://github.com/vuetifyjs/vuetify/issues/20776)) ([9fa2870](https://github.com/vuetifyjs/vuetify/commit/9fa2870eeaf073489f3de790defe3e94a3746788))
|
|
448
|
+
* **VRipple:** no animation on mobile ([#20369](https://github.com/vuetifyjs/vuetify/issues/20369)) ([45e931c](https://github.com/vuetifyjs/vuetify/commit/45e931c65e526cbf85c4e8912f816199716ebeec)), closes [#12288](https://github.com/vuetifyjs/vuetify/issues/12288)
|
|
449
|
+
* **VSelect:** Select placeholder overlap ([#21923](https://github.com/vuetifyjs/vuetify/issues/21923)) ([5c06ba7](https://github.com/vuetifyjs/vuetify/commit/5c06ba7bd76bca370320433e7a0f058362d6028f))
|
|
450
|
+
* **VSelect:** dont open menu on its own when items change ([#21247](https://github.com/vuetifyjs/vuetify/issues/21247)) ([339bd45](https://github.com/vuetifyjs/vuetify/commit/339bd45a1fd75b8d51dafcc1d0b270f07c985ee0)), closes [#21205](https://github.com/vuetifyjs/vuetify/issues/21205)
|
|
451
|
+
* **VSelect:** camelize props only for custom use ([#21544](https://github.com/vuetifyjs/vuetify/issues/21544)) ([6f52c4e](https://github.com/vuetifyjs/vuetify/commit/6f52c4e6f39c06e5ae46216fcd25d2db0840a007))
|
|
452
|
+
* **VSelect:** convert all items prop to camelCase ([#21518](https://github.com/vuetifyjs/vuetify/issues/21518)) ([91de8be](https://github.com/vuetifyjs/vuetify/commit/91de8be450af407ca2ed31e20a907f074ce25a34)), closes [#20320](https://github.com/vuetifyjs/vuetify/issues/20320)
|
|
453
|
+
* **VSelect:** reuse compact chip label style ([#21517](https://github.com/vuetifyjs/vuetify/issues/21517)) ([5d39936](https://github.com/vuetifyjs/vuetify/commit/5d39936912be2735868471f1a4d836073b6eea11)), closes [#19677](https://github.com/vuetifyjs/vuetify/issues/19677)
|
|
454
|
+
* **VSelect:** keyboard match multiple items with the same prefix ([#21419](https://github.com/vuetifyjs/vuetify/issues/21419)) ([f460731](https://github.com/vuetifyjs/vuetify/commit/f460731d86465c85923e587d59984bf716078293))
|
|
455
|
+
* **VSelect:** don't select on keyboard lookup when multiple ([0987daa](https://github.com/vuetifyjs/vuetify/commit/0987daacf695b1621e9953334cea2b0eb57f9c64)), closes [#21418](https://github.com/vuetifyjs/vuetify/issues/21418)
|
|
456
|
+
* **VSelect:** add aria-label a11y ([#21181](https://github.com/vuetifyjs/vuetify/issues/21181)) ([95c77fd](https://github.com/vuetifyjs/vuetify/commit/95c77fd74ba418afbc44c22f1d8b14eaed7a81ad))
|
|
457
|
+
* **VSelect:** prevent menu from opening when readonly ([971930e](https://github.com/vuetifyjs/vuetify/commit/971930eeea4ccc1c87453d5384cdd82136a8bd11)), closes [#21169](https://github.com/vuetifyjs/vuetify/issues/21169) [#21178](https://github.com/vuetifyjs/vuetify/issues/21178)
|
|
458
|
+
* **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)
|
|
459
|
+
* **VSelect:** pick props instead of using toRaw ([1413d20](https://github.com/vuetifyjs/vuetify/commit/1413d20b74e22f8d5fc3c21541f191232de32aaf))
|
|
460
|
+
* **VSelect:** improve selection performance ([#20937](https://github.com/vuetifyjs/vuetify/issues/20937)) ([08aa9d4](https://github.com/vuetifyjs/vuetify/commit/08aa9d49779d961b958ac8c512fcffb65fb0154e)), closes [#20703](https://github.com/vuetifyjs/vuetify/issues/20703)
|
|
461
|
+
* **VSelect:** remove multiple check for keyboard lookup ([#20475](https://github.com/vuetifyjs/vuetify/issues/20475)) ([ba143c1](https://github.com/vuetifyjs/vuetify/commit/ba143c1f95193766360656297c7aa7ea9190b393)), closes [#20358](https://github.com/vuetifyjs/vuetify/issues/20358)
|
|
462
|
+
* **VSelect:** update visible items when eager is set ([7d3557a](https://github.com/vuetifyjs/vuetify/commit/7d3557a75497c508e2d7f855b5db54fc52d7ec9e)), closes [#19765](https://github.com/vuetifyjs/vuetify/issues/19765)
|
|
463
|
+
* **VSelect:** hide-selected with return-object ([#19807](https://github.com/vuetifyjs/vuetify/issues/19807)) ([aa79f16](https://github.com/vuetifyjs/vuetify/commit/aa79f1644df811809631612665ee4de89843d571)), closes [#19806](https://github.com/vuetifyjs/vuetify/issues/19806)
|
|
464
|
+
* **VSelect, VAutocomplete, VCombobox:** open menu on icon click ([#21617](https://github.com/vuetifyjs/vuetify/issues/21617)) ([ec4dfc1](https://github.com/vuetifyjs/vuetify/commit/ec4dfc1f33ca0074e0dd4ffa5eb2a7599a44c2ed)), closes [#21607](https://github.com/vuetifyjs/vuetify/issues/21607)
|
|
465
|
+
* **VSelectionControl:** correctly pass ripple options to directive ([#21713](https://github.com/vuetifyjs/vuetify/issues/21713)) ([87a8a3e](https://github.com/vuetifyjs/vuetify/commit/87a8a3ef0edb14d43179442c1727cf5b3d86edab)), closes [#21208](https://github.com/vuetifyjs/vuetify/issues/21208)
|
|
466
|
+
* **VSelectionControl:** label opacity matching regular text ([#20738](https://github.com/vuetifyjs/vuetify/issues/20738)) ([f804c50](https://github.com/vuetifyjs/vuetify/commit/f804c506813985494e5afa2e6610bd06fcb08cc0)), closes [#18804](https://github.com/vuetifyjs/vuetify/issues/18804)
|
|
467
|
+
* **VSelects:** avoid error with `null` items ([#21660](https://github.com/vuetifyjs/vuetify/issues/21660)) ([dd98067](https://github.com/vuetifyjs/vuetify/commit/dd98067d8fb2ac46c5cd7f23d630777b61129797))
|
|
468
|
+
* **VSelects/VCombobox/VAutocomplete:** use rounding from Sass variable ([d3e56de](https://github.com/vuetifyjs/vuetify/commit/d3e56def269205bb84cd26a0c8c24e433045f71a)), closes [#21956](https://github.com/vuetifyjs/vuetify/issues/21956)
|
|
469
|
+
* **VSheet:** base color off of on-surface istead of on-background ([183a2f9](https://github.com/vuetifyjs/vuetify/commit/183a2f9536810562a14f88958b63bc6073a6ba35))
|
|
470
|
+
* **VSkeletonLoader:** no wrapper for content ([#21637](https://github.com/vuetifyjs/vuetify/issues/21637)) ([17ae110](https://github.com/vuetifyjs/vuetify/commit/17ae11093e0ff21a0d0d16aa4559bedf86615236)), closes [#21286](https://github.com/vuetifyjs/vuetify/issues/21286)
|
|
471
|
+
* **VSkeletonLoader:** remove aria-label when loading finished ([867b2ab](https://github.com/vuetifyjs/vuetify/commit/867b2abee41c5786f25a1e789216fa829eeafcf0))
|
|
472
|
+
* **VSlideGroup:** correct hasNext after resize ([#21124](https://github.com/vuetifyjs/vuetify/issues/21124)) ([0633aef](https://github.com/vuetifyjs/vuetify/commit/0633aef52540f5e9853e25d0ef2ad94e134fe8b2)), closes [#21115](https://github.com/vuetifyjs/vuetify/issues/21115)
|
|
473
|
+
* **VSlideGroup:** skip disabled elements when moving focus ([#20808](https://github.com/vuetifyjs/vuetify/issues/20808)) ([cb2d96b](https://github.com/vuetifyjs/vuetify/commit/cb2d96bbcf61623a6b9b007e2a09b3c7bcaa160c)), closes [#20780](https://github.com/vuetifyjs/vuetify/issues/20780)
|
|
474
|
+
* **VSlideGroup:** assign mobile default of null ([b674239](https://github.com/vuetifyjs/vuetify/commit/b674239d174ed88eb0640d5ca9f5366bdd1efdd4))
|
|
475
|
+
* **VSlider:** avoid thumb label wedge gap ([#21847](https://github.com/vuetifyjs/vuetify/issues/21847)) ([059e578](https://github.com/vuetifyjs/vuetify/commit/059e578e21f376bf1059c59fbf72eb278664ed93))
|
|
476
|
+
* **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)
|
|
477
|
+
* **VSlider:** Apply color to slider label ([#21538](https://github.com/vuetifyjs/vuetify/issues/21538)) ([5a35b0c](https://github.com/vuetifyjs/vuetify/commit/5a35b0c0864b0b7307575c8343c09ac67eabfad0))
|
|
478
|
+
* **VSlider:** correct step rounding for max value ([#21434](https://github.com/vuetifyjs/vuetify/issues/21434)) ([19f32b7](https://github.com/vuetifyjs/vuetify/commit/19f32b7c2b05638b1cc32f0715b4b383adea7738)), closes [#21351](https://github.com/vuetifyjs/vuetify/issues/21351)
|
|
479
|
+
* **VSlider:** skip position calculation if element does not exist ([1f4f945](https://github.com/vuetifyjs/vuetify/commit/1f4f945e5de7acd615998c5d1f54f5db14511c2b)), closes [#19891](https://github.com/vuetifyjs/vuetify/issues/19891)
|
|
480
|
+
* **VSlider:** update value before focusing thumb ([c1fd4f7](https://github.com/vuetifyjs/vuetify/commit/c1fd4f7610d74151892106ade0f7dc30c57ea46a)), closes [#20912](https://github.com/vuetifyjs/vuetify/issues/20912)
|
|
481
|
+
* **VSlider:** add missing aria-label ([#19887](https://github.com/vuetifyjs/vuetify/issues/19887)) ([e46a98d](https://github.com/vuetifyjs/vuetify/commit/e46a98db5be9ae899b7e31236b10de263fdd32e8))
|
|
482
|
+
* **VSlider:** render in forced-colors mode ([#19706](https://github.com/vuetifyjs/vuetify/issues/19706)) ([21e9f5e](https://github.com/vuetifyjs/vuetify/commit/21e9f5e74267706cc4eebf351a27889563e89047)), closes [#19705](https://github.com/vuetifyjs/vuetify/issues/19705)
|
|
483
|
+
* **VSlider/RangeSlider:** allow mousedown with left button only ([#20265](https://github.com/vuetifyjs/vuetify/issues/20265)) ([1bf8a2d](https://github.com/vuetifyjs/vuetify/commit/1bf8a2d8d4fe37d5d42d607aae0bdb3ceb891e3f)), closes [#19021](https://github.com/vuetifyjs/vuetify/issues/19021)
|
|
484
|
+
* **VSnackbar:** render border in forced-colors mode ([#21977](https://github.com/vuetifyjs/vuetify/issues/21977)) ([a2249c2](https://github.com/vuetifyjs/vuetify/commit/a2249c24aaed5cce0cc926993829c405b5d11296))
|
|
485
|
+
* **VSnackbar:** handle pointerleave event after transition ends ([#20312](https://github.com/vuetifyjs/vuetify/issues/20312)) ([d25879a](https://github.com/vuetifyjs/vuetify/commit/d25879a05aad39ecda86ec82cbd8384b72b8115b)), closes [#20306](https://github.com/vuetifyjs/vuetify/issues/20306)
|
|
486
|
+
* **VSnackbar:** update countdown value on timeout change ([3cc2763](https://github.com/vuetifyjs/vuetify/commit/3cc2763ec7638a3018f3d01ce491c22935eb67c2)), closes [#20196](https://github.com/vuetifyjs/vuetify/issues/20196)
|
|
487
|
+
* **VSnackbar:** fix class name for center location ([#19878](https://github.com/vuetifyjs/vuetify/issues/19878)) ([e48d37b](https://github.com/vuetifyjs/vuetify/commit/e48d37bce506ebff8b82bae10b05b09a7052f4b8))
|
|
488
|
+
* **VSnackbar:** return correct children ([5056034](https://github.com/vuetifyjs/vuetify/commit/50560341e363ff554a634bb417df571c1650a33f))
|
|
489
|
+
* **VSnackbar:** make touchstart listener passive ([24d1066](https://github.com/vuetifyjs/vuetify/commit/24d1066408d58479422bec9fd2bd94c7b578b82b))
|
|
490
|
+
* **VSnackbar:** conditionally load layout styles ([9504efa](https://github.com/vuetifyjs/vuetify/commit/9504efad850198bdf6062b02db12879b4bf125f2)), closes [#19717](https://github.com/vuetifyjs/vuetify/issues/19717)
|
|
491
|
+
* **VSnackbarQueue:** prevent infinite recursion in message type ([4668f43](https://github.com/vuetifyjs/vuetify/commit/4668f432f2c7a31322872e5dfbda789c775cd633)), closes [#21410](https://github.com/vuetifyjs/vuetify/issues/21410)
|
|
492
|
+
* **VSparkline:** accept a single number ([#21944](https://github.com/vuetifyjs/vuetify/issues/21944)) ([d7b0e34](https://github.com/vuetifyjs/vuetify/commit/d7b0e34e9d717ce96c898875c4e480ab89d81eea)), closes [#19697](https://github.com/vuetifyjs/vuetify/issues/19697)
|
|
493
|
+
* **VSparkline:** accept numeric value for smooth ([#20795](https://github.com/vuetifyjs/vuetify/issues/20795)) ([0f833be](https://github.com/vuetifyjs/vuetify/commit/0f833be59fe7afb8f1bb86f4e04b9f809ab9d84d)), closes [#19262](https://github.com/vuetifyjs/vuetify/issues/19262)
|
|
494
|
+
* **VSpeedDial:** avoid position glitch when reopening menu ([#21451](https://github.com/vuetifyjs/vuetify/issues/21451)) ([d5a77c1](https://github.com/vuetifyjs/vuetify/commit/d5a77c16030ba4ec1afcdef17d2089e0a9d99969)), closes [#21017](https://github.com/vuetifyjs/vuetify/issues/21017)
|
|
495
|
+
* **VSpeedDial:** Use `content-class` ([#20319](https://github.com/vuetifyjs/vuetify/issues/20319)) ([b10c4ab](https://github.com/vuetifyjs/vuetify/commit/b10c4ab7ee7d39851c1c64fa6d7f9bdef64c0137)), closes [#20051](https://github.com/vuetifyjs/vuetify/issues/20051)
|
|
496
|
+
* **VSpeedDial:** remove mode designator on transition ([2c726a5](https://github.com/vuetifyjs/vuetify/commit/2c726a52d479c4333df832290917fd1775f7b0f1))
|
|
497
|
+
* **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366))
|
|
498
|
+
* **VStepper:** keep correct alignment with alt-labels ([1a0a9e6](https://github.com/vuetifyjs/vuetify/commit/1a0a9e6f19d776fe104caaae4c659a3f6d3d3e55))
|
|
499
|
+
* **VStepper:** align title and subtitle to the avatar ([12735e6](https://github.com/vuetifyjs/vuetify/commit/12735e6797e1c482db74fd7615af7b484e282614)), closes [#21884](https://github.com/vuetifyjs/vuetify/issues/21884)
|
|
500
|
+
* **VStepper:** correct cursor for readonly item ([aeb6f4d](https://github.com/vuetifyjs/vuetify/commit/aeb6f4d70291ebb5c907ebe86490bb622f2929ea)), closes [#21867](https://github.com/vuetifyjs/vuetify/issues/21867)
|
|
501
|
+
* **VStepper:** add type=button to headers ([e66317d](https://github.com/vuetifyjs/vuetify/commit/e66317dbcc9bd1746a3ab1106301ba30ee94e33a)), closes [#20866](https://github.com/vuetifyjs/vuetify/issues/20866)
|
|
502
|
+
* **VStepper:** propagate complete/error/edit icons ([64acd01](https://github.com/vuetifyjs/vuetify/commit/64acd015420b31b553b16608fd97687c307b672d))
|
|
503
|
+
* **VStepper:** accept null value for mobile ([908fb59](https://github.com/vuetifyjs/vuetify/commit/908fb5914a6685245935a7a5d299dfc774738417))
|
|
504
|
+
* **VStepper:** add missing hover and focus styling ([b45ab1a](https://github.com/vuetifyjs/vuetify/commit/b45ab1aff93965c31a88cb567d83f934dac00e1d))
|
|
505
|
+
* **VStepper:** add missing non-linear styles ([da6d5f3](https://github.com/vuetifyjs/vuetify/commit/da6d5f3cd2d54bf6ad652688b61c9626933d969d))
|
|
506
|
+
* **VStepper:** only show edit icon if editable and selected ([34bb202](https://github.com/vuetifyjs/vuetify/commit/34bb2020124553436691d7542ca77948452d7fab))
|
|
507
|
+
* **VStepper:** do not spread raw property onto VStepperItem ([3d9deb7](https://github.com/vuetifyjs/vuetify/commit/3d9deb7db53e70e0605b76f270f7d962d38f09e4))
|
|
508
|
+
* **VStepperItem:** remove inline margin in mobile mode ([e94dc93](https://github.com/vuetifyjs/vuetify/commit/e94dc93b8cc32c720fb7cfe79a7f29cce77e5d42))
|
|
509
|
+
* **VStepperWindow/Item/VTabsWindow:** add missing class / style passthrough ([49fc5c5](https://github.com/vuetifyjs/vuetify/commit/49fc5c59d153032dabe41d711f863841e0ce75c3))
|
|
510
|
+
* **VSwitch:** render in forced-colors mode ([#19703](https://github.com/vuetifyjs/vuetify/issues/19703)) ([e36f7bc](https://github.com/vuetifyjs/vuetify/commit/e36f7bcb40b960109542f0d31fec59c289dd5c47)), closes [#19702](https://github.com/vuetifyjs/vuetify/issues/19702)
|
|
511
|
+
* **VTable:** remove border radius when top/bottom is present ([95582d9](https://github.com/vuetifyjs/vuetify/commit/95582d9f26189ab9fd1f63a233631ce9e1c1c471)), closes [#21320](https://github.com/vuetifyjs/vuetify/issues/21320) [#21321](https://github.com/vuetifyjs/vuetify/issues/21321)
|
|
512
|
+
* **VTabs:** deselect tab when route is no longer active ([524bf58](https://github.com/vuetifyjs/vuetify/commit/524bf58a7ca26cbb190e4082426e1ada26976846)), closes [#21569](https://github.com/vuetifyjs/vuetify/issues/21569)
|
|
513
|
+
* **VTabs:** correct items generic type ([3adefb9](https://github.com/vuetifyjs/vuetify/commit/3adefb9a2405dd2d8f34940a5d9f6ff3f35884b2)), closes [#20981](https://github.com/vuetifyjs/vuetify/issues/20981)
|
|
514
|
+
* **VTabs:** add generic slot types ([3e9147e](https://github.com/vuetifyjs/vuetify/commit/3e9147e33898bacafe74633ccc29a2c3f14916cf)), closes [#20720](https://github.com/vuetifyjs/vuetify/issues/20720)
|
|
515
|
+
* **VTabs:** render tabs correctly using items ([#19868](https://github.com/vuetifyjs/vuetify/issues/19868)) ([f5f2fa4](https://github.com/vuetifyjs/vuetify/commit/f5f2fa4a3a5769083356794ea744fa8a6eca81db))
|
|
516
|
+
* **VTabs:** inherit attrs and scope id ([67b30e7](https://github.com/vuetifyjs/vuetify/commit/67b30e70435f7bcbb7abb64d2a5b9c4dc191355d)), closes [#19752](https://github.com/vuetifyjs/vuetify/issues/19752) [#19754](https://github.com/vuetifyjs/vuetify/issues/19754)
|
|
517
|
+
* **VTextarea:** correct area scaling when grown vertically in flex ([15c6485](https://github.com/vuetifyjs/vuetify/commit/15c6485b12cb513d293ff8691ed2b3daa7cb3f24)), closes [#20861](https://github.com/vuetifyjs/vuetify/issues/20861)
|
|
518
|
+
* **VTextField:** assign role to input element ([#21903](https://github.com/vuetifyjs/vuetify/issues/21903)) ([d77285f](https://github.com/vuetifyjs/vuetify/commit/d77285fcae70522dfafbc66c775f72b03684bb38))
|
|
519
|
+
* **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)
|
|
520
|
+
* **VTextField:** avoid infinite focus loop ([#21628](https://github.com/vuetifyjs/vuetify/issues/21628)) ([efaaa5d](https://github.com/vuetifyjs/vuetify/commit/efaaa5d4f02e886b3e0c46e1f9dd9eed1cdf2e88)), closes [#21626](https://github.com/vuetifyjs/vuetify/issues/21626)
|
|
521
|
+
* **VTextField:** change order of events for checking input focus state ([#21136](https://github.com/vuetifyjs/vuetify/issues/21136)) ([6486b22](https://github.com/vuetifyjs/vuetify/commit/6486b22982fbeababf07452feef4a6c8afea01ed)), closes [#20558](https://github.com/vuetifyjs/vuetify/issues/20558)
|
|
522
|
+
* **VTextField:** reset field on clear ([#21310](https://github.com/vuetifyjs/vuetify/issues/21310)) ([#21314](https://github.com/vuetifyjs/vuetify/issues/21314)) ([5029e1b](https://github.com/vuetifyjs/vuetify/commit/5029e1b7162d1dd2547ce8c295f44def08962e8e))
|
|
523
|
+
* **VTextField:** padding adjustment for `reverse` mode ([#21194](https://github.com/vuetifyjs/vuetify/issues/21194)) ([e820ca7](https://github.com/vuetifyjs/vuetify/commit/e820ca7f01a7443ad8c5d586c2c9deee02af44f7)), closes [#21191](https://github.com/vuetifyjs/vuetify/issues/21191)
|
|
524
|
+
* **VTimeline:** render lines in forced-colors mode ([#21974](https://github.com/vuetifyjs/vuetify/issues/21974)) ([dc7417c](https://github.com/vuetifyjs/vuetify/commit/dc7417c60c95b34b2f8375eb2269955d846427d9))
|
|
525
|
+
* **VTimeline:** alignment consistency ([#20876](https://github.com/vuetifyjs/vuetify/issues/20876)) ([2d3ddd5](https://github.com/vuetifyjs/vuetify/commit/2d3ddd5c7599bcc3c89c8853f83047fadafa5a45))
|
|
526
|
+
* **VTimePicker:** auto width ([#21613](https://github.com/vuetifyjs/vuetify/issues/21613)) ([5d1ceab](https://github.com/vuetifyjs/vuetify/commit/5d1ceab3e519974cdde29f7e7610ffb5972ac6a7))
|
|
527
|
+
* **VTimePicker:** Value not changing on wheel ([#21549](https://github.com/vuetifyjs/vuetify/issues/21549)) ([3667eb5](https://github.com/vuetifyjs/vuetify/commit/3667eb53a1ce4ae61da4c514595587f42d42e566))
|
|
528
|
+
* **VTimePicker:** SSR hydration mismatch error ([#21355](https://github.com/vuetifyjs/vuetify/issues/21355)) ([f17fbd6](https://github.com/vuetifyjs/vuetify/commit/f17fbd6db35292dccac3c5043292eacc4c089f33))
|
|
529
|
+
* **VTimePicker:** add active state for seconds ([#20926](https://github.com/vuetifyjs/vuetify/issues/20926)) ([ed9aa9f](https://github.com/vuetifyjs/vuetify/commit/ed9aa9f90ede9b0099d01ba7cc68916792121c6b))
|
|
530
|
+
* **VTimePicker:** emit when changing hour ([#20179](https://github.com/vuetifyjs/vuetify/issues/20179)) ([d6ac050](https://github.com/vuetifyjs/vuetify/commit/d6ac05060267b2201423c08c9546583ceb32d6c2))
|
|
531
|
+
* **VTimePicker:** don't show buttons if ampmInTitle is not true ([#20178](https://github.com/vuetifyjs/vuetify/issues/20178)) ([0c80102](https://github.com/vuetifyjs/vuetify/commit/0c80102ecca9dffb337b974064f3e583c5467e63))
|
|
532
|
+
* **VTimePicker:** fix types for emit events ([#20126](https://github.com/vuetifyjs/vuetify/issues/20126)) ([5385260](https://github.com/vuetifyjs/vuetify/commit/5385260ebb25f76ed339a18d049f080ccc4b09d4)), closes [#20085](https://github.com/vuetifyjs/vuetify/issues/20085)
|
|
533
|
+
* **VTimePicker:** properly apply disabled props ([#19964](https://github.com/vuetifyjs/vuetify/issues/19964)) ([0ba4b78](https://github.com/vuetifyjs/vuetify/commit/0ba4b7864f4531b5ccac1880ea32c123ff1fbd7c))
|
|
534
|
+
* **VToolbar:** don't force full width when using floating prop ([0aea286](https://github.com/vuetifyjs/vuetify/commit/0aea28697b432e7ab945d90be7c76177cdf40843))
|
|
535
|
+
* **VToolbar/VAppBar:** nav-icon and title alignment ([daa96e9](https://github.com/vuetifyjs/vuetify/commit/daa96e98f1a6d84c14a3c610e654faed47160c62))
|
|
536
|
+
* **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
|
|
537
|
+
* **VTooltip, VSnackbar:** increase contrast on dark theme ([#21184](https://github.com/vuetifyjs/vuetify/issues/21184)) ([638977e](https://github.com/vuetifyjs/vuetify/commit/638977e7685f7c105a43ed541cfd37718bde94ea))
|
|
538
|
+
* **VTreeview:** indent lines should support RTL ([1733666](https://github.com/vuetifyjs/vuetify/commit/1733666d5364819b78605185c00deeeef3f2f2a4)), closes [#21952](https://github.com/vuetifyjs/vuetify/issues/21952)
|
|
539
|
+
* **VTreeview:** allow expanding disabled nodes ([ed4d8cf](https://github.com/vuetifyjs/vuetify/commit/ed4d8cfb06079a231064dbc6ebedb05d3ad6ef06)), closes [#21075](https://github.com/vuetifyjs/vuetify/issues/21075) [#21116](https://github.com/vuetifyjs/vuetify/issues/21116)
|
|
540
|
+
* **VTreeview:** support prepend icon and avatar ([#21813](https://github.com/vuetifyjs/vuetify/issues/21813)) ([478230a](https://github.com/vuetifyjs/vuetify/commit/478230abcdc0fb156523cc9edd4d5f10eea3e069)), closes [#21812](https://github.com/vuetifyjs/vuetify/issues/21812)
|
|
541
|
+
* **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)
|
|
542
|
+
* **VTreeview:** don't display expanded items as activated ([683dc86](https://github.com/vuetifyjs/vuetify/commit/683dc863d1e8736ac8bda93f58f2b8cc8fa819b4)), closes [#21721](https://github.com/vuetifyjs/vuetify/issues/21721) [#21724](https://github.com/vuetifyjs/vuetify/issues/21724)
|
|
543
|
+
* **VTreeview:** don't select disabled children with parent ([#20962](https://github.com/vuetifyjs/vuetify/issues/20962)) ([0772bc1](https://github.com/vuetifyjs/vuetify/commit/0772bc11c10cd55ca1dd186a64819337b38bc3fd)), closes [#20386](https://github.com/vuetifyjs/vuetify/issues/20386)
|
|
544
|
+
* **VTreeview:** active state from router ([#21644](https://github.com/vuetifyjs/vuetify/issues/21644)) ([01c7a4f](https://github.com/vuetifyjs/vuetify/commit/01c7a4f8a0af4b62eda99bcd7eac56ef452e22d8))
|
|
545
|
+
* **VTreeview:** modelValue reactivity ([6daf53d](https://github.com/vuetifyjs/vuetify/commit/6daf53ddbd7f66155f1e1cce870968153fc2b1df))
|
|
546
|
+
* **VTreeview:** restore reactivity with computed items ([107dd0c](https://github.com/vuetifyjs/vuetify/commit/107dd0c6822a5f029e302627f040a43a82bebb58)), closes [#20900](https://github.com/vuetifyjs/vuetify/issues/20900)
|
|
547
|
+
* **VTreeview:** activatable implies openOnClick=false ([c0b7d7b](https://github.com/vuetifyjs/vuetify/commit/c0b7d7b518727f8d43e4463dd3e69edfa4c43d73))
|
|
548
|
+
* **VTreeview:** select trunk nodes on click when openOnClick=false ([e6a1710](https://github.com/vuetifyjs/vuetify/commit/e6a1710296ea0cb67d6877a9c587766b5565f90d)), closes [#21599](https://github.com/vuetifyjs/vuetify/issues/21599)
|
|
549
|
+
* **VTreeview:** prevent checkbox deselection when mandatory ([431af5f](https://github.com/vuetifyjs/vuetify/commit/431af5fa7df28d98d7bb76f88a1803ec98a62719)), closes [#21614](https://github.com/vuetifyjs/vuetify/issues/21614)
|
|
550
|
+
* **VTreeview:** stop click bubbling up on expand icon ([#21083](https://github.com/vuetifyjs/vuetify/issues/21083)) ([8d38332](https://github.com/vuetifyjs/vuetify/commit/8d38332d957ce7a5eb05abd23615822db1b33b84)), closes [#20442](https://github.com/vuetifyjs/vuetify/issues/20442)
|
|
551
|
+
* **VTreeview:** avoid inaccessible items when overflow ([#21443](https://github.com/vuetifyjs/vuetify/issues/21443)) ([5c9dcb3](https://github.com/vuetifyjs/vuetify/commit/5c9dcb333a751582e5ecae7ea40b49d395d327b1)), closes [#21387](https://github.com/vuetifyjs/vuetify/issues/21387)
|
|
552
|
+
* **VTreeview:** prevent activating link on prepend click ([3a1cd02](https://github.com/vuetifyjs/vuetify/commit/3a1cd020ee778fb05cdc87b5a435fcd872be9469))
|
|
553
|
+
* **VTreeview:** indentation parity with v2 ([#21007](https://github.com/vuetifyjs/vuetify/issues/21007)) ([7f02244](https://github.com/vuetifyjs/vuetify/commit/7f0224430c06672befde8e631423c38312495ded))
|
|
554
|
+
* **VTreeview:** remove itemType and unused slots ([b54db8d](https://github.com/vuetifyjs/vuetify/commit/b54db8ddb799ad6e4f1c99549f154c5e7e33b9ef)), closes [#20980](https://github.com/vuetifyjs/vuetify/issues/20980)
|
|
555
|
+
* **VTreeview:** allow expansion of nodes when disabled ([e9e5625](https://github.com/vuetifyjs/vuetify/commit/e9e562545ad45cf6327fb01a488fb43676704f06)), closes [#20832](https://github.com/vuetifyjs/vuetify/issues/20832)
|
|
556
|
+
* **VTreeview:** properly indent nodes ([28ed40b](https://github.com/vuetifyjs/vuetify/commit/28ed40bc4d083ec59dc950a749305f554c1f94bd)), closes [#20421](https://github.com/vuetifyjs/vuetify/issues/20421)
|
|
557
|
+
* **VTreeview:** Incorrect isOpen state in the prepend slot when using return-object ([#20884](https://github.com/vuetifyjs/vuetify/issues/20884)) ([14be656](https://github.com/vuetifyjs/vuetify/commit/14be656999d8061c6623cb11ef611fe06e23296e))
|
|
558
|
+
* **VTreeview:** activated emits twice on leafs ([#20739](https://github.com/vuetifyjs/vuetify/issues/20739)) ([0fb92ed](https://github.com/vuetifyjs/vuetify/commit/0fb92ed59c2c212508265238599e0b25d56df409))
|
|
559
|
+
* **VTreeview:** allow multiple nodes to be loading ([488fc02](https://github.com/vuetifyjs/vuetify/commit/488fc0221e7957dbfac6d680f2ea40bb25412d5d)), closes [#19390](https://github.com/vuetifyjs/vuetify/issues/19390) [#20404](https://github.com/vuetifyjs/vuetify/issues/20404)
|
|
560
|
+
* **VTreeview:** search doesn't work with return-object ([#20508](https://github.com/vuetifyjs/vuetify/issues/20508)) ([1b3ed5a](https://github.com/vuetifyjs/vuetify/commit/1b3ed5a2e72d04119df89b5440fe4bd4e6955fc2))
|
|
561
|
+
* **VTreeview:** Load children when expanded ([#20364](https://github.com/vuetifyjs/vuetify/issues/20364)) ([f95a405](https://github.com/vuetifyjs/vuetify/commit/f95a405042f7da57b472fd38208dd61e7ab63bd3))
|
|
562
|
+
* **VTreeview:** don't expose open ([#20192](https://github.com/vuetifyjs/vuetify/issues/20192)) ([40f7197](https://github.com/vuetifyjs/vuetify/commit/40f719796e50227637db1d62b9287131f97d3677))
|
|
563
|
+
* **VTreeview:** increase v-treeview-item--filtered specificity ([39e7c64](https://github.com/vuetifyjs/vuetify/commit/39e7c642a7a135473940374072967a88d87a31e2)), closes [#19404](https://github.com/vuetifyjs/vuetify/issues/19404)
|
|
564
|
+
* **VTreeview:** remove redundant treeview re-render during open ([#19968](https://github.com/vuetifyjs/vuetify/issues/19968)) ([9e1cfbd](https://github.com/vuetifyjs/vuetify/commit/9e1cfbddbfd0ce7043aa096bd7d370beef382c7f))
|
|
565
|
+
* **VTreeview:** select & activate issues ([#19795](https://github.com/vuetifyjs/vuetify/issues/19795)) ([8d7beeb](https://github.com/vuetifyjs/vuetify/commit/8d7beebf10643b6f1d18fb15bd81a9183725b1b5)), closes [#19441](https://github.com/vuetifyjs/vuetify/issues/19441) [#19402](https://github.com/vuetifyjs/vuetify/issues/19402) [#19400](https://github.com/vuetifyjs/vuetify/issues/19400) [#19533](https://github.com/vuetifyjs/vuetify/issues/19533) [#19471](https://github.com/vuetifyjs/vuetify/issues/19471)
|
|
566
|
+
* **VTreeview:** scoped loading state by child ([#19773](https://github.com/vuetifyjs/vuetify/issues/19773)) ([49892e2](https://github.com/vuetifyjs/vuetify/commit/49892e2a45ebb82c3b3827df1f49e142f76b7e02)), closes [#19390](https://github.com/vuetifyjs/vuetify/issues/19390)
|
|
567
|
+
* **VTreeview:** lines prop supports boolean type ([#19668](https://github.com/vuetifyjs/vuetify/issues/19668)) ([330baa0](https://github.com/vuetifyjs/vuetify/commit/330baa073d4cc93a996f5e9ca039a8721cef8691)), closes [#19638](https://github.com/vuetifyjs/vuetify/issues/19638)
|
|
568
|
+
* **VVirtualScroll:** don't fully deep watch items ([70db0c7](https://github.com/vuetifyjs/vuetify/commit/70db0c7ea6c63a0f6a6acc4979716894a952cc92)), closes [#19941](https://github.com/vuetifyjs/vuetify/issues/19941) [#20608](https://github.com/vuetifyjs/vuetify/issues/20608)
|
|
569
|
+
* **VWindow:** override `transition-duration` to respect user preference ([27fe364](https://github.com/vuetifyjs/vuetify/commit/27fe36478ae161b7758a08c8dd4b70e7068a8f06))
|
|
570
|
+
* **VWindow:** correctly reveal vertical arrows on hover ([521ba7b](https://github.com/vuetifyjs/vuetify/commit/521ba7b7a5749f495b13face6fabca7b971e56bf))
|
|
571
|
+
* **VWindow, VTabs:** don't override cursor in VWindowItem ([#21138](https://github.com/vuetifyjs/vuetify/issues/21138)) ([afda7ad](https://github.com/vuetifyjs/vuetify/commit/afda7addbbe3e2ff05b7eebd9e99270d1de7513c)), closes [#20090](https://github.com/vuetifyjs/vuetify/issues/20090)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### :fire: Performance Improvements
|
|
575
|
+
|
|
576
|
+
* **VTreeview:** prevent unnecessary re-renders ([96a4d95](https://github.com/vuetifyjs/vuetify/commit/96a4d95aeaf34b76e3ee218aa43b65eb9e78e99d)), closes [#19919](https://github.com/vuetifyjs/vuetify/issues/19919) [#21720](https://github.com/vuetifyjs/vuetify/issues/21720)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### :microscope: Code Refactoring
|
|
580
|
+
|
|
581
|
+
* resolve directives directly ([#21413](https://github.com/vuetifyjs/vuetify/issues/21413)) ([e5e85ee](https://github.com/vuetifyjs/vuetify/commit/e5e85ee2faeffe7b39a3fbaaedbcb43f205943b3))
|
|
582
|
+
* use clamp() util function ([6784ba7](https://github.com/vuetifyjs/vuetify/commit/6784ba7aae029c3e25dd92197c5b5d19feb43430))
|
|
583
|
+
* replace computed() with toRef() ([#21167](https://github.com/vuetifyjs/vuetify/issues/21167)) ([9b07be9](https://github.com/vuetifyjs/vuetify/commit/9b07be93d4f0a57727033ab912b4b8adbd33befd))
|
|
584
|
+
* explicit number casting ([4f6e77f](https://github.com/vuetifyjs/vuetify/commit/4f6e77fac2585873645961472ccd4ae6d9477d60))
|
|
585
|
+
* remove redundant pick function ([a438986](https://github.com/vuetifyjs/vuetify/commit/a438986fe13cbfc654870e9c9c68692e690c6197))
|
|
586
|
+
* **defaults:** reduce computed getter calls ([8d798e3](https://github.com/vuetifyjs/vuetify/commit/8d798e36baf86f04eebf2828be0cffa0dc31053a))
|
|
587
|
+
* **layout:** consoleWarn instead of error for missing layout items ([34b53f1](https://github.com/vuetifyjs/vuetify/commit/34b53f10b5ae1b218721b32d51c757adecf343f7))
|
|
588
|
+
* **theme:** add internal methods for testing tw implementation ([abfdb77](https://github.com/vuetifyjs/vuetify/commit/abfdb777e0e00d4a1798f52d7e4c118e7409fcb9))
|
|
589
|
+
* **theme:** abstract functions outside of createTheme ([8546fef](https://github.com/vuetifyjs/vuetify/commit/8546fefbe385c50330e47c23b96cf23dcb9c5a8d))
|
|
590
|
+
* **VColorPicker:** implement VPicker ([5530832](https://github.com/vuetifyjs/vuetify/commit/55308327b73953a0f3cd3999f2c42172e72b1f99))
|
|
591
|
+
* **VDataTable:** avoid Array.toReversed() ([3894f98](https://github.com/vuetifyjs/vuetify/commit/3894f98c333abaad63fc2a651ae558ffbb75d620))
|
|
592
|
+
* **VDatePickerMonth:** remove VDefaultsProvider usage ([d96798a](https://github.com/vuetifyjs/vuetify/commit/d96798aeddaa7c164c117e05a901e49d86971353))
|
|
593
|
+
* **VField:** default slot fallback ([#21074](https://github.com/vuetifyjs/vuetify/issues/21074)) ([0a8528a](https://github.com/vuetifyjs/vuetify/commit/0a8528a9c6517ece5cf8199002ba093c31e3164d))
|
|
594
|
+
* **VField:** replace filterFieldProps with filterProps ([b8a8bc2](https://github.com/vuetifyjs/vuetify/commit/b8a8bc22948350dac3327d06f9b4842d54658655)), closes [#21087](https://github.com/vuetifyjs/vuetify/issues/21087)
|
|
595
|
+
* **VIcon:** swap provideTheme with useTheme ([633e7c2](https://github.com/vuetifyjs/vuetify/commit/633e7c2da541660bdc22c1bf1cdd7cc71f0c3036))
|
|
596
|
+
* **VList:** make itemType optional in useListItems ([f20636a](https://github.com/vuetifyjs/vuetify/commit/f20636ad47e46249d4e344c43cceda2ac5d17d9a)), closes [#19476](https://github.com/vuetifyjs/vuetify/issues/19476)
|
|
597
|
+
* **VNumberInput:** replace touch-action with pointercancel ([97e3509](https://github.com/vuetifyjs/vuetify/commit/97e3509f90f17a43ff27bd0850fc501bbc0afe13)), closes [#21436](https://github.com/vuetifyjs/vuetify/issues/21436)
|
|
598
|
+
* **VSlideGroup:** replace css transform with native scroll ([#17286](https://github.com/vuetifyjs/vuetify/issues/17286)) ([93bd7b5](https://github.com/vuetifyjs/vuetify/commit/93bd7b554284b074c5add2e6ef14f65cb9f27660))
|
|
599
|
+
* **VSpeedDial:** fix type error ([4077948](https://github.com/vuetifyjs/vuetify/commit/4077948d64da983f938795c051e1327cf3aaf23c))
|
|
600
|
+
* **VTreeview:** avoid re-render by opened & respect openAll ([#20032](https://github.com/vuetifyjs/vuetify/issues/20032)) ([0a32df5](https://github.com/vuetifyjs/vuetify/commit/0a32df5706fe7eb227918efc4375eef726b9f7a9))
|
|
601
|
+
* **VTreeview/VTreeviewChildren:** pass through density for checkbox btn ([a5cd6f3](https://github.com/vuetifyjs/vuetify/commit/a5cd6f39508bbd6c6dca8e7c89545ac7d555b7fb))
|
|
602
|
+
* **VTreeviewItem:** reuse VListItem link and clean-up code ([3cbe7a4](https://github.com/vuetifyjs/vuetify/commit/3cbe7a43d37ac19a0237824f660f48644bf9c908))
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
### :arrows_counterclockwise: Reverts
|
|
606
|
+
|
|
607
|
+
* Revert "perf(VTreeview): prevent unnecessary re-renders" ([9cfc322](https://github.com/vuetifyjs/vuetify/commit/9cfc322cbc416ba1a206b42f421c238f46a38b94)), closes [#21778](https://github.com/vuetifyjs/vuetify/issues/21778)
|
|
608
|
+
* Revert "fix(VNavigationDrawer): don't restrict elementSize when..." ([8294e8c](https://github.com/vuetifyjs/vuetify/commit/8294e8c375c3900aa6f214c17a55aa2e2fb2269c))
|
|
609
|
+
* Revert "docs(service-worker): ensure cache consistency" ([90bf4e5](https://github.com/vuetifyjs/vuetify/commit/90bf4e5e9f98e2944e35e8a283061efe7e3e3c7d))
|
|
610
|
+
* Revert "fix(layout): use suspense to delay render of layout items (#15229)" ([08c3d4f](https://github.com/vuetifyjs/vuetify/commit/08c3d4f62e7e9715dc7f256d794cd4682b7f7c52)), closes [#19800](https://github.com/vuetifyjs/vuetify/issues/19800)
|
|
611
|
+
* Revert "fix(VOverlay): position on LTR/RTL after locale switch (#17338)" ([3024bb1](https://github.com/vuetifyjs/vuetify/commit/3024bb10411f78246d8caeba94b0893a1f148670)), closes [#19863](https://github.com/vuetifyjs/vuetify/issues/19863)
|
|
612
|
+
* Revert "fix(VDataTable): selection duplication (#18908)" ([0ad2992](https://github.com/vuetifyjs/vuetify/commit/0ad29920f63faf27ca2dfe6ed6ea3405ed6d9b61))
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### :test_tube: Labs
|
|
616
|
+
|
|
617
|
+
* docs(VIconBtn): correct link to GitHub ([5dec2ac](https://github.com/vuetifyjs/vuetify/commit/5dec2ac9220fd2f1611e7649c7c9fecd8177210c))
|
|
618
|
+
* docs(VPie): minor improvements to misc examples ([46cf40b](https://github.com/vuetifyjs/vuetify/commit/46cf40b58a4753f963ee1d5e31d762b8a06721ef))
|
|
619
|
+
* docs(VPie): adapt examples for mobile ([1e51d0e](https://github.com/vuetifyjs/vuetify/commit/1e51d0e2f75411498189e8a37284cccedfbbd1c1))
|
|
620
|
+
* docs(VVideo): include tooltips and aria labels in controls slot example ([859bf98](https://github.com/vuetifyjs/vuetify/commit/859bf98685420feb3d5a71ed9eba2c632951ffeb))
|
|
621
|
+
* docs(VVideo): fix GitHub link ([2798cbc](https://github.com/vuetifyjs/vuetify/commit/2798cbc921895115031f1f82464a8a4380ac738a))
|
|
622
|
+
* docs(VVideo): fix link to VVideoVolume API ([dac5a94](https://github.com/vuetifyjs/vuetify/commit/dac5a944b632d1e216cbd9401f4c2f2b2ce0e823))
|
|
623
|
+
* docs(VVideo): fix missing icon ([e495003](https://github.com/vuetifyjs/vuetify/commit/e495003850bc4c9e53a95c2796e8820ac0da3820))
|
|
624
|
+
* docs(VMaskInput): update examples after changes to validation ([#21763](https://github.com/vuetifyjs/vuetify/issues/21763)) ([8bca36e](https://github.com/vuetifyjs/vuetify/commit/8bca36e4b358aca61ad4d2896792a0125fff532d))
|
|
625
|
+
* chore(VMaskInput): don't double mask model value ([71b8240](https://github.com/vuetifyjs/vuetify/commit/71b8240ee53508467284ccf46dfc9a751161471e))
|
|
626
|
+
* docs(VCalendar): correct viewMode in examples ([#21197](https://github.com/vuetifyjs/vuetify/issues/21197)) ([73ace2c](https://github.com/vuetifyjs/vuetify/commit/73ace2c8a32f2ef11cd162b9dcc5103cfe99fc08)), closes [#19427](https://github.com/vuetifyjs/vuetify/issues/19427)
|
|
627
|
+
* docs(rules): add api section ([c047081](https://github.com/vuetifyjs/vuetify/commit/c047081008cb4792cb7b7d0a89a084765bac0cf1))
|
|
628
|
+
* chore(VDateInput): remove redundant prop ([10b2a9f](https://github.com/vuetifyjs/vuetify/commit/10b2a9f1757b3f036db6118250de272652d0feea))
|
|
629
|
+
* docs(VDateInput): add hideActions description ([#21082](https://github.com/vuetifyjs/vuetify/issues/21082)) ([0c7d417](https://github.com/vuetifyjs/vuetify/commit/0c7d4178f73bfdb0a586805a4b68351abd0383f9))
|
|
630
|
+
* docs(VStepperVertical): fix "click:prev" event name ([#20923](https://github.com/vuetifyjs/vuetify/issues/20923)) ([ffca846](https://github.com/vuetifyjs/vuetify/commit/ffca84677249893ab776958a0bd9834b7dbb49dc))
|
|
631
|
+
* docs(VFileUpload): update release version ([cda1db0](https://github.com/vuetifyjs/vuetify/commit/cda1db056ac68185e12da6f42611cc31fe1b0969)), closes [#20777](https://github.com/vuetifyjs/vuetify/issues/20777)
|
|
632
|
+
* **rules:** add useRules composable ([#18332](https://github.com/vuetifyjs/vuetify/issues/18332)) ([f7d9377](https://github.com/vuetifyjs/vuetify/commit/f7d9377988736b0f0480bc66daf112e16a4250f9))
|
|
633
|
+
* **VCalendar:** reset overlap for effective week start day ([32406fd](https://github.com/vuetifyjs/vuetify/commit/32406fd2c18fa8b21933976f4af46f9ee42fe38b))
|
|
634
|
+
* **VCalendar:** directly port from v2 ([#21910](https://github.com/vuetifyjs/vuetify/issues/21910)) ([2e6f72b](https://github.com/vuetifyjs/vuetify/commit/2e6f72baf3a8337dee76e321ed5e18910159c5f6)), closes [#19065](https://github.com/vuetifyjs/vuetify/issues/19065) [#20098](https://github.com/vuetifyjs/vuetify/issues/20098) [#20947](https://github.com/vuetifyjs/vuetify/issues/20947) [#20970](https://github.com/vuetifyjs/vuetify/issues/20970) [#21379](https://github.com/vuetifyjs/vuetify/issues/21379) [#21783](https://github.com/vuetifyjs/vuetify/issues/21783) [#21964](https://github.com/vuetifyjs/vuetify/issues/21964) [#22016](https://github.com/vuetifyjs/vuetify/issues/22016) [#22018](https://github.com/vuetifyjs/vuetify/issues/22018)
|
|
635
|
+
* **VCalendar:** use adapter for day element key ([#21689](https://github.com/vuetifyjs/vuetify/issues/21689)) ([428f460](https://github.com/vuetifyjs/vuetify/commit/428f4602b54b6ecbfcc37cd2edf61703ae49712e)), closes [#21688](https://github.com/vuetifyjs/vuetify/issues/21688)
|
|
636
|
+
* **VCalendar:** Slot day-event not available ([#21558](https://github.com/vuetifyjs/vuetify/issues/21558)) ([d743051](https://github.com/vuetifyjs/vuetify/commit/d743051c3fc2ba99c77b49e2fa99f9925af50eb6)), closes [#21341](https://github.com/vuetifyjs/vuetify/issues/21341)
|
|
637
|
+
* **VCalendar:** add emits and slots ([#19568](https://github.com/vuetifyjs/vuetify/issues/19568)) ([616d861](https://github.com/vuetifyjs/vuetify/commit/616d861a1ff4b8219c98afe5059f6da7000550d1))
|
|
638
|
+
* **VCalendar:** always assign default first day of week ([#20378](https://github.com/vuetifyjs/vuetify/issues/20378)) ([9d881b2](https://github.com/vuetifyjs/vuetify/commit/9d881b2ea42b263e1e538df6b404e7ac61ac9179)), closes [#19999](https://github.com/vuetifyjs/vuetify/issues/19999)
|
|
639
|
+
* **VCalendar:** use date adapter to create new date ([#19823](https://github.com/vuetifyjs/vuetify/issues/19823)) ([905eb63](https://github.com/vuetifyjs/vuetify/commit/905eb633d8550a96e01f5a399c8252bb62776b7c)), closes [#19814](https://github.com/vuetifyjs/vuetify/issues/19814)
|
|
640
|
+
* **VCalendar:** add theme background color ([#19745](https://github.com/vuetifyjs/vuetify/issues/19745)) ([5a39b60](https://github.com/vuetifyjs/vuetify/commit/5a39b60ac261c0de4f71c36f76565f0d8aa69e87)), closes [#18988](https://github.com/vuetifyjs/vuetify/issues/18988)
|
|
641
|
+
* **VCalendar:** remove background for week view mode ([#19681](https://github.com/vuetifyjs/vuetify/issues/19681)) ([1ce2879](https://github.com/vuetifyjs/vuetify/commit/1ce28790b08e6bc887cfb6bf52a8472a5041b114)), closes [#18988](https://github.com/vuetifyjs/vuetify/issues/18988)
|
|
642
|
+
* **VColorInput:** allow inner fields focus using mouse ([7657d52](https://github.com/vuetifyjs/vuetify/commit/7657d522ba5604ce53fad877e84033f7bf5ad960)), closes [#21897](https://github.com/vuetifyjs/vuetify/issues/21897)
|
|
643
|
+
* **VColorInput:** pip customization ([#21820](https://github.com/vuetifyjs/vuetify/issues/21820)) ([db389d5](https://github.com/vuetifyjs/vuetify/commit/db389d5bb0386eccb00302c0b3134f39c201a35a))
|
|
644
|
+
* **VColorInput:** ensure cancel action closes menu ([#21664](https://github.com/vuetifyjs/vuetify/issues/21664)) ([7822179](https://github.com/vuetifyjs/vuetify/commit/7822179df9d61dec98179ddcb70346d949305412)), closes [#21655](https://github.com/vuetifyjs/vuetify/issues/21655)
|
|
645
|
+
* **VColorInput:** add new component ([#20623](https://github.com/vuetifyjs/vuetify/issues/20623)) ([dec238a](https://github.com/vuetifyjs/vuetify/commit/dec238ab186def75dff1a1120253f6348f2f877c))
|
|
646
|
+
* **VDateInput:** pass-through picker slots ([#21975](https://github.com/vuetifyjs/vuetify/issues/21975)) ([d91dad0](https://github.com/vuetifyjs/vuetify/commit/d91dad08751717ca2097932774485a939e2d9ca7))
|
|
647
|
+
* **VDateInput:** align generic model type with VDatePicker ([#21764](https://github.com/vuetifyjs/vuetify/issues/21764)) ([0cfca46](https://github.com/vuetifyjs/vuetify/commit/0cfca46b2da04c9b98e7a56788f9e648f31b6c3e)), closes [#21751](https://github.com/vuetifyjs/vuetify/issues/21751) [#21753](https://github.com/vuetifyjs/vuetify/issues/21753)
|
|
648
|
+
* **VDateInput:** assign type to displayFormat function ([#21684](https://github.com/vuetifyjs/vuetify/issues/21684)) ([4446ebf](https://github.com/vuetifyjs/vuetify/commit/4446ebff30e96f1d7629bafa0c8b8bad8f473307)), closes [#21683](https://github.com/vuetifyjs/vuetify/issues/21683)
|
|
649
|
+
* **VDateInput:** avoid time values in the field ([#21694](https://github.com/vuetifyjs/vuetify/issues/21694)) ([d4efd48](https://github.com/vuetifyjs/vuetify/commit/d4efd487d384f94a263d2af9b8abc5dbb8381134))
|
|
650
|
+
* **VDateInput:** use common date range parser ([#21450](https://github.com/vuetifyjs/vuetify/issues/21450)) ([5ef1243](https://github.com/vuetifyjs/vuetify/commit/5ef12434aa48ddd43993fd9545f8002d6a4c1da5))
|
|
651
|
+
* **VDateInput:** Set validationValue to modelValue ([#21408](https://github.com/vuetifyjs/vuetify/issues/21408)) ([3d1df29](https://github.com/vuetifyjs/vuetify/commit/3d1df29b52aa59d733669ac120530ccf420d6f2f)), closes [#20351](https://github.com/vuetifyjs/vuetify/issues/20351)
|
|
652
|
+
* **VDateInput:** sync with placeholder, infer from locale ([#21409](https://github.com/vuetifyjs/vuetify/issues/21409)) ([d75f5e3](https://github.com/vuetifyjs/vuetify/commit/d75f5e315d92cf3c36b88a4148cca4f4ff7a0d77)), closes [#21397](https://github.com/vuetifyjs/vuetify/issues/21397)
|
|
653
|
+
* **VDateInput:** accept value when picker is hidden ([#21273](https://github.com/vuetifyjs/vuetify/issues/21273)) ([99331d6](https://github.com/vuetifyjs/vuetify/commit/99331d6a9a0a661723761c80cd1570b2bf9b9d1c))
|
|
654
|
+
* **VDateInput:** Add input-format prop ([#21221](https://github.com/vuetifyjs/vuetify/issues/21221)) ([7949324](https://github.com/vuetifyjs/vuetify/commit/7949324f6022ec5d749dc0450af6370a213cf633))
|
|
655
|
+
* **VDateInput:** expose menu as v-model ([#21298](https://github.com/vuetifyjs/vuetify/issues/21298)) ([c6f3cdb](https://github.com/vuetifyjs/vuetify/commit/c6f3cdbbaf2fe468364fb566bb07b6fe51768ffa))
|
|
656
|
+
* **VDateInput:** If multiple, reset model to [] ([#21299](https://github.com/vuetifyjs/vuetify/issues/21299)) ([3a9602b](https://github.com/vuetifyjs/vuetify/commit/3a9602b991ab4eeff639b75a7043aac4d7de35a2))
|
|
657
|
+
* **VDateInput:** add update-on prop ([#21249](https://github.com/vuetifyjs/vuetify/issues/21249)) ([7304a37](https://github.com/vuetifyjs/vuetify/commit/7304a373444e72f47c7dbee137878826d2f2b4cc)), closes [#21245](https://github.com/vuetifyjs/vuetify/issues/21245) [#20964](https://github.com/vuetifyjs/vuetify/issues/20964)
|
|
658
|
+
* **VDateInput:** remove blur on selection entirely ([6acf68c](https://github.com/vuetifyjs/vuetify/commit/6acf68ccee5bd3bd17f4536cb6254a67e7257f2d))
|
|
659
|
+
* **VDateInput:** Always enable cancel button ([#21154](https://github.com/vuetifyjs/vuetify/issues/21154)) ([a477e71](https://github.com/vuetifyjs/vuetify/commit/a477e71874042106d755a67a130eb6a9f7b71df7)), closes [#20226](https://github.com/vuetifyjs/vuetify/issues/20226)
|
|
660
|
+
* **VDateInput:** prevent crash when pressing enter during text input ([#21077](https://github.com/vuetifyjs/vuetify/issues/21077)) ([47a9601](https://github.com/vuetifyjs/vuetify/commit/47a9601ccacb1abae222b99ec0236c2787666467)), closes [#21072](https://github.com/vuetifyjs/vuetify/issues/21072)
|
|
661
|
+
* **VDateInput:** use display props and remove extra code ([#21152](https://github.com/vuetifyjs/vuetify/issues/21152)) ([9645765](https://github.com/vuetifyjs/vuetify/commit/964576595de80b459b12b87db41bbe826194f828))
|
|
662
|
+
* **VDateInput:** prevent mobile keyboard showing ([#21141](https://github.com/vuetifyjs/vuetify/issues/21141)) ([a9f9897](https://github.com/vuetifyjs/vuetify/commit/a9f9897d323738a4d8a308399d7a00d8a539facd)), closes [#20580](https://github.com/vuetifyjs/vuetify/issues/20580)
|
|
663
|
+
* **VDateInput:** hide confirm actions by default ([dca7872](https://github.com/vuetifyjs/vuetify/commit/dca78726abdbc2f3263d46d2862443eed1c70d6b))
|
|
664
|
+
* **VDateInput:** add new display-format prop ([d177272](https://github.com/vuetifyjs/vuetify/commit/d177272641eeb988950e4f77776636f703106500))
|
|
665
|
+
* **VDateInput:** add missing save / cancel events ([5ce8ec8](https://github.com/vuetifyjs/vuetify/commit/5ce8ec87a03ba8315c6eac8d62852d3b1bdecf5c))
|
|
666
|
+
* **VDateInput:** handle empty model onKeydown ([84746fb](https://github.com/vuetifyjs/vuetify/commit/84746fbb799e4bd331d016ce2f969ba78eda66b7))
|
|
667
|
+
* **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
|
|
668
|
+
* **VDateInput:** show-adjacent-months by default ([dd6ac15](https://github.com/vuetifyjs/vuetify/commit/dd6ac156d3be50faecbad6837d36a7fb3b8cf669))
|
|
669
|
+
* **VDateInput:** use adapter date ([#21043](https://github.com/vuetifyjs/vuetify/issues/21043)) ([64d5eeb](https://github.com/vuetifyjs/vuetify/commit/64d5eeb31a1ed1cfade94758ddb9e77f6a786c0e)), closes [#21033](https://github.com/vuetifyjs/vuetify/issues/21033)
|
|
670
|
+
* **VDateInput:** add missing slot types ([d32fa31](https://github.com/vuetifyjs/vuetify/commit/d32fa31d97d9d20dc7c5b6c311b1cec92635ce5f))
|
|
671
|
+
* **VDateInput:** add missing slot pass-through ([4815d05](https://github.com/vuetifyjs/vuetify/commit/4815d05aeec01387401b3f5e917da9b2193942f4)), closes [#20060](https://github.com/vuetifyjs/vuetify/issues/20060)
|
|
672
|
+
* **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)
|
|
673
|
+
* **VDateInput:** do not pass `rounded` to the picker ([#20972](https://github.com/vuetifyjs/vuetify/issues/20972)) ([b5ed84d](https://github.com/vuetifyjs/vuetify/commit/b5ed84dd1cbbde6c33e3b88a652960d90ae2baa9))
|
|
674
|
+
* **VDateInput:** transform model in / out for VConfirmEdit ([#20281](https://github.com/vuetifyjs/vuetify/issues/20281)) ([fac2f99](https://github.com/vuetifyjs/vuetify/commit/fac2f99b2e87cb8fb5435e1b81da4327a38768bf)), closes [#20146](https://github.com/vuetifyjs/vuetify/issues/20146)
|
|
675
|
+
* **VDateInput:** forwardRefs and handle local and form level reset ([1461d7e](https://github.com/vuetifyjs/vuetify/commit/1461d7e2e1bba90d0e2ab1ffdb29e33abc7382e6)), closes [#19965](https://github.com/vuetifyjs/vuetify/issues/19965)
|
|
676
|
+
* **VDateInput:** pass `location` to VMenu ([#20854](https://github.com/vuetifyjs/vuetify/issues/20854)) ([2cefedb](https://github.com/vuetifyjs/vuetify/commit/2cefedb55837b8e2238adae695dd9f7b1ac199d1))
|
|
677
|
+
* **VDateInput:** actions slot ([#20858](https://github.com/vuetifyjs/vuetify/issues/20858)) ([70deee7](https://github.com/vuetifyjs/vuetify/commit/70deee7d77c5cefba8dfff2474520f6d00a1f124)), closes [#20690](https://github.com/vuetifyjs/vuetify/issues/20690) [#20857](https://github.com/vuetifyjs/vuetify/issues/20857)
|
|
678
|
+
* **VDateInput:** inherit class / style props ([#20002](https://github.com/vuetifyjs/vuetify/issues/20002)) ([a88a2ee](https://github.com/vuetifyjs/vuetify/commit/a88a2eed74790e74316a1e487513b5e79834064e)), closes [#19985](https://github.com/vuetifyjs/vuetify/issues/19985)
|
|
679
|
+
* **VDateInput:** remove menu interaction when disabled/readonly ([#20163](https://github.com/vuetifyjs/vuetify/issues/20163)) ([f970e5f](https://github.com/vuetifyjs/vuetify/commit/f970e5f09d9eae83b42cbec9d761fe96ae42c370)), closes [#20147](https://github.com/vuetifyjs/vuetify/issues/20147)
|
|
680
|
+
* **VDateInput:** create new component ([#19680](https://github.com/vuetifyjs/vuetify/issues/19680)) ([e9d132f](https://github.com/vuetifyjs/vuetify/commit/e9d132ffe6050e4acac3bf455083b3a1a03957fc))
|
|
681
|
+
* **VFileUpload:** file name not passed correctly ([#21541](https://github.com/vuetifyjs/vuetify/issues/21541)) ([06d4593](https://github.com/vuetifyjs/vuetify/commit/06d4593da36a97ca325951e08842e5622ad8bd9b))
|
|
682
|
+
* **VFileUpload:** support class & style props ([#21151](https://github.com/vuetifyjs/vuetify/issues/21151)) ([b8c48ba](https://github.com/vuetifyjs/vuetify/commit/b8c48ba11c661a53bd5bee4b5068c3a5748aff49)), closes [#21146](https://github.com/vuetifyjs/vuetify/issues/21146)
|
|
683
|
+
* **VFileUpload:** clear internal input when empty ([#21038](https://github.com/vuetifyjs/vuetify/issues/21038)) ([010eb32](https://github.com/vuetifyjs/vuetify/commit/010eb32107c973b202c00f7b82bec9e0bdddb0ff)), closes [#21029](https://github.com/vuetifyjs/vuetify/issues/21029)
|
|
684
|
+
* **VFileUpload:** divider wrapper width on smaller screens ([cc26a99](https://github.com/vuetifyjs/vuetify/commit/cc26a99431bf98c7897f0deb854077a054594580))
|
|
685
|
+
* **VFileUpload:** add new component ([#19667](https://github.com/vuetifyjs/vuetify/issues/19667)) ([89c58dd](https://github.com/vuetifyjs/vuetify/commit/89c58dd3b40169920d7530f6b4d2da350ac785c3))
|
|
686
|
+
* **VHotkey:** add new component ([#21598](https://github.com/vuetifyjs/vuetify/issues/21598)) ([99c721c](https://github.com/vuetifyjs/vuetify/commit/99c721c381e47b403429c7de194306013c0ec679))
|
|
687
|
+
* **VIconBtn:** correctly apply `icon-color` ([b2ece2c](https://github.com/vuetifyjs/vuetify/commit/b2ece2c033ec8cc097f644cda912bb915d1df84e)), closes [#21930](https://github.com/vuetifyjs/vuetify/issues/21930)
|
|
688
|
+
* **VIconBtn:** add button type ([#21638](https://github.com/vuetifyjs/vuetify/issues/21638)) ([dd1db74](https://github.com/vuetifyjs/vuetify/commit/dd1db749edd8df351727c01eeca67a1bb7fb8fb6)), closes [#21634](https://github.com/vuetifyjs/vuetify/issues/21634)
|
|
689
|
+
* **VIconBtn:** always use icon-size if present ([c903c55](https://github.com/vuetifyjs/vuetify/commit/c903c55a99181a8c0c3b7ae8e2ff511bee95a11c))
|
|
690
|
+
* **VIconBtn:** create new component ([#21114](https://github.com/vuetifyjs/vuetify/issues/21114)) ([3b8a325](https://github.com/vuetifyjs/vuetify/commit/3b8a325823fbc450e911cb25e4abaccf026990ea))
|
|
691
|
+
* **VMaskInput:** fix caret position while editing ([#21925](https://github.com/vuetifyjs/vuetify/issues/21925)) ([27dc68c](https://github.com/vuetifyjs/vuetify/commit/27dc68caec935395fdd0d713e106db06f7e00404))
|
|
692
|
+
* **VMaskInput:** use proper validation value ([#21719](https://github.com/vuetifyjs/vuetify/issues/21719)) ([64943b3](https://github.com/vuetifyjs/vuetify/commit/64943b30c4a84ddfaa565f9b2d62285450aa128b))
|
|
693
|
+
* **VMaskInput:** Create new component ([#21519](https://github.com/vuetifyjs/vuetify/issues/21519)) ([117443a](https://github.com/vuetifyjs/vuetify/commit/117443afbe676d5d31ab20b4a549cb7405994493))
|
|
694
|
+
* **VPicker:** add `hide-title` prop ([#21657](https://github.com/vuetifyjs/vuetify/issues/21657)) ([8d7eac3](https://github.com/vuetifyjs/vuetify/commit/8d7eac3dcd80387e4d3118f1660d7fb25251f66a)), closes [#21545](https://github.com/vuetifyjs/vuetify/issues/21545)
|
|
695
|
+
* **VPicker:** add new prop divided ([ea25366](https://github.com/vuetifyjs/vuetify/commit/ea253667c16efbd76b5a11935d0b73c40af3c842))
|
|
696
|
+
* **VPie:** support touch for segment interaction ([#21871](https://github.com/vuetifyjs/vuetify/issues/21871)) ([93f4218](https://github.com/vuetifyjs/vuetify/commit/93f421848601fe6f24e32395a7810c41790f92cf))
|
|
697
|
+
* **VPie:** apply opacity only to chips within VChipGroup ([0a3c710](https://github.com/vuetifyjs/vuetify/commit/0a3c7102de0ec444fb0aa46f3b48b51406c0f1e6))
|
|
698
|
+
* **VPie:** control avatar size with tooltip prop ([8540548](https://github.com/vuetifyjs/vuetify/commit/8540548624fe1b5bc26519e2558e0d41bf3da580))
|
|
699
|
+
* **VPie:** expose total in most of the slots ([7190a85](https://github.com/vuetifyjs/vuetify/commit/7190a8500e8796a5dde4f87a3f6f30a5a12cd351))
|
|
700
|
+
* **VPie:** update description of notable features ([2472ce9](https://github.com/vuetifyjs/vuetify/commit/2472ce9704a55e1402a97f6148f0e8836da6d44b))
|
|
701
|
+
* **VPie:** create new component ([#21176](https://github.com/vuetifyjs/vuetify/issues/21176)) ([5f0ebca](https://github.com/vuetifyjs/vuetify/commit/5f0ebca99b830f2cdce234b5f45529a1553c66ef))
|
|
702
|
+
* **VPullToRefresh:** add disabled prop ([79cc227](https://github.com/vuetifyjs/vuetify/commit/79cc227464e8d696b9dfa7f80689936020905ec5)), closes [#20242](https://github.com/vuetifyjs/vuetify/issues/20242)
|
|
703
|
+
* **VPullToRefresh:** add new component ([#19666](https://github.com/vuetifyjs/vuetify/issues/19666)) ([1816775](https://github.com/vuetifyjs/vuetify/commit/18167753354c30ee88fc1a08588193c530ac2d40))
|
|
704
|
+
* **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)
|
|
705
|
+
* **VStepperVertical:** fix next/prev-text props ([#21360](https://github.com/vuetifyjs/vuetify/issues/21360)) ([11986c6](https://github.com/vuetifyjs/vuetify/commit/11986c6e2ac351c38194cd3a8c74f6e03f58e3cf)), closes [#21358](https://github.com/vuetifyjs/vuetify/issues/21358)
|
|
706
|
+
* **VStepperVertical:** correct slots types ([#20537](https://github.com/vuetifyjs/vuetify/issues/20537)) ([0230259](https://github.com/vuetifyjs/vuetify/commit/02302590c8ec4feb4ae14ac36e8c756fac879f2b)), closes [#20213](https://github.com/vuetifyjs/vuetify/issues/20213) [#20803](https://github.com/vuetifyjs/vuetify/issues/20803)
|
|
707
|
+
* **VStepperVertical:** provide eager in defaults props ([#20033](https://github.com/vuetifyjs/vuetify/issues/20033)) ([620a0d9](https://github.com/vuetifyjs/vuetify/commit/620a0d9e4b876e6f3251add09eb92b22d0ef65ae)), closes [#20025](https://github.com/vuetifyjs/vuetify/issues/20025)
|
|
708
|
+
* **VStepperVertical:** create new component ([#19524](https://github.com/vuetifyjs/vuetify/issues/19524)) ([1bc66cd](https://github.com/vuetifyjs/vuetify/commit/1bc66cd2a049677f68d2598d6e12450c75e6d117))
|
|
709
|
+
* **VVideo:** background variant should fill the container ([b766424](https://github.com/vuetifyjs/vuetify/commit/b76642493c7144df3573e6bedf4a62c7ea5c94e7))
|
|
710
|
+
* **VVideo:** avoid interaction conflicts with VOverlay ([10a1821](https://github.com/vuetifyjs/vuetify/commit/10a18215226793f2832a5b68ebec52241f8db2c7)), closes [#21962](https://github.com/vuetifyjs/vuetify/issues/21962)
|
|
711
|
+
* **VVideo:** prefer `max-width`, default to 100% ([22d5dd5](https://github.com/vuetifyjs/vuetify/commit/22d5dd5e5814c9aea59a5d4778c2d4ea6c3c9ba6))
|
|
712
|
+
* **VVideo:** add `aspect-ratio` prop ([83e67d1](https://github.com/vuetifyjs/vuetify/commit/83e67d137b2659535da355ac23d9a24d8345537b))
|
|
713
|
+
* **VVideo:** correct default track color with pills ([e98919d](https://github.com/vuetifyjs/vuetify/commit/e98919d0c3ec9ed128bc58fe5678b1821f7f5478))
|
|
714
|
+
* **VVideo:** correct color customization ([13da3e1](https://github.com/vuetifyjs/vuetify/commit/13da3e1b33b7dfee1d506c4d47782ab47a3f7f6c))
|
|
715
|
+
* **VVideo:** correctly move elevation to pills ([3df9494](https://github.com/vuetifyjs/vuetify/commit/3df9494480b80f091bef6e0f1e65066dbe4b5642))
|
|
716
|
+
* **VVideo:** hide overlays for background variant ([466dc6f](https://github.com/vuetifyjs/vuetify/commit/466dc6fb87acf5a0e6e2d67f9196eaf3f6705e9f))
|
|
717
|
+
* **VVideo:** keep slider thumb label readable ([85ce063](https://github.com/vuetifyjs/vuetify/commit/85ce063230b873caaf7e975d3c85d1a5fbe83f69))
|
|
718
|
+
* **VVideo:** missing tooltips ([45aeef1](https://github.com/vuetifyjs/vuetify/commit/45aeef1ca69423d9d0cfda7f85e17eac05e60550))
|
|
719
|
+
* **VVideo:** hide slider thumb unless hovered ([4f00a16](https://github.com/vuetifyjs/vuetify/commit/4f00a16bb83b0707f5cbb089a0d03eb3748f9c86))
|
|
720
|
+
* **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)
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Other Commits
|
|
724
|
+
|
|
725
|
+
* chore(release): publish v3.10.0-pr-22042.32406fd ([363ecb1](https://github.com/vuetifyjs/vuetify/commit/363ecb1bdcbad041ed4364725dcf43a484818f31))
|
|
726
|
+
* chore(release): publish v3.10.0 ([bfba6d7](https://github.com/vuetifyjs/vuetify/commit/bfba6d7089745174189a2069f2deabd3caa99335))
|
|
727
|
+
* chore: remove npm token from deploy script ([ba8e063](https://github.com/vuetifyjs/vuetify/commit/ba8e0633d381318e7e65c5ed40a9d2a61cd12cc1))
|
|
728
|
+
* docs: fix example formatting ([9a07733](https://github.com/vuetifyjs/vuetify/commit/9a07733651b8d15b164ae3b56862cdc2e933becd))
|
|
729
|
+
* chore: fix lint ([b78c1cf](https://github.com/vuetifyjs/vuetify/commit/b78c1cf06fa75f2ff3c032044b1af04a581d9674))
|
|
730
|
+
* chore: move all pnpm config to pnpm-workspace ([00fd93c](https://github.com/vuetifyjs/vuetify/commit/00fd93ccbb6744303a03c2341cd4e6628e3f4b2c))
|
|
731
|
+
* docs(august-2025-update): add new blog post ([bd0d775](https://github.com/vuetifyjs/vuetify/commit/bd0d7756c87972039492eb7899f0ebc8d1d05427))
|
|
732
|
+
* docs(App): only apply ul margin if not direct child of li ([ed98b69](https://github.com/vuetifyjs/vuetify/commit/ed98b698d338d164abcf8ce22e1f74c7ce17732a))
|
|
733
|
+
* chore(ci): use trusted publishing ([3a5b4f4](https://github.com/vuetifyjs/vuetify/commit/3a5b4f408837371860963242f370e4541f659420))
|
|
734
|
+
* docs(VVirtualScroll): add example for renderless with v-table ([#21996](https://github.com/vuetifyjs/vuetify/issues/21996)) ([7f676df](https://github.com/vuetifyjs/vuetify/commit/7f676dfaa75f77f615a7564df57920f322fe2f2c)), closes [#19125](https://github.com/vuetifyjs/vuetify/issues/19125)
|
|
735
|
+
* docs(VTimePicker): remove unnecessary prop from example ([#22019](https://github.com/vuetifyjs/vuetify/issues/22019)) ([0923271](https://github.com/vuetifyjs/vuetify/commit/09232714d1bc783e568264a47949a76ac5f7387e)), closes [#21963](https://github.com/vuetifyjs/vuetify/issues/21963)
|
|
736
|
+
* docs(VCombobox): fix missing script for Options API ([d1b7304](https://github.com/vuetifyjs/vuetify/commit/d1b73041c60767f2d3a3cf79eb6e778b374c4a14))
|
|
737
|
+
* docs(VCombobox): example with correct use of chip slot ([#22024](https://github.com/vuetifyjs/vuetify/issues/22024)) ([3d6ebcb](https://github.com/vuetifyjs/vuetify/commit/3d6ebcb2d98f495ec5fc4c1b61a97f8ef383121d)), closes [#18600](https://github.com/vuetifyjs/vuetify/issues/18600)
|
|
738
|
+
* docs: example of custom height for vertical slider ([#22023](https://github.com/vuetifyjs/vuetify/issues/22023)) ([2f63f8a](https://github.com/vuetifyjs/vuetify/commit/2f63f8ad25551c60b62e57990ccff3adbfc590d5)), closes [#18813](https://github.com/vuetifyjs/vuetify/issues/18813)
|
|
739
|
+
* chore(release): publish v3.9.7 ([cf22494](https://github.com/vuetifyjs/vuetify/commit/cf2249401fe5cbb82e13ad0d8728c545e8525185))
|
|
740
|
+
* docs(VChip): fix examples for a11y ([#21998](https://github.com/vuetifyjs/vuetify/issues/21998)) ([20ed25b](https://github.com/vuetifyjs/vuetify/commit/20ed25b0754809b2e3d43ed4e201f6350fa18dc8))
|
|
741
|
+
* docs: update testing documentation ([#21985](https://github.com/vuetifyjs/vuetify/issues/21985)) ([417be71](https://github.com/vuetifyjs/vuetify/commit/417be71ca78499280934bea63526175c7a914378)), closes [#21548](https://github.com/vuetifyjs/vuetify/issues/21548)
|
|
742
|
+
* docs: add example for avoiding duplicate text using item slot ([#21989](https://github.com/vuetifyjs/vuetify/issues/21989)) ([cff3c37](https://github.com/vuetifyjs/vuetify/commit/cff3c372a968c58869c323afdf987c663ea69539)), closes [#19396](https://github.com/vuetifyjs/vuetify/issues/19396)
|
|
743
|
+
* docs(unit-test): stub visualViewport to prevent crashes in JSDOM ([#21984](https://github.com/vuetifyjs/vuetify/issues/21984)) ([c7e093f](https://github.com/vuetifyjs/vuetify/commit/c7e093fb65faba8f2a7af1ad6e0251e0fdf4223a)), closes [#21692](https://github.com/vuetifyjs/vuetify/issues/21692)
|
|
744
|
+
* docs: correct description of size property dimensions ([#21986](https://github.com/vuetifyjs/vuetify/issues/21986)) ([bdd3129](https://github.com/vuetifyjs/vuetify/commit/bdd31294f17e74c367bddca64c03b7054c7c4008)), closes [#21432](https://github.com/vuetifyjs/vuetify/issues/21432)
|
|
745
|
+
* docs: add positioning section and example for menus ([#21988](https://github.com/vuetifyjs/vuetify/issues/21988)) ([996e5ab](https://github.com/vuetifyjs/vuetify/commit/996e5abb5fd3b4442dc28b549e1840468a1d8a14))
|
|
746
|
+
* docs(VTextField): add focused prop documentation and example ([#21979](https://github.com/vuetifyjs/vuetify/issues/21979)) ([965775f](https://github.com/vuetifyjs/vuetify/commit/965775f8126c2909a0fd75687dfb8394442fb513)), closes [#20583](https://github.com/vuetifyjs/vuetify/issues/20583)
|
|
747
|
+
* docs(VAutocomplete): add usage example for item slot with v-bind props ([#21978](https://github.com/vuetifyjs/vuetify/issues/21978)) ([9393ab8](https://github.com/vuetifyjs/vuetify/commit/9393ab890cc55d49fe563fd44346ca2bfc8cfe51)), closes [#21630](https://github.com/vuetifyjs/vuetify/issues/21630)
|
|
748
|
+
* docs: add bluesky social information ([013d00f](https://github.com/vuetifyjs/vuetify/commit/013d00fd4fedd880fb511bde65bad01f639a8c26))
|
|
749
|
+
* docs: add installation instructions for Roboto font ([#21971](https://github.com/vuetifyjs/vuetify/issues/21971)) ([0d4c1b6](https://github.com/vuetifyjs/vuetify/commit/0d4c1b6ddecbd83838847b3f51b5b6932ac16074))
|
|
750
|
+
* docs: update bitterbrains script ([f2e6286](https://github.com/vuetifyjs/vuetify/commit/f2e62862d10dea83e87e6693f45f8abd5cb93f18))
|
|
751
|
+
* docs: avoid light grey to support dark theme in examples ([5586b2e](https://github.com/vuetifyjs/vuetify/commit/5586b2ecc35fe147c61777f29d8032b91944a59d)), closes [#21961](https://github.com/vuetifyjs/vuetify/issues/21961)
|
|
752
|
+
* docs: add bitterbrains ads ([#21941](https://github.com/vuetifyjs/vuetify/issues/21941)) ([ec036b0](https://github.com/vuetifyjs/vuetify/commit/ec036b09e35f0f6479a2974f361ae698f15f9b6a))
|
|
753
|
+
* docs: fix missing cow icon ([5bd91eb](https://github.com/vuetifyjs/vuetify/commit/5bd91ebec564fe0a4afeb12101448071735fe297))
|
|
754
|
+
* chore(FUNDING.yml): update github ([4461ed3](https://github.com/vuetifyjs/vuetify/commit/4461ed3f5957308e51acf876b1dd8badd431b88e))
|
|
755
|
+
* chore(release): publish v3.9.6 ([4df01ff](https://github.com/vuetifyjs/vuetify/commit/4df01ff020cf04189e69467aa9deff9464aa1dc7))
|
|
756
|
+
* docs: explain better icon examples of custom aliases on icon fonts ([#21955](https://github.com/vuetifyjs/vuetify/issues/21955)) ([d50bc39](https://github.com/vuetifyjs/vuetify/commit/d50bc3968d3a8e5b069fb8b68c0c059f55210766)), closes [#21784](https://github.com/vuetifyjs/vuetify/issues/21784)
|
|
757
|
+
* docs: include example as snippets in the exported markdown ([#21947](https://github.com/vuetifyjs/vuetify/issues/21947)) ([45880f2](https://github.com/vuetifyjs/vuetify/commit/45880f26e7a20208c0b10130c98866f1275d5883)), closes [#21711](https://github.com/vuetifyjs/vuetify/issues/21711)
|
|
758
|
+
* docs(team.json): update roster ([224b27a](https://github.com/vuetifyjs/vuetify/commit/224b27a425d89da7209738b3665b20f7ba09b937))
|
|
759
|
+
* chore(release): publish v3.9.5 ([a3dc7bf](https://github.com/vuetifyjs/vuetify/commit/a3dc7bf42ded34dffbe24d19f020582377a7f5ff))
|
|
760
|
+
* docs(july-2025-update): move hero image ([3530940](https://github.com/vuetifyjs/vuetify/commit/35309400ca292f3421788973674a3036099d7daf))
|
|
761
|
+
* docs(VAutocomplete): new example for `filter-keys` ([#21857](https://github.com/vuetifyjs/vuetify/issues/21857)) ([3c542d4](https://github.com/vuetifyjs/vuetify/commit/3c542d48d4022d97c40d8863df2c650286eaa46c)), closes [#21799](https://github.com/vuetifyjs/vuetify/issues/21799)
|
|
762
|
+
* docs(useLayout): fix footer button ([#21898](https://github.com/vuetifyjs/vuetify/issues/21898)) ([ee370bf](https://github.com/vuetifyjs/vuetify/commit/ee370bf634278e5d9d45f469c1a3b32082b814d4))
|
|
763
|
+
* docs(blog): sort changelog lines ([168e20b](https://github.com/vuetifyjs/vuetify/commit/168e20bda8c2ebca68f89a55959905ed64979594))
|
|
764
|
+
* docs(july-2025-update): remove autoplay ([a7ca7a5](https://github.com/vuetifyjs/vuetify/commit/a7ca7a5b73ca171b8fdb6f3dbe1bc47bfa0aea9f))
|
|
765
|
+
* docs(validation): correct instructions for custom rules ([cb7cf1c](https://github.com/vuetifyjs/vuetify/commit/cb7cf1cd3d61625d962b6818eb4c6fca281273ab))
|
|
766
|
+
* docs: update app-bar links ([8867bff](https://github.com/vuetifyjs/vuetify/commit/8867bff1c61b2a3de64c7288b8326c6f85e3963f))
|
|
767
|
+
* docs(july-2025-update): add new blog post ([493f502](https://github.com/vuetifyjs/vuetify/commit/493f5023657299a1ba75021fa01bb88140846fe9))
|
|
768
|
+
* chore(release): publish v3.9.4 ([aeb0077](https://github.com/vuetifyjs/vuetify/commit/aeb00771e08665b9b10d3d3426d4bd8e2afdc86e))
|
|
769
|
+
* chore(VList): replace cypress with vitest ([#21810](https://github.com/vuetifyjs/vuetify/issues/21810)) ([37b6218](https://github.com/vuetifyjs/vuetify/commit/37b621826b34cfbd9ef1cf59b220f3878d20e47f))
|
|
770
|
+
* chore(VTabs): replace cypress with vitest ([#21809](https://github.com/vuetifyjs/vuetify/issues/21809)) ([818877e](https://github.com/vuetifyjs/vuetify/commit/818877e2b79d6022cccebb10307d8528f74022b2))
|
|
771
|
+
* docs(VApp): remove `full-height` from API docs ([c843d1e](https://github.com/vuetifyjs/vuetify/commit/c843d1eddfdfb7d420a4792832fd8c338be63972)), closes [#17388](https://github.com/vuetifyjs/vuetify/issues/17388)
|
|
772
|
+
* docs: workaround buggy lint rule ([bdfe5f7](https://github.com/vuetifyjs/vuetify/commit/bdfe5f7894363d7888f52dc1b2e38a8f3f3c0a4a))
|
|
773
|
+
* docs(VDataTable): improved example for expanded rows ([6173db9](https://github.com/vuetifyjs/vuetify/commit/6173db9042edb693a270e92e68b3bb45c59f1380))
|
|
774
|
+
* docs(VDataTable): improved example for group header ([98ba5bc](https://github.com/vuetifyjs/vuetify/commit/98ba5bc5f6ed5cae3a2628a4d02609a3acf62efc))
|
|
775
|
+
* docs(VTreeview): remove broken link ([9de2ade](https://github.com/vuetifyjs/vuetify/commit/9de2adeb73e2a6a78286da2a1923d3fd3232bb3b))
|
|
776
|
+
* docs(VCarousel): example for custom transitions ([#21849](https://github.com/vuetifyjs/vuetify/issues/21849)) ([e7d97cb](https://github.com/vuetifyjs/vuetify/commit/e7d97cb8c64246d5ca455a5085cf5e0157285bdf))
|
|
777
|
+
* chore(release): publish v3.9.3 ([89d2a0f](https://github.com/vuetifyjs/vuetify/commit/89d2a0f92ad60e970a0b05e6733bbca80501b58d))
|
|
778
|
+
* docs(VBadge): improved usage example ([d7d76bf](https://github.com/vuetifyjs/vuetify/commit/d7d76bf9924a87e564e19837839697c1bd051ba8))
|
|
779
|
+
* 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)
|
|
780
|
+
* docs(VEmptyState): fix tabs in astro cat example ([403f310](https://github.com/vuetifyjs/vuetify/commit/403f310a9f91f8805c894044db2efaa921ee5689))
|
|
781
|
+
* docs: fix roadmap headings ([24431df](https://github.com/vuetifyjs/vuetify/commit/24431dfbbb28d5c500b9577dfde52faeb0728c3e))
|
|
782
|
+
* docs(VAutocomplete): remove unnecessary v-model ([d577476](https://github.com/vuetifyjs/vuetify/commit/d577476428ca8a6650baeff1776609bf280ee1ff))
|
|
783
|
+
* docs: split & update roadmap ([f6df9b9](https://github.com/vuetifyjs/vuetify/commit/f6df9b9678de51999ea0457ea7ff01fd8ddd3ef0))
|
|
784
|
+
* docs(VNavigationDrawer): usage improvements ([b8182ab](https://github.com/vuetifyjs/vuetify/commit/b8182ab9195e110d62cb050855d644b188a4b4fc)), closes [#19175](https://github.com/vuetifyjs/vuetify/issues/19175)
|
|
785
|
+
* chore(VExpansionPanels): restore title click test ([0b8f64b](https://github.com/vuetifyjs/vuetify/commit/0b8f64b747249eb733ec6858902229ffef334f05))
|
|
786
|
+
* docs(VCombobox): fix missing icon in advanced example ([8582575](https://github.com/vuetifyjs/vuetify/commit/858257540f9f4fdfec462929d0af06ed389856b4))
|
|
787
|
+
* docs(VCarousel): remove unused slot ([#21583](https://github.com/vuetifyjs/vuetify/issues/21583)) ([6401c8e](https://github.com/vuetifyjs/vuetify/commit/6401c8e4e0a6ef2b519019787f1e4708eb4d16ad))
|
|
788
|
+
* 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)
|
|
789
|
+
* 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)
|
|
790
|
+
* chore(VTimeline): replace cypress with vitest ([0c4c655](https://github.com/vuetifyjs/vuetify/commit/0c4c655e1d73f5cc001bc903984a8c9ccbdb7575))
|
|
791
|
+
* chore(VInfiniteScroll): replace cypress with vitest ([82707b9](https://github.com/vuetifyjs/vuetify/commit/82707b952e22503c488b2c8d6d32cb0ade88c3b8))
|
|
792
|
+
* chore(VHover): replace cypress with vitest ([85d3f48](https://github.com/vuetifyjs/vuetify/commit/85d3f4841c0ded72aeecd754f7ba3438d1887448))
|
|
793
|
+
* chore(VItemGroup): replace cypress with vitest ([69163a8](https://github.com/vuetifyjs/vuetify/commit/69163a8a9eff32e73798d184c0fec642514f65ae))
|
|
794
|
+
* chore(VThemeProvider): replace cypress with vitest ([00dc2b4](https://github.com/vuetifyjs/vuetify/commit/00dc2b432855b2a988a8e4e260321c8664ae1a2d))
|
|
795
|
+
* chore(VDivider): replace cypress with vitest ([f1c0f65](https://github.com/vuetifyjs/vuetify/commit/f1c0f658996b42a50ff99d066a3f170c094dcd42))
|
|
796
|
+
* chore(VToolbar): replace cypress with vitest ([a74c8b2](https://github.com/vuetifyjs/vuetify/commit/a74c8b27bf4e6ba00894a54b172a4d272aef28e1))
|
|
797
|
+
* chore(VExpansionPanels): replace cypress with vitest ([2557cb8](https://github.com/vuetifyjs/vuetify/commit/2557cb812141cfce6efe8dc78b1c43679f90e7eb))
|
|
798
|
+
* chore(VNavigationDrawer): add missing await in tests ([9248d2d](https://github.com/vuetifyjs/vuetify/commit/9248d2d74ae037973ee869e96c7639b72a2f1b47))
|
|
799
|
+
* chore(VWindow): replace cypress with vitest ([#21786](https://github.com/vuetifyjs/vuetify/issues/21786)) ([fabee04](https://github.com/vuetifyjs/vuetify/commit/fabee04b02b173a67c18742ab112a3d15ab7f72a))
|
|
800
|
+
* chore(VProgressLinear): replace cypress with vitest ([#21785](https://github.com/vuetifyjs/vuetify/issues/21785)) ([f2d0c58](https://github.com/vuetifyjs/vuetify/commit/f2d0c580f17ba5f4c1d909061e7fb32d4f11b41a))
|
|
801
|
+
* chore(VNavigationDrawer): replace cypress with vitest ([#21788](https://github.com/vuetifyjs/vuetify/issues/21788)) ([dbb235b](https://github.com/vuetifyjs/vuetify/commit/dbb235b3f7b8e270098c41ae06149caf8112ccdc))
|
|
802
|
+
* chore(VSlider): replace cypress with vitest ([#21779](https://github.com/vuetifyjs/vuetify/issues/21779)) ([656f0aa](https://github.com/vuetifyjs/vuetify/commit/656f0aabf898aed702d354c212b0825439e8b911))
|
|
803
|
+
* chore(release): publish v3.9.2 ([668ac21](https://github.com/vuetifyjs/vuetify/commit/668ac216f535148c8920b410fe6fe0b720cd302a))
|
|
804
|
+
* docs(api): remove $stable from slots ([297eef6](https://github.com/vuetifyjs/vuetify/commit/297eef61e77156d8e62c221a4cb2cabd7676b174))
|
|
805
|
+
* docs(hotkey): remove inline API and increase sequence timeout ([#21777](https://github.com/vuetifyjs/vuetify/issues/21777)) ([46c4fff](https://github.com/vuetifyjs/vuetify/commit/46c4fffebe498e037049fdb8f67a7fbc0c725742))
|
|
806
|
+
* docs(VForm): improved example for `disabled` ([#21758](https://github.com/vuetifyjs/vuetify/issues/21758)) ([9cb1d3f](https://github.com/vuetifyjs/vuetify/commit/9cb1d3f9ad6a6462b5c0df223b8ea1f9218332e8)), closes [#21755](https://github.com/vuetifyjs/vuetify/issues/21755)
|
|
807
|
+
* docs(VDataTable): improve CRUD example ([#21737](https://github.com/vuetifyjs/vuetify/issues/21737)) ([c52542c](https://github.com/vuetifyjs/vuetify/commit/c52542c0b073c9d00b3b59f033a7a6524efdd15e)), closes [#21487](https://github.com/vuetifyjs/vuetify/issues/21487)
|
|
808
|
+
* docs: grammatical correction in sass-variables.md ([#21536](https://github.com/vuetifyjs/vuetify/issues/21536)) ([3c3fc26](https://github.com/vuetifyjs/vuetify/commit/3c3fc26749532cc4323391b858fd561db00b07b6))
|
|
809
|
+
* docs(VSelect): example for `list-props` ([#21658](https://github.com/vuetifyjs/vuetify/issues/21658)) ([a64f7c9](https://github.com/vuetifyjs/vuetify/commit/a64f7c9bf0a547da60a55dead77656a63f1aff51)), closes [#21579](https://github.com/vuetifyjs/vuetify/issues/21579)
|
|
810
|
+
* docs(VDataTable): example of group-by with multiple attributes ([#21661](https://github.com/vuetifyjs/vuetify/issues/21661)) ([e267b83](https://github.com/vuetifyjs/vuetify/commit/e267b833839ba1e8706a0d6ba3c16e6f58226bcc))
|
|
811
|
+
* docs(VToolbar): example with tooltips and VSpeedDial ([#21659](https://github.com/vuetifyjs/vuetify/issues/21659)) ([ef61da5](https://github.com/vuetifyjs/vuetify/commit/ef61da59b1b85080d66ee75cc914bab585a8e8aa)), closes [#20575](https://github.com/vuetifyjs/vuetify/issues/20575)
|
|
812
|
+
* docs(date): example for adding custom format ([#21669](https://github.com/vuetifyjs/vuetify/issues/21669)) ([749a538](https://github.com/vuetifyjs/vuetify/commit/749a538f378e9f18e3f5ed67c13df4fb21625ff4))
|
|
813
|
+
* docs(VTabs): fix invisible text ([#21662](https://github.com/vuetifyjs/vuetify/issues/21662)) ([a58e446](https://github.com/vuetifyjs/vuetify/commit/a58e4462240745b3579fb6ec31cb9d70641ce004))
|
|
814
|
+
* docs(VTreeview): correct badges for new props ([#21726](https://github.com/vuetifyjs/vuetify/issues/21726)) ([fbed06d](https://github.com/vuetifyjs/vuetify/commit/fbed06da912049e5fa8d8141a78df5760c21e38a))
|
|
815
|
+
* docs: Improve documentation of activeStrategy prop ([#21723](https://github.com/vuetifyjs/vuetify/issues/21723)) ([4f3a24f](https://github.com/vuetifyjs/vuetify/commit/4f3a24f95859be1e3976dfc7b61fa202d8b4a3ea))
|
|
816
|
+
* docs(VBtn): hide slot content for icon ([#21746](https://github.com/vuetifyjs/vuetify/issues/21746)) ([6fb4bb5](https://github.com/vuetifyjs/vuetify/commit/6fb4bb59a50b6203e6f2a8f673ef089d90a13954)), closes [#19816](https://github.com/vuetifyjs/vuetify/issues/19816)
|
|
817
|
+
* docs(VTimePicker): simplify example with menu and dialog ([#21672](https://github.com/vuetifyjs/vuetify/issues/21672)) ([bb08355](https://github.com/vuetifyjs/vuetify/commit/bb083554bbf3dd7a9c90dd3ba56ac99bb4c29f40))
|
|
818
|
+
* docs(VDataTableVirtual): fix method call ([#21679](https://github.com/vuetifyjs/vuetify/issues/21679)) ([1f18200](https://github.com/vuetifyjs/vuetify/commit/1f18200b30d0704372e19b5104266ad3ae30e72c))
|
|
819
|
+
* chore(release): publish v3.9.1 ([754114c](https://github.com/vuetifyjs/vuetify/commit/754114cf0cff8a6e9173157f42d30fae115464be))
|
|
820
|
+
* chore(VPagination): replace cypress with vitest ([#21770](https://github.com/vuetifyjs/vuetify/issues/21770)) ([5058b21](https://github.com/vuetifyjs/vuetify/commit/5058b21f4e0e3c497e6cae5416c18c3dfc340c44))
|
|
821
|
+
* chore(VRating): replace cypress with vitest ([#21757](https://github.com/vuetifyjs/vuetify/issues/21757)) ([b7faa27](https://github.com/vuetifyjs/vuetify/commit/b7faa2717ff04032206d2bbfe2fd9785c1bf1e0e))
|
|
822
|
+
* chore: fix lint ([2e167e8](https://github.com/vuetifyjs/vuetify/commit/2e167e81694f899ced9774671c11c536ebb19fa4))
|
|
823
|
+
* chore(ripple): fix tests ([ea7d80b](https://github.com/vuetifyjs/vuetify/commit/ea7d80b5fbd9bdb82e41417aadd5719cb1850fd7))
|
|
824
|
+
* chore: fix build ([23dfbb4](https://github.com/vuetifyjs/vuetify/commit/23dfbb43323bc2766f3f7c0e48f0e63010abd85a))
|
|
825
|
+
* docs(hotkey): fix links and usage demo ([#21750](https://github.com/vuetifyjs/vuetify/issues/21750)) ([f43acea](https://github.com/vuetifyjs/vuetify/commit/f43acea2f96cc9c004d18a2d84eb96196880f888))
|
|
826
|
+
* docs(VLazy): update playground example ([#20632](https://github.com/vuetifyjs/vuetify/issues/20632)) ([25d2b3f](https://github.com/vuetifyjs/vuetify/commit/25d2b3f477d9ff96d0ae9d43b8e1f457629c02bc)), closes [#20579](https://github.com/vuetifyjs/vuetify/issues/20579)
|
|
827
|
+
* chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
|
|
828
|
+
* chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))
|
|
829
|
+
* docs(data-tables): fix typo ([#21718](https://github.com/vuetifyjs/vuetify/issues/21718)) ([fab15be](https://github.com/vuetifyjs/vuetify/commit/fab15be435ef2ccdab22c3a1f6267599006f2b7b))
|
|
830
|
+
* docs(roadmap): move v2 releases to archived ([647a3fe](https://github.com/vuetifyjs/vuetify/commit/647a3fe229fec18a0527ae27ced8472688add833))
|
|
831
|
+
* chore(release): publish v3.9.0 ([a17b3d1](https://github.com/vuetifyjs/vuetify/commit/a17b3d171e1bd78c78682d65b9edce093c66e707))
|
|
832
|
+
* docs: update roadmap ([d80a923](https://github.com/vuetifyjs/vuetify/commit/d80a923946ebbd268330e3f3aaa93e37297278ab))
|
|
833
|
+
* chore: fix build errors ([f3dce45](https://github.com/vuetifyjs/vuetify/commit/f3dce4511f0ac636759cf11e363cd9d7d5cc6bc6))
|
|
834
|
+
* docs(useHotkey): Fix Eratta ([#21708](https://github.com/vuetifyjs/vuetify/issues/21708)) ([7503530](https://github.com/vuetifyjs/vuetify/commit/7503530712b40122490d1b4f0efcb079ec9206dc))
|
|
835
|
+
* docs(june-2025-update): add new blog post ([4ae5678](https://github.com/vuetifyjs/vuetify/commit/4ae5678475fcc776bf27d1dc6f0d8376c3c6a73c))
|
|
836
|
+
* chore(release): publish v3.8.12 ([cbe8373](https://github.com/vuetifyjs/vuetify/commit/cbe837330660e8a2ee5c0ae4f4ea68b5d1a4a1ec))
|
|
837
|
+
* docs(VTreeview): update example with breweries API URL ([#21643](https://github.com/vuetifyjs/vuetify/issues/21643)) ([e447ee5](https://github.com/vuetifyjs/vuetify/commit/e447ee5d545ac1fb7a1432e8724433cc91432896))
|
|
838
|
+
* docs: update link to material design icons ([#21636](https://github.com/vuetifyjs/vuetify/issues/21636)) ([63da3a1](https://github.com/vuetifyjs/vuetify/commit/63da3a18fa21e8cee0d7243608a396637a744927))
|
|
839
|
+
* chore(package.json): update deps ([5d81d46](https://github.com/vuetifyjs/vuetify/commit/5d81d46fd680f05a3f4338fb48599d8ab93d3d87))
|
|
840
|
+
* chore(release): publish v3.9.0-beta.1 ([c4b2af6](https://github.com/vuetifyjs/vuetify/commit/c4b2af64c9300cdc734456feeae1d26a395ad9fe))
|
|
841
|
+
* chore: remove unused import ([bccf6ea](https://github.com/vuetifyjs/vuetify/commit/bccf6eac30675c3be819a32b2f90ec9c5385eb46))
|
|
842
|
+
* chore(release): publish v3.8.11 ([02880f9](https://github.com/vuetifyjs/vuetify/commit/02880f91466a34cec9dbf5191155a25a3199b92f))
|
|
843
|
+
* docs(VCombobox): don't ignore same-length changes in advanced example ([0378bc2](https://github.com/vuetifyjs/vuetify/commit/0378bc2a225ef6a9c5d96aae5831ca5df964abad)), closes [#21621](https://github.com/vuetifyjs/vuetify/issues/21621)
|
|
844
|
+
* chore(release): publish v3.9.0-beta.0 ([b4486f9](https://github.com/vuetifyjs/vuetify/commit/b4486f982f4279e8f014348d29effe091235074f))
|
|
845
|
+
* chore(VKbd): inherited props last ([8c9fc16](https://github.com/vuetifyjs/vuetify/commit/8c9fc169e7666d6c3d7d8567ce4f680956366148))
|
|
846
|
+
* chore(VInfiniteScroll): add comment about nested raf ([c219894](https://github.com/vuetifyjs/vuetify/commit/c219894d65f6422a1ff4338e33ad21b36d744df7))
|
|
847
|
+
* chore(VDatePicker): explicit slots passthrough ([9114f12](https://github.com/vuetifyjs/vuetify/commit/9114f12ceb22a8ce2ebf0d028a972a0a689d0831))
|
|
848
|
+
* docs: update browser support table ([b349e49](https://github.com/vuetifyjs/vuetify/commit/b349e497f16e143b5d67941d424fdfef907aaed3))
|
|
849
|
+
* chore(theme): use Reflect for proxy operations ([ee1f855](https://github.com/vuetifyjs/vuetify/commit/ee1f85524e70208333be7f6aaa9d171c19c29f30))
|
|
850
|
+
* chore(theme): keep defaultTheme string enum type hint ([c47c329](https://github.com/vuetifyjs/vuetify/commit/c47c329749ae3fbbe00e29cd8a3094b35d28d8db))
|
|
851
|
+
* docs: update emphasized pages ([4b2590a](https://github.com/vuetifyjs/vuetify/commit/4b2590af5e87a2c41dc65402bdabe1e5d728d7a8))
|
|
852
|
+
* chore: enforce forwardRefs required arguments ([59c2c6c](https://github.com/vuetifyjs/vuetify/commit/59c2c6c4a1fe4347857b5f81b028ddad58a4be14))
|
|
853
|
+
* docs(markdown): use current branch in request ([6b3091a](https://github.com/vuetifyjs/vuetify/commit/6b3091af29fd50ce34acac4abf769db0b540487c))
|
|
854
|
+
* docs(markdown): change copy source ([dfd8eea](https://github.com/vuetifyjs/vuetify/commit/dfd8eea1ebd28e6fde702c19b15a33af3620daa4))
|
|
855
|
+
* docs(contributing): add information about component language files ([0534b7c](https://github.com/vuetifyjs/vuetify/commit/0534b7ce0b57a219d0e6664becf78a2a0d1ca517))
|
|
856
|
+
* chore(release): publish v3.8.10 ([420e3e3](https://github.com/vuetifyjs/vuetify/commit/420e3e3bda4d7ac0257282230c9eb2f2b9a15cf0))
|
|
857
|
+
* chore: update all non-major dependencies ([#21593](https://github.com/vuetifyjs/vuetify/issues/21593)) ([33e8ecb](https://github.com/vuetifyjs/vuetify/commit/33e8ecbc9a72235fcd3e65a11bf3c313708f471a))
|
|
858
|
+
* chore(ci): update crowdin/github-action action to v2.7.1 ([#21592](https://github.com/vuetifyjs/vuetify/issues/21592)) ([facb641](https://github.com/vuetifyjs/vuetify/commit/facb641af070d1e613ad7f6a59e87c73d8f3fbf2))
|
|
859
|
+
* docs(VCombobox): persistent placeholder example ([#21560](https://github.com/vuetifyjs/vuetify/issues/21560)) ([4c2eaf4](https://github.com/vuetifyjs/vuetify/commit/4c2eaf47e859f0af607d21df72ce5853dc2b9763)), closes [#20402](https://github.com/vuetifyjs/vuetify/issues/20402)
|
|
860
|
+
* docs(VList): deprecate `active-color` prop ([#21553](https://github.com/vuetifyjs/vuetify/issues/21553)) ([9178048](https://github.com/vuetifyjs/vuetify/commit/917804841371b2e9b4d1a276b15902733db36714))
|
|
861
|
+
* docs: search engine instructions for Firefox ([#21573](https://github.com/vuetifyjs/vuetify/issues/21573)) ([04338e4](https://github.com/vuetifyjs/vuetify/commit/04338e4fc8aff6c30deddfba043f5acb38d9fbd2)), closes [#19914](https://github.com/vuetifyjs/vuetify/issues/19914)
|
|
862
|
+
* chore: un-deprecate firstDayOfWeek ([#21454](https://github.com/vuetifyjs/vuetify/issues/21454)) ([de95deb](https://github.com/vuetifyjs/vuetify/commit/de95deba32a15b38f80a86dbe7ae65e030a586ac))
|
|
863
|
+
* docs(copy-page-as-markdown): add new page feature ([#21483](https://github.com/vuetifyjs/vuetify/issues/21483)) ([bf06e4f](https://github.com/vuetifyjs/vuetify/commit/bf06e4fb334a4ef024b0b56d694a2ef5183eb907))
|
|
864
|
+
* chore(hotkey): drop unnecessary refs ([#21571](https://github.com/vuetifyjs/vuetify/issues/21571)) ([f3523e5](https://github.com/vuetifyjs/vuetify/commit/f3523e5758195a4ae7b9331c5052b37ef1171674))
|
|
865
|
+
* chore(hotkey): add new composable ([#21566](https://github.com/vuetifyjs/vuetify/issues/21566)) ([3663c71](https://github.com/vuetifyjs/vuetify/commit/3663c7190988dadc88a24f1ab1a6b21726a2499b))
|
|
866
|
+
* chore(release): publish v3.8.9 ([6f2f70f](https://github.com/vuetifyjs/vuetify/commit/6f2f70f5adca53631ac99f425f8f40f714635c17))
|
|
867
|
+
* docs: tooltip interactive, open-on-click, target cursor examples ([#21537](https://github.com/vuetifyjs/vuetify/issues/21537)) ([a865bf4](https://github.com/vuetifyjs/vuetify/commit/a865bf4e347253da199d1439182c75c2af2b3829))
|
|
868
|
+
* docs(VDataTable): select all via short key example ([#21505](https://github.com/vuetifyjs/vuetify/issues/21505)) ([18415aa](https://github.com/vuetifyjs/vuetify/commit/18415aa16b8eb07fe739ff169a6c531a552651ae))
|
|
869
|
+
* chore(LICENSE.md): update content ([133ee87](https://github.com/vuetifyjs/vuetify/commit/133ee87a00c2881feafa118ebd3a48fc96717733))
|
|
870
|
+
* docs: fix search and favorite results ([#21529](https://github.com/vuetifyjs/vuetify/issues/21529)) ([7bb5ba0](https://github.com/vuetifyjs/vuetify/commit/7bb5ba06e70d13e270a4441ef29509a8a140ce0b))
|
|
871
|
+
* docs(may-2025-update): add new blog post ([3b3437f](https://github.com/vuetifyjs/vuetify/commit/3b3437ffc7c0eb00968ba0dd77929dc5b67aada0))
|
|
872
|
+
* chore(ci): specify chrome version ([66f0936](https://github.com/vuetifyjs/vuetify/commit/66f09367057340795f283ee6c75a23f0e11ae61f))
|
|
873
|
+
* chore(release): publish v3.8.8 ([631cc29](https://github.com/vuetifyjs/vuetify/commit/631cc29016c8da3234175019f051cdb4ff9de4f8))
|
|
874
|
+
* chore: update github-releaser ([f965cbd](https://github.com/vuetifyjs/vuetify/commit/f965cbd97a5f2f2456a01b6204088b27ce7aee8b))
|
|
875
|
+
* chore(VSelect): use memoized camelize function, reduce allocations ([6fe4b9e](https://github.com/vuetifyjs/vuetify/commit/6fe4b9e09ff647428769818974f86564fe1af154))
|
|
876
|
+
* docs: remove duplicate 'font-size' declaration ([#21514](https://github.com/vuetifyjs/vuetify/issues/21514)) ([01be179](https://github.com/vuetifyjs/vuetify/commit/01be179a7aeb7815dd45cdc0b165f96254553344))
|
|
877
|
+
* chore: update babel-plugin-jsx ([c32ee9f](https://github.com/vuetifyjs/vuetify/commit/c32ee9fee102c51d9c1b6b1ab893227081c94dd9))
|
|
878
|
+
* chore(release): publish v3.8.7 ([c0211ce](https://github.com/vuetifyjs/vuetify/commit/c0211cec155935dfd82ac12fcdf331b5431ec4eb))
|
|
879
|
+
* chore: update babel-plugin-jsx ([56ca995](https://github.com/vuetifyjs/vuetify/commit/56ca99563c120ff219cf332ff691536acba5e186))
|
|
880
|
+
* chore: replace vue/babel-plugin-jsx with our fork ([e1dea87](https://github.com/vuetifyjs/vuetify/commit/e1dea87022dfc038fd2c667d233cfc7c102c76e2))
|
|
881
|
+
* docs: meta title on api pages ([#21447](https://github.com/vuetifyjs/vuetify/issues/21447)) ([d2e2d38](https://github.com/vuetifyjs/vuetify/commit/d2e2d385046506f2ab6ff70370910bc0408028b5))
|
|
882
|
+
* docs: add open in Vuetify Bin functionality ([fa4835e](https://github.com/vuetifyjs/vuetify/commit/fa4835e95a18d1b9f33ae3b003db7e6c05b61f4d))
|
|
883
|
+
* docs(textareas): background-color -> bg-color ([#21467](https://github.com/vuetifyjs/vuetify/issues/21467)) ([d9559a1](https://github.com/vuetifyjs/vuetify/commit/d9559a1cec6dc3755c7f40350abd61d3a65a11c8))
|
|
884
|
+
* docs: fix duplicate key warning in search ([#21457](https://github.com/vuetifyjs/vuetify/issues/21457)) ([18fa665](https://github.com/vuetifyjs/vuetify/commit/18fa665efc57440861884279cf7e2fdc2aafecf1))
|
|
885
|
+
* chore: replace querySelector in tests with getByCSS ([629924a](https://github.com/vuetifyjs/vuetify/commit/629924a2cd85cef8043769f1876085c21251a8ca))
|
|
886
|
+
* test(VOtpInput): convert cypress tests to vitest browser ([e140a2e](https://github.com/vuetifyjs/vuetify/commit/e140a2e2fe289c3473743e9f8d590410fe819a97))
|
|
887
|
+
* style: sort props ([08fc447](https://github.com/vuetifyjs/vuetify/commit/08fc4476818e32a31cdc3489e5ec5cd453228258))
|
|
888
|
+
* chore: fix windows build scripts ([2c861a0](https://github.com/vuetifyjs/vuetify/commit/2c861a03adda5638ee8be51a075f55f25a85725a))
|
|
889
|
+
* chore(release): publish v3.8.6 ([d5b3003](https://github.com/vuetifyjs/vuetify/commit/d5b3003a2b5dcb9a39a1fcd33f54b99b34ee74c4))
|
|
890
|
+
* docs: fix broken sass-variables link ([6bb98bc](https://github.com/vuetifyjs/vuetify/commit/6bb98bc1d821d5dd504e62b28e1b80a214ee40eb))
|
|
891
|
+
* docs: add advanced search syntax link ([d662e96](https://github.com/vuetifyjs/vuetify/commit/d662e96c8fbc0640ecbdeac09ef6867010ca1477))
|
|
892
|
+
* chore(package.json): update @vuetify/one ([53ef868](https://github.com/vuetifyjs/vuetify/commit/53ef8689f3489fd8a37193dc3c990024c6f68aea))
|
|
893
|
+
* docs(treeshaking): separate options example ([bf99b2e](https://github.com/vuetifyjs/vuetify/commit/bf99b2ef1c50b9547bb5c27e55c82b54d56ffb41))
|
|
894
|
+
* docs(api): add global sass variables ([#21230](https://github.com/vuetifyjs/vuetify/issues/21230)) ([c943fb3](https://github.com/vuetifyjs/vuetify/commit/c943fb3df32d6906eb5da9440d064e220785cfed))
|
|
895
|
+
* chore(package.json): update @vuetify/one ([48dd648](https://github.com/vuetifyjs/vuetify/commit/48dd6488f6348639faec4c8a00e1d2667e167274))
|
|
896
|
+
* chore(package.json): update @vuetify/one ([14589eb](https://github.com/vuetifyjs/vuetify/commit/14589eb326ca5800b12e01ba3f542f50c21ebab1))
|
|
897
|
+
* chore(release): publish v3.8.5 ([d116cef](https://github.com/vuetifyjs/vuetify/commit/d116cefa708caf2f0747071835b4e6cc541d34fd))
|
|
898
|
+
* docs(VDataTable): description copy correction ([#21411](https://github.com/vuetifyjs/vuetify/issues/21411)) ([2f67dc4](https://github.com/vuetifyjs/vuetify/commit/2f67dc4b4661d971e433dbba5e64ebb469e5661e))
|
|
899
|
+
* chore: include Task in triaged labels ([11a86f3](https://github.com/vuetifyjs/vuetify/commit/11a86f35b1aa3aaa78bdc5a3c6b0711975a988fa))
|
|
900
|
+
* chore: try_files include directories ([f9c55a6](https://github.com/vuetifyjs/vuetify/commit/f9c55a68fd24bde4f94dd48bb4b1971a5bf371af))
|
|
901
|
+
* chore: move createTransition export to util ([3e9a613](https://github.com/vuetifyjs/vuetify/commit/3e9a613f5edca1d9455c2ea07af8834b24a549c1))
|
|
902
|
+
* docs: save or favorite search results ([#21354](https://github.com/vuetifyjs/vuetify/issues/21354)) ([14d5e63](https://github.com/vuetifyjs/vuetify/commit/14d5e63f2760db84257f324cfa298a8ce9905903))
|
|
903
|
+
* docs: update laravel getting started ([#21390](https://github.com/vuetifyjs/vuetify/issues/21390)) ([93e5d49](https://github.com/vuetifyjs/vuetify/commit/93e5d4987700965ed5fde4db71d056dabff00830))
|
|
904
|
+
* chore(README): update content ([89b9b91](https://github.com/vuetifyjs/vuetify/commit/89b9b917b155398049c718bd54d96271b457826b))
|
|
905
|
+
* chore: remove formatjs/intl dependency ([21acdff](https://github.com/vuetifyjs/vuetify/commit/21acdffbea759a572692e01a78a201dcfe46db21))
|
|
906
|
+
* docs: hide extra links sooner ([0f20fea](https://github.com/vuetifyjs/vuetify/commit/0f20fea724eca0abf27f0653406caf44ae68bbb6))
|
|
907
|
+
* chore: fix lint ([ea0b4ea](https://github.com/vuetifyjs/vuetify/commit/ea0b4eae3f7258ad76a6cf7c08d89d3be907abde))
|
|
908
|
+
* chore: replace nginx with caddy ([24045f3](https://github.com/vuetifyjs/vuetify/commit/24045f30125e88e29099be0b1a974d6dab0700be))
|
|
909
|
+
* chore: remove sentry BrowserSession integration ([7819e31](https://github.com/vuetifyjs/vuetify/commit/7819e318d00fd8913b8f5a6f2bffd20970e566e4))
|
|
910
|
+
* docs(AppBar): update links ([4229025](https://github.com/vuetifyjs/vuetify/commit/42290253a7f3d41ec530ee25c6b335dabf585dfb))
|
|
911
|
+
* docs: center avatar on navigation drawer ([#21386](https://github.com/vuetifyjs/vuetify/issues/21386)) ([d8bddc2](https://github.com/vuetifyjs/vuetify/commit/d8bddc21607ed5913868546a1d2d5f209659522d))
|
|
912
|
+
* chore(release): publish v3.8.4 ([5bcc32c](https://github.com/vuetifyjs/vuetify/commit/5bcc32c4a141670ca9a0c9988bb5f8b6ed891d4a))
|
|
913
|
+
* chore: update vue-i18n to 11.1.3 ([115d483](https://github.com/vuetifyjs/vuetify/commit/115d483566d8eb28ad890fe0229dd99e844ccfe4))
|
|
914
|
+
* chore: update vite to 6.3.5 ([828dcd1](https://github.com/vuetifyjs/vuetify/commit/828dcd11f4c45657c53c543a8edf3d50a7b7ba87))
|
|
915
|
+
* chore: update all non-major dependencies ([#21365](https://github.com/vuetifyjs/vuetify/issues/21365)) ([efcb75b](https://github.com/vuetifyjs/vuetify/commit/efcb75b579241443a6dbf883750b226f223ea460))
|
|
916
|
+
* chore: update typescript to 5.8.3 ([3fde2d1](https://github.com/vuetifyjs/vuetify/commit/3fde2d1a0913508be8baa1e76cefde54666e4d81))
|
|
917
|
+
* chore(ci): update crowdin/github-action action to v2 ([#21367](https://github.com/vuetifyjs/vuetify/issues/21367)) ([48bb022](https://github.com/vuetifyjs/vuetify/commit/48bb0222e740d6f5366ea3f23f99dca7f65b32db))
|
|
918
|
+
* chore(package): update dependency vue-i18n to v11.1.2 ([#21362](https://github.com/vuetifyjs/vuetify/issues/21362)) ([7c0bf93](https://github.com/vuetifyjs/vuetify/commit/7c0bf93de636eae585e1cd4b65efa9cf30bac376))
|
|
919
|
+
* chore: enable renovate ([179d23a](https://github.com/vuetifyjs/vuetify/commit/179d23a3ae6664f5a195bcd9a436ba220e670a14))
|
|
920
|
+
* chore: remove patreon ([ea600fa](https://github.com/vuetifyjs/vuetify/commit/ea600fa349e505d2c129623fc57e59286089010c))
|
|
921
|
+
* docs(blog): add april 2025 update ([#21349](https://github.com/vuetifyjs/vuetify/issues/21349)) ([c359af7](https://github.com/vuetifyjs/vuetify/commit/c359af7a6cfbbe1667d363a94118fdbbda9113dc))
|
|
922
|
+
* docs(VFileInput): updated validation example for multiple file upload ([#21335](https://github.com/vuetifyjs/vuetify/issues/21335)) ([bf30c07](https://github.com/vuetifyjs/vuetify/commit/bf30c076d7c3477b86ebc2f619cd79605cbe19ee)), closes [#21099](https://github.com/vuetifyjs/vuetify/issues/21099)
|
|
923
|
+
* docs(VOverlay): update opacity description ([9c0a1ca](https://github.com/vuetifyjs/vuetify/commit/9c0a1ca0f7c988ec829227b8be280e65182d5c8d)), closes [#21347](https://github.com/vuetifyjs/vuetify/issues/21347)
|
|
924
|
+
* docs: type inference issue on exposed API documentation ([#21278](https://github.com/vuetifyjs/vuetify/issues/21278)) ([dd0dc0f](https://github.com/vuetifyjs/vuetify/commit/dd0dc0f341b2d99fbae73da9cbfc09cbc68161f7))
|
|
925
|
+
* docs: more precise description of the offset for location strategy ([#21317](https://github.com/vuetifyjs/vuetify/issues/21317)) ([37a6fa6](https://github.com/vuetifyjs/vuetify/commit/37a6fa65ec60913c19aa351dfcab15925dc3b5d7))
|
|
926
|
+
* docs: missing links to GitHub ([#21313](https://github.com/vuetifyjs/vuetify/issues/21313)) ([60afb15](https://github.com/vuetifyjs/vuetify/commit/60afb15c6a719e609a9cdc88a1c2168a9b3932ef))
|
|
927
|
+
* docs(sass-variables): mention how to use variable values containing commas ([#21346](https://github.com/vuetifyjs/vuetify/issues/21346)) ([7022c64](https://github.com/vuetifyjs/vuetify/commit/7022c64f5123e94791ec0fffc63157cc1a9c47c3))
|
|
928
|
+
* docs(vue-gtag): remove vue-gtag ([0e04ba2](https://github.com/vuetifyjs/vuetify/commit/0e04ba2cabc2406b36e6f7d81dac22f4469f63a0))
|
|
929
|
+
* docs(team): update roster / blog post ([e8ccf6a](https://github.com/vuetifyjs/vuetify/commit/e8ccf6a16e2b7fdd4d49568c27ecbf95b0ec0203))
|
|
930
|
+
* chore(eslint-local-rules): update process for requiring modules ([050d544](https://github.com/vuetifyjs/vuetify/commit/050d544712dd46efbbab61142c1d6e5f6aadb010))
|
|
931
|
+
* chore(vue-gtag): transition from vue-gtag-next to vue-gtag ([fc3e514](https://github.com/vuetifyjs/vuetify/commit/fc3e514f4030774638e9015e852ff3f6c7fbe282))
|
|
932
|
+
* chore: update conventional-github-releaser ([a2e295e](https://github.com/vuetifyjs/vuetify/commit/a2e295ea365f97228c163692ed1b6bccccf91906))
|
|
933
|
+
* chore(release): publish v3.8.3 ([a4c8029](https://github.com/vuetifyjs/vuetify/commit/a4c8029cc2f53a3c73afc88eefc12110edb40abc))
|
|
934
|
+
* chore: update conventional-github-releaser ([61323c9](https://github.com/vuetifyjs/vuetify/commit/61323c99b9542ef439466887e4fb46d95aa30b52))
|
|
935
|
+
* docs: fix missing smAndUp on button ([b89705f](https://github.com/vuetifyjs/vuetify/commit/b89705fc61f2765a2f73ec81df0d383c527eead4))
|
|
936
|
+
* docs(defaults): warning camelCase props only ([#21329](https://github.com/vuetifyjs/vuetify/issues/21329)) ([c20d57f](https://github.com/vuetifyjs/vuetify/commit/c20d57f0d4861a2f549cdcc7ccb14502c38cb0f0))
|
|
937
|
+
* docs(api): add dynamic toc support for api pages ([#21333](https://github.com/vuetifyjs/vuetify/issues/21333)) ([16d3dd3](https://github.com/vuetifyjs/vuetify/commit/16d3dd31150e7045b29ab44c96ca2259e4211659))
|
|
938
|
+
* docs: hide extra links sooner, always display language menu ([778d8d0](https://github.com/vuetifyjs/vuetify/commit/778d8d037666d468b059b2d527ad3cf0fd73b3ef))
|
|
939
|
+
* chore: update @vuetify/one ([99be7ac](https://github.com/vuetifyjs/vuetify/commit/99be7acd9b3ebbf28bde5cbcb375eab4f8a76615))
|
|
940
|
+
* docs: app bar fully visible in mobile ([#21295](https://github.com/vuetifyjs/vuetify/issues/21295)) ([b288cbf](https://github.com/vuetifyjs/vuetify/commit/b288cbfef7863891e6b00976267fd29637d3d126))
|
|
941
|
+
* chore: live reload browser in dev:prod ([b921e61](https://github.com/vuetifyjs/vuetify/commit/b921e616a3008b9be31554fb393b70b42f55c224))
|
|
942
|
+
* docs(VDialog): example for activator prop one dialog instance ([#21308](https://github.com/vuetifyjs/vuetify/issues/21308)) ([f1cfbd5](https://github.com/vuetifyjs/vuetify/commit/f1cfbd52911c9b1bdc978fb15b93fadab21968c7))
|
|
943
|
+
* docs: add text-pre-wrap class ([#21305](https://github.com/vuetifyjs/vuetify/issues/21305)) ([47fdfda](https://github.com/vuetifyjs/vuetify/commit/47fdfda3d0fdb57a613ed229eef4ce0c836b956d))
|
|
944
|
+
* docs: remove edit this page button on API pages ([#21297](https://github.com/vuetifyjs/vuetify/issues/21297)) ([9022875](https://github.com/vuetifyjs/vuetify/commit/90228750f5e70c8406c9d8f15d9b0e38aa4b47e8))
|
|
945
|
+
* docs(VDataTable): correct docs for header slots and header props ([#21292](https://github.com/vuetifyjs/vuetify/issues/21292)) ([d09e65a](https://github.com/vuetifyjs/vuetify/commit/d09e65ac00ddf43bed3013b6c1416b3c0b0d8efb))
|
|
946
|
+
* docs: fix es locale designation ([5fdd241](https://github.com/vuetifyjs/vuetify/commit/5fdd24199703409e387afa9102147e4309a432e4))
|
|
947
|
+
* ci: increase max-old-space-size slightly ([c3835a0](https://github.com/vuetifyjs/vuetify/commit/c3835a000ffa97cde3e63a42111708495c238cf4))
|
|
948
|
+
* docs: add spanish translations ([ad08f31](https://github.com/vuetifyjs/vuetify/commit/ad08f313f0424a686ef9b78ce6a97ac5c4f3b443))
|
|
949
|
+
* docs: team members not showing ([#21304](https://github.com/vuetifyjs/vuetify/issues/21304)) ([5e32061](https://github.com/vuetifyjs/vuetify/commit/5e32061eddacf9031623551706ef1fcc47e132aa))
|
|
950
|
+
* docs: fix typos ([#21294](https://github.com/vuetifyjs/vuetify/issues/21294)) ([846c072](https://github.com/vuetifyjs/vuetify/commit/846c0720e6601e589e047373eda2ee925399fc4f))
|
|
951
|
+
* docs(VList): bind update event to checkbox ([eb64311](https://github.com/vuetifyjs/vuetify/commit/eb643118fcc65f5a037a5967059db777c7bd79f5))
|
|
952
|
+
* chore(package.json): update @vuetify/one ([10a7c53](https://github.com/vuetifyjs/vuetify/commit/10a7c53fb2391c3a7b38d63aef66d1567cd17857))
|
|
953
|
+
* chore(package.json): update @vuetify/one ([c6fae98](https://github.com/vuetifyjs/vuetify/commit/c6fae989b9daba0753be71d55d3679fcc69c98ac))
|
|
954
|
+
* chore: update @vuetify/one ([b0580d8](https://github.com/vuetifyjs/vuetify/commit/b0580d8da329437aa2c1ee2564a7fd8a78025b12))
|
|
955
|
+
* docs: update overflow.md ([#21277](https://github.com/vuetifyjs/vuetify/issues/21277)) ([c028113](https://github.com/vuetifyjs/vuetify/commit/c028113db289a25fd62f344d351a43a4607350a7))
|
|
956
|
+
* chore(release): publish v3.8.2 ([cbad4e1](https://github.com/vuetifyjs/vuetify/commit/cbad4e1358b4db2f7c3c0319e1c767c9247f516c))
|
|
957
|
+
* chore: fix lint ([9a5968d](https://github.com/vuetifyjs/vuetify/commit/9a5968d4fb89e76e9d75f399d273a4109c3d016a))
|
|
958
|
+
* chore: update conventional-changelog-vuetify ([dbcb28f](https://github.com/vuetifyjs/vuetify/commit/dbcb28f3877458366c515a70fcc4e10f33b7a799))
|
|
959
|
+
* chore: speed up vuetify build ([1f7b96c](https://github.com/vuetifyjs/vuetify/commit/1f7b96c3a46b943877579645ef0c17a308e3c088))
|
|
960
|
+
* chore: update eslint-plugin-vue ([04c926e](https://github.com/vuetifyjs/vuetify/commit/04c926e28b860dd4ccd0e7ed8a04f7e6a3f8e04e))
|
|
961
|
+
* chore: lint json files ([48e5e69](https://github.com/vuetifyjs/vuetify/commit/48e5e696d76950495d430650dabb0333a8747dee))
|
|
962
|
+
* chore: update husky config ([839d418](https://github.com/vuetifyjs/vuetify/commit/839d418ccd1c61114762298e6ce76a2158f8a7f7))
|
|
963
|
+
* chore: fix tests ([ba8ba4e](https://github.com/vuetifyjs/vuetify/commit/ba8ba4eb631ad9f3f2b2affebcbed3335aca5c8f))
|
|
964
|
+
* chore: fix webdriverio path ([4d856dc](https://github.com/vuetifyjs/vuetify/commit/4d856dc2fe60000cceb7649cc7e2578aca8f9dca))
|
|
965
|
+
* chore: allow native dependencies to build ([e89b97c](https://github.com/vuetifyjs/vuetify/commit/e89b97c8a6f5aaaac5828679844d22512fd586aa))
|
|
966
|
+
* chore: fix eslint config ([31ca977](https://github.com/vuetifyjs/vuetify/commit/31ca9779637ebd32f7302f4dd4630e4cfc1868be))
|
|
967
|
+
* chore: dedupe dependencies ([764fabe](https://github.com/vuetifyjs/vuetify/commit/764fabe640a67df90b6517462ac21abc5204497a))
|
|
968
|
+
* chore(package.json): update most dependencies to latest ([1e1aa3f](https://github.com/vuetifyjs/vuetify/commit/1e1aa3f894f9b85068cf659ddbc53739f18b6741))
|
|
969
|
+
* chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd86a70de19bf22c9f6a610c1e240cfc039))
|
|
970
|
+
* chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
|
|
971
|
+
* docs(App): media.addListener -> addEventListener ([c2b8884](https://github.com/vuetifyjs/vuetify/commit/c2b888443f53c99fb622e51cca01cf665f2aaa76))
|
|
972
|
+
* docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba43924b25423f63cdf14bbb89970bb4aaa))
|
|
973
|
+
* docs(announcing-vuetify-3.8): add new blog post ([#21233](https://github.com/vuetifyjs/vuetify/issues/21233)) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde102898f8a93daea7e1fbceff5364c00272d33))
|
|
974
|
+
* chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897cede9a494d36b583f1a0c312b813bf6f1))
|
|
975
|
+
* chore(release): publish v3.8.1 ([651a637](https://github.com/vuetifyjs/vuetify/commit/651a6372dcfc7c694202874a3703a03bbab93c46))
|
|
976
|
+
* chore: only display coverage summary in terminal ([6102fba](https://github.com/vuetifyjs/vuetify/commit/6102fba41ef5ee61262cb5ad3fb8d064225b4556))
|
|
977
|
+
* chore: run coverage with istanbul ([69f7429](https://github.com/vuetifyjs/vuetify/commit/69f74298d1bce6b08ce94dd97970bf248bee5065))
|
|
978
|
+
* chore(theme): only declare getHead function if necessary ([73bcc9e](https://github.com/vuetifyjs/vuetify/commit/73bcc9e1bb177706f606ee8043524e0a6ddc980c))
|
|
979
|
+
* chore(vitest.config.ts): add text to coverage output ([23b1614](https://github.com/vuetifyjs/vuetify/commit/23b1614cab22ecca8130cc87630285e2bb211fb5))
|
|
980
|
+
* test(theme): add tests for head/unhead support ([7e7a2bc](https://github.com/vuetifyjs/vuetify/commit/7e7a2bcacb9ee695dddd253a7cb837540048f251))
|
|
981
|
+
* docs(date): fix Day.js usage example ([#21215](https://github.com/vuetifyjs/vuetify/issues/21215)) ([9330473](https://github.com/vuetifyjs/vuetify/commit/9330473bb08be74b50d6ac17b9280540e1173cd1))
|
|
982
|
+
* docs: updated missing descriptions on API ([#21160](https://github.com/vuetifyjs/vuetify/issues/21160)) ([f772739](https://github.com/vuetifyjs/vuetify/commit/f772739ff561a2f85f353176075f8d709b51e514))
|
|
983
|
+
* chore: fix docs build warning ([fcc24eb](https://github.com/vuetifyjs/vuetify/commit/fcc24eb54cbf2f5bee940335b689dcebcd9f35dd))
|
|
984
|
+
* docs: update roadmap ([1a8acc8](https://github.com/vuetifyjs/vuetify/commit/1a8acc837d633975a5e381a8fdd1a37ee0cd57d3))
|
|
985
|
+
* docs: update newIn ([870a77f](https://github.com/vuetifyjs/vuetify/commit/870a77f9be2702c78eb4ffc3c595641461d75944))
|
|
986
|
+
* chore(release): publish v3.8.0 ([bd63c36](https://github.com/vuetifyjs/vuetify/commit/bd63c3668cee7f7615eb766d0e914c2256f73398))
|
|
987
|
+
* chore(VInput): fix sass syntax error ([f856186](https://github.com/vuetifyjs/vuetify/commit/f856186c09c7a50aa17f89379466ade3e94ddd55))
|
|
988
|
+
* chore: update blog and team ([f280d0f](https://github.com/vuetifyjs/vuetify/commit/f280d0f3bd059f3c667d95083329a1f78798e68b))
|
|
989
|
+
* docs(vuetify-herodevs-partnership): add new blog post ([#21132](https://github.com/vuetifyjs/vuetify/issues/21132)) ([97e3e0d](https://github.com/vuetifyjs/vuetify/commit/97e3e0daba1163bbb2855459aab8754f982b4902))
|
|
990
|
+
* chore(helpers): fix lint ([91e7943](https://github.com/vuetifyjs/vuetify/commit/91e794311de21735d02b8e10c95c8dc76ae7ef75))
|
|
991
|
+
* chore(helpers): remove unused function ([c9c480f](https://github.com/vuetifyjs/vuetify/commit/c9c480fbe3866cefd690a34acb09da373c46bcaf))
|
|
992
|
+
* chore(release): publish v3.7.19 ([7a2bb32](https://github.com/vuetifyjs/vuetify/commit/7a2bb3214a8e37853ea137a18ecf755aba803927))
|
|
993
|
+
* chore(prop-display-format): fix lint ([8fe591f](https://github.com/vuetifyjs/vuetify/commit/8fe591f46314f5cda168910cc4f54e9f1e258a55))
|
|
994
|
+
* chore(prop-display-format): fix lint ([6d4439e](https://github.com/vuetifyjs/vuetify/commit/6d4439e8a78364662c4c4f80c0c2bbefdc8829be))
|
|
995
|
+
* docs(prop-prepend-icon): clean-up example ([23ef6f3](https://github.com/vuetifyjs/vuetify/commit/23ef6f3e8932964982a2c4d5c973125bb1a02d8c))
|
|
996
|
+
* docs: clarify ad rendering condition to prevent null spot access ([5c3061b](https://github.com/vuetifyjs/vuetify/commit/5c3061b9020504b4e6d133fe464b9f84df2402da))
|
|
997
|
+
* docs(sass-variables): clean up usage/component section ([a74cd52](https://github.com/vuetifyjs/vuetify/commit/a74cd5240632c3ead68a7eb70444476058628961))
|
|
998
|
+
* docs: fix example prop order ([bef4782](https://github.com/vuetifyjs/vuetify/commit/bef4782e32cd14cfc1e14b656566d5486f7f6fb6))
|
|
999
|
+
* docs: added missing IconAliases properties ([#21126](https://github.com/vuetifyjs/vuetify/issues/21126)) ([06cc0f7](https://github.com/vuetifyjs/vuetify/commit/06cc0f797e03aed2e1fa378276ac978c0ab8de15))
|
|
1000
|
+
* docs(inputs): remove unused example and style ([0799be5](https://github.com/vuetifyjs/vuetify/commit/0799be55c238d6e929c769acf192a5cad65ac89d))
|
|
1001
|
+
* docs(VInput): remove unused script section ([#21135](https://github.com/vuetifyjs/vuetify/issues/21135)) ([9bc0100](https://github.com/vuetifyjs/vuetify/commit/9bc010042fa2f973dab06e2bd365518939dedc29))
|
|
1002
|
+
* docs(VToolbar): remove unnecessary spacer ([#21142](https://github.com/vuetifyjs/vuetify/issues/21142)) ([cd5b48f](https://github.com/vuetifyjs/vuetify/commit/cd5b48fd8791ec61c57dfe6f619336e7c9edef19))
|
|
1003
|
+
* docs(api): set correct description for border prop ([#21108](https://github.com/vuetifyjs/vuetify/issues/21108)) ([127160f](https://github.com/vuetifyjs/vuetify/commit/127160f37fff9c19cb8e342e628c17782128c63d))
|
|
1004
|
+
* docs(sass-variables): correct use of `$utilities` and `$color-pack` ([#21144](https://github.com/vuetifyjs/vuetify/issues/21144)) ([4e4c98c](https://github.com/vuetifyjs/vuetify/commit/4e4c98c3f4f61f8fa29e9df0a2206b1ca7c69454))
|
|
1005
|
+
* docs(package.json): update @intlify/unplugin-vue-i18n ([4761355](https://github.com/vuetifyjs/vuetify/commit/47613550d93cf3230b3ec0b2458015ef50ce3cb5))
|
|
1006
|
+
* docs(misc-open-in-list): add missing sheet variable ([77e6069](https://github.com/vuetifyjs/vuetify/commit/77e6069092ff89383d9fc7f410c432f274dac2d5))
|
|
1007
|
+
* chore(release): publish v3.8.0-beta.0 ([7b121d2](https://github.com/vuetifyjs/vuetify/commit/7b121d2f5910c055aa960504fb2c83f521b1a53c))
|
|
1008
|
+
* docs(prop-load-children): add unique id for users ([7c33933](https://github.com/vuetifyjs/vuetify/commit/7c339338ac174aed2e6f22286d06308990f2bf19))
|
|
1009
|
+
* docs(enterprise-support): update page content ([da8068b](https://github.com/vuetifyjs/vuetify/commit/da8068bac814d637c61fae5dfe385c9a869062d0))
|
|
1010
|
+
* docs(blog): remove snips advert ([5633564](https://github.com/vuetifyjs/vuetify/commit/5633564064b09698f75523e1d9c53c19b611df35))
|
|
1011
|
+
* docs(team): update entries ([5cac075](https://github.com/vuetifyjs/vuetify/commit/5cac0757caec12f7689248a130978b315917241d))
|
|
1012
|
+
* chore: add link to post-mortem ([cdc524a](https://github.com/vuetifyjs/vuetify/commit/cdc524a92799908600d9fad1844a9096dd13d00e))
|
|
1013
|
+
* docs: update roadmap ([4f61063](https://github.com/vuetifyjs/vuetify/commit/4f610633d6940b31b94e9903a7272f13652049e7))
|
|
1014
|
+
* docs(team.json): update core team ([#21101](https://github.com/vuetifyjs/vuetify/issues/21101)) ([9af24c4](https://github.com/vuetifyjs/vuetify/commit/9af24c4451644068508aec82b05e0c6e55a1e5e3))
|
|
1015
|
+
* docs(state-of-the-union-2024-post-mortem): add new blog post ([b61f7e4](https://github.com/vuetifyjs/vuetify/commit/b61f7e49cea7a005e78e72637518c152ffc671ab))
|
|
1016
|
+
* docs(VSnackbarQueue): add examples ([e079c0d](https://github.com/vuetifyjs/vuetify/commit/e079c0d966307c095af1bcd6a66550ff2956456e))
|
|
1017
|
+
* test(VTextarea): update selectors ([7e4be06](https://github.com/vuetifyjs/vuetify/commit/7e4be068049a62bf0e17defbbeff730ca14d934b))
|
|
1018
|
+
* chore: update @vuetify/one ([2ead254](https://github.com/vuetifyjs/vuetify/commit/2ead254167e00012fc6ef5cbe01c88c0e2f9d373))
|
|
1019
|
+
* chore: move repo to ESM ([#21105](https://github.com/vuetifyjs/vuetify/issues/21105)) ([d822282](https://github.com/vuetifyjs/vuetify/commit/d822282b74c0b07c07201244897d949a6156c5f1))
|
|
1020
|
+
* docs(VSlideGroup): Update active class prop ([#20988](https://github.com/vuetifyjs/vuetify/issues/20988)) ([849ed78](https://github.com/vuetifyjs/vuetify/commit/849ed78730a6e26217ccb325a28a1b762a331723))
|
|
1021
|
+
* docs(api): set VBanner specific description for the prepend slot ([#21085](https://github.com/vuetifyjs/vuetify/issues/21085)) ([a9c97b3](https://github.com/vuetifyjs/vuetify/commit/a9c97b3cf7eabb779e5e70ce04512feae70f977e))
|
|
1022
|
+
* docs(v-checkbox-btn): remove misleading description ([#21078](https://github.com/vuetifyjs/vuetify/issues/21078)) ([c843189](https://github.com/vuetifyjs/vuetify/commit/c8431899fe0b9b8ae853796bb303f83d321f0928))
|
|
1023
|
+
* docs(api): clarify borderColor usage of VAlert ([#21123](https://github.com/vuetifyjs/vuetify/issues/21123)) ([42268ae](https://github.com/vuetifyjs/vuetify/commit/42268ae8fac3db8473a9de08790c5537ae70be06))
|
|
1024
|
+
* chore(release): publish v3.7.18 ([b210f12](https://github.com/vuetifyjs/vuetify/commit/b210f127992253f7daaae5ea3e5a504ee515b025))
|
|
1025
|
+
* chore(release): publish v3.7.17 ([74df3ac](https://github.com/vuetifyjs/vuetify/commit/74df3acf754fb37a60c722269bee4d7449d141a7))
|
|
1026
|
+
* docs: extract component for "introduced in" alert ([1a427b3](https://github.com/vuetifyjs/vuetify/commit/1a427b33166d8e7d8c916d528176a7a62d383856))
|
|
1027
|
+
* docs(VSnackbarQueue): filter internal vnode props from types ([cdd6d71](https://github.com/vuetifyjs/vuetify/commit/cdd6d715bb6e60ee088af4dd4d947507bb24a6ca)), closes [#20384](https://github.com/vuetifyjs/vuetify/issues/20384)
|
|
1028
|
+
* docs: update roadmap ([5a7e4cc](https://github.com/vuetifyjs/vuetify/commit/5a7e4cc8ead20a2ef024c6d9142482cbc07ff36d))
|
|
1029
|
+
* docs: display navigation bar in installed pwa ([20a46dd](https://github.com/vuetifyjs/vuetify/commit/20a46ddd9d184f1a268383942921f19789f81d73)), closes [#21117](https://github.com/vuetifyjs/vuetify/issues/21117)
|
|
1030
|
+
* chore(VDefaultsProvider): fix lint ([1ed8bde](https://github.com/vuetifyjs/vuetify/commit/1ed8bde2a4c9cdf22ae7268597defa4fa486d5d9))
|
|
1031
|
+
* docs(meet-the-team): remove promoted ([d78ca16](https://github.com/vuetifyjs/vuetify/commit/d78ca168359f24ade6e05dc6cf8c10443ed4fe4b))
|
|
1032
|
+
* chore(VDialog): update cypress tests to vitest ([dc588a1](https://github.com/vuetifyjs/vuetify/commit/dc588a11f556098f813ab40aecf6be3b370c3d91))
|
|
1033
|
+
* chore(VDefaultsProvider): update cypress tests to vitest ([d605f87](https://github.com/vuetifyjs/vuetify/commit/d605f8749b693b0eadef65f6bf1cfba162e961df))
|
|
1034
|
+
* chore(ci): increase memory limit for docs build ([b74c41b](https://github.com/vuetifyjs/vuetify/commit/b74c41b6825e1a7ab304f53f981358a77f6b7186))
|
|
1035
|
+
* chore(VTextarea): update cypress tests to vitest ([d8cd859](https://github.com/vuetifyjs/vuetify/commit/d8cd859b1939893a5cb685ff089520a96fe86e3e))
|
|
1036
|
+
* chore(VDatePicker): update cypress tests to vitest ([#20810](https://github.com/vuetifyjs/vuetify/issues/20810)) ([bfa2d48](https://github.com/vuetifyjs/vuetify/commit/bfa2d484ee1923d802fba640127927e15b7a2e43))
|
|
1037
|
+
* docs(application-layout): clean-up content and examples ([f3e26cf](https://github.com/vuetifyjs/vuetify/commit/f3e26cf7edc7ae1ac712562e7dd7438b0b48a2f8))
|
|
1038
|
+
* docs: remove various page's emphasized ([a4daad9](https://github.com/vuetifyjs/vuetify/commit/a4daad9e99d096142163af28962794c784f192d2))
|
|
1039
|
+
* docs(AppList): add support for group level emphasized ([3399ed8](https://github.com/vuetifyjs/vuetify/commit/3399ed850e08e9c998e725f59470474bf53cf51f))
|
|
1040
|
+
* docs(VToolbar): clean-up docs and examples ([09e5016](https://github.com/vuetifyjs/vuetify/commit/09e50167dcf0605e30c98a8f0d2650397604fda4))
|
|
1041
|
+
* docs(commits): handle failing more gracefully ([b3d0763](https://github.com/vuetifyjs/vuetify/commit/b3d0763a9165c063319657563d2c8f6575f6470b))
|
|
1042
|
+
* chore(release): publish v3.7.16 ([8fc2e9f](https://github.com/vuetifyjs/vuetify/commit/8fc2e9f542dfa9d26499011ba84ae96fd93d801c))
|
|
1043
|
+
* chore(components.d.ts): update definition file ([ea7af4a](https://github.com/vuetifyjs/vuetify/commit/ea7af4ac95bf34840bb069c1462d20779ef1050d))
|
|
1044
|
+
* docs(SearchRecent): add gap between list-items ([0ca7e93](https://github.com/vuetifyjs/vuetify/commit/0ca7e93ad011b358591da646fdbd6ebe83625d25))
|
|
1045
|
+
* docs: replace ref with shallowRef where it makes sense ([c8500a1](https://github.com/vuetifyjs/vuetify/commit/c8500a1939297a47f12976fe2262cf445e5d46e6))
|
|
1046
|
+
* docs(VFab): usage example color issue ([a7fb8e0](https://github.com/vuetifyjs/vuetify/commit/a7fb8e0ed61a09f22168673f0e284bf43d0907e5))
|
|
1047
|
+
* docs(UsageExample): add list subheader ([ae4f42e](https://github.com/vuetifyjs/vuetify/commit/ae4f42e2cc27b312b0f3db34cdeb65d15894e9c2))
|
|
1048
|
+
* chore(VSelect): clean-up docs page and examples ([48bf7ae](https://github.com/vuetifyjs/vuetify/commit/48bf7ae7bd1011aeddb72bc7d1a8e678320c3f01))
|
|
1049
|
+
* docs(UsageExample): fix missing variable ([183cbd4](https://github.com/vuetifyjs/vuetify/commit/183cbd4d8fa942277b6b40b5f12fb8e6245e30d0))
|
|
1050
|
+
* chore(VBottomSheet): clean-up doc page and examples ([e264240](https://github.com/vuetifyjs/vuetify/commit/e264240762da93724ca92ffc85b439b14b306133))
|
|
1051
|
+
* chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
|
|
1052
|
+
* docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
|
|
1053
|
+
* docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))
|
|
1054
|
+
* chore: default undefined for text props with boolean ([421f6ce](https://github.com/vuetifyjs/vuetify/commit/421f6cebcdf8a1620cfef77b05d4405c6dd84736))
|
|
1055
|
+
* chore: fix lint error ([580ddd2](https://github.com/vuetifyjs/vuetify/commit/580ddd2853aac016495906bf8e5c4dc852b87aff))
|
|
1056
|
+
* docs(data-table-misc-expand): hook up v-rating ([c8f8564](https://github.com/vuetifyjs/vuetify/commit/c8f856435021b4fd3ee6dece41ad869f4833693a))
|
|
1057
|
+
* docs: update multiple data table examples ([67edcdc](https://github.com/vuetifyjs/vuetify/commit/67edcdc60eb6625114ec61f8fde38a10f926f027))
|
|
1058
|
+
* docs(data-table-basics-virtual): update example ([129e5fb](https://github.com/vuetifyjs/vuetify/commit/129e5fb91b6adb7ae406e89c4f347c02fb3aacc8))
|
|
1059
|
+
* docs(data-table-basics): update usage and misc-expand ([178736e](https://github.com/vuetifyjs/vuetify/commit/178736ec500e5cedc015bebf03c658ef26c26bc4))
|
|
1060
|
+
* docs(UsageExample): set correct property for language ([86095e3](https://github.com/vuetifyjs/vuetify/commit/86095e304cd8a5c75092b32c6f3d0bec8ea9285b))
|
|
1061
|
+
* docs(UsageExample): width issues when displaying datatable usage ([13fe68a](https://github.com/vuetifyjs/vuetify/commit/13fe68acce40ce31615e2ae1d7b7d093d0042919))
|
|
1062
|
+
* docs(data-table-slot-loading): update example ([c7360ef](https://github.com/vuetifyjs/vuetify/commit/c7360efc33b4698bae0dfcaa9b8efb9bf3a95941))
|
|
1063
|
+
* docs(data-table-basics): update multiple examples ([80e4c4d](https://github.com/vuetifyjs/vuetify/commit/80e4c4d79cd4b766b6f08a8b93672f7093baa2e5))
|
|
1064
|
+
* docs(data-table-basics): update code fences ([b456fb5](https://github.com/vuetifyjs/vuetify/commit/b456fb5d9cc7f142d9e8499559650879743bf09b))
|
|
1065
|
+
* chore: fix docs typescript error ([7319b0f](https://github.com/vuetifyjs/vuetify/commit/7319b0f62b7290454746a03f466085a2e1fa4ba3))
|
|
1066
|
+
* style: fix lint ([74c84ba](https://github.com/vuetifyjs/vuetify/commit/74c84ba5c8fc816cec48a69d38009d82aeb3d7b8))
|
|
1067
|
+
* docs(options): clean-up available, remove deprecated ([58e4ba2](https://github.com/vuetifyjs/vuetify/commit/58e4ba267a3679050d200f9dca2d5022ee25ec08))
|
|
1068
|
+
* docs(v-hover): update implementations ([51e7490](https://github.com/vuetifyjs/vuetify/commit/51e7490005927245cb47293cedbc0bb3e70a693f))
|
|
1069
|
+
* docs: update @vuetify/one and tweak ad location / display ([d0dfb5c](https://github.com/vuetifyjs/vuetify/commit/d0dfb5cf95385277e464e03b9a46a883003247b6))
|
|
1070
|
+
* chore(release): publish v3.7.15 ([75d61a8](https://github.com/vuetifyjs/vuetify/commit/75d61a84610a9bb3ddb99b490e256ee5c30d19ac))
|
|
1071
|
+
* docs(v-data-table): remove extra td from example ([ee4e2b1](https://github.com/vuetifyjs/vuetify/commit/ee4e2b1ee2c0771bc1c6daf22d115a058e76ecaf))
|
|
1072
|
+
* docs(common-concepts): add new section ([#16763](https://github.com/vuetifyjs/vuetify/issues/16763)) ([78f6783](https://github.com/vuetifyjs/vuetify/commit/78f6783fbe1408c6c161d12dde9b2b89bdf2ac94))
|
|
1073
|
+
* docs: fix 403 on redirected pages ([da52960](https://github.com/vuetifyjs/vuetify/commit/da5296020119ea2723762e23425e59a3f17c2e94)), closes [#21057](https://github.com/vuetifyjs/vuetify/issues/21057)
|
|
1074
|
+
* chore: remove unused packages ([e70d28f](https://github.com/vuetifyjs/vuetify/commit/e70d28f4b0927191082c5bbe370e63b9149bdb61))
|
|
1075
|
+
* chore: disable allowImportingTsExtensions ([e39da67](https://github.com/vuetifyjs/vuetify/commit/e39da67d14e10ec7c29bfd39188fde1d8316281e))
|
|
1076
|
+
* docs(PageFeatures): move DocContribute functionality ([8389b12](https://github.com/vuetifyjs/vuetify/commit/8389b121f2fcabdb1c9c13d4c5cf39de26e55334))
|
|
1077
|
+
* docs(frontmatter): workaround for max call stack on page load ([4dd4a09](https://github.com/vuetifyjs/vuetify/commit/4dd4a09ce4e4280e0e1790580bd735d03d2ae9ac))
|
|
1078
|
+
* docs(ThemeOption): avoid AppBtn translator ([fa447cc](https://github.com/vuetifyjs/vuetify/commit/fa447cc1c549ed4c6a71890d66dd11320e1cddc1))
|
|
1079
|
+
* docs(Markup): remove inline and custom style ([e6df0c8](https://github.com/vuetifyjs/vuetify/commit/e6df0c88b143ea427337e2e0e115c088d9ab6d21))
|
|
1080
|
+
* docs(dates): update DateAdapter type import path ([e634725](https://github.com/vuetifyjs/vuetify/commit/e6347252d2aa8ee6e48cc479113ae05b8d518f6d))
|
|
1081
|
+
* docs(treeshaking): clean-up content, fix vite example ([7734591](https://github.com/vuetifyjs/vuetify/commit/77345910c855387167ab57c5a7e21fa6a2735e7b))
|
|
1082
|
+
* docs: add missing features to features pages ([79d6f8e](https://github.com/vuetifyjs/vuetify/commit/79d6f8e7447114ecd5eb870d864ffe685604799b))
|
|
1083
|
+
* docs(dates): update / improve documentation ([bb6f4f8](https://github.com/vuetifyjs/vuetify/commit/bb6f4f83d70e56b422a0ee9e6f831c74aeebc98f))
|
|
1084
|
+
* chore(date): add dayjs/luxon to vuetify dev packages ([994e103](https://github.com/vuetifyjs/vuetify/commit/994e1033553db45dbb059ac377437944a56d37c7))
|
|
1085
|
+
* docs(api): add missing descriptions ([a123275](https://github.com/vuetifyjs/vuetify/commit/a1232756d4ae42afe31d3d3dcd743fc153e36842))
|
|
1086
|
+
* docs(v-data-table): update expand rows example ([1731d2a](https://github.com/vuetifyjs/vuetify/commit/1731d2a6810659cb8b5216d1223782b90d4e559d))
|
|
1087
|
+
* chore: remove playgrounds ([#20323](https://github.com/vuetifyjs/vuetify/issues/20323)) ([32bc451](https://github.com/vuetifyjs/vuetify/commit/32bc4518df88f06bf45157ea03a514b236806e52))
|
|
1088
|
+
* chore(README): fix team url ([11da4a8](https://github.com/vuetifyjs/vuetify/commit/11da4a8655716d14c13dacc084173aa15e2ac8be))
|
|
1089
|
+
* chore: update support messaging ([e9bad6a](https://github.com/vuetifyjs/vuetify/commit/e9bad6ab9ad332c82a252b41b8cc48b3a83f4c72))
|
|
1090
|
+
* chore(CONTRIBUTING): update GitHub contributing file ([a9d64ff](https://github.com/vuetifyjs/vuetify/commit/a9d64ff05819109a316c066ef4285b278c4110a2))
|
|
1091
|
+
* chore(issue-close-app): update exceptions ([e813111](https://github.com/vuetifyjs/vuetify/commit/e813111a639580f112745feb62ccdd1272f5b67a))
|
|
1092
|
+
* docs(VMenu): update examples to show pointer ([#21011](https://github.com/vuetifyjs/vuetify/issues/21011)) ([522f6c4](https://github.com/vuetifyjs/vuetify/commit/522f6c485710fcea559efca0c14b016adcc017a5))
|
|
1093
|
+
* docs: correct usage example prop binding ([dea38f8](https://github.com/vuetifyjs/vuetify/commit/dea38f8d4d1af0f4df72eff11eb0d2561379d982)), closes [#20344](https://github.com/vuetifyjs/vuetify/issues/20344) [#21021](https://github.com/vuetifyjs/vuetify/issues/21021)
|
|
1094
|
+
* chore(release): publish v3.7.14 ([c7c2fa4](https://github.com/vuetifyjs/vuetify/commit/c7c2fa4dee1e510763341e97dd7976ad0ae047e4))
|
|
1095
|
+
* docs: typos ([#21020](https://github.com/vuetifyjs/vuetify/issues/21020)) ([6893c16](https://github.com/vuetifyjs/vuetify/commit/6893c168188a9dd4f530c4cca454273039ad99e4))
|
|
1096
|
+
* docs(treeview): add alert for upstream performance bug ([79fbe5a](https://github.com/vuetifyjs/vuetify/commit/79fbe5ad4c26c4649817ce06e7ab15d6bcf95f03))
|
|
1097
|
+
* docs(treeview): update examples ([b3165af](https://github.com/vuetifyjs/vuetify/commit/b3165afbbd09b6ca5f2f8b9c989f3ad9a5c0fc70))
|
|
1098
|
+
* chore(building-a-basic-nuxt-application-with-vuetify): adjust content ([8eb0a7c](https://github.com/vuetifyjs/vuetify/commit/8eb0a7c6b3aa1a5a3d0db25721c157d0153b4b4f))
|
|
1099
|
+
* docs(building-a-basic-nuxt-application-with-vuetify): add new blog post ([#20622](https://github.com/vuetifyjs/vuetify/issues/20622)) ([d1e4824](https://github.com/vuetifyjs/vuetify/commit/d1e482481bc2fa39523ae49117615594c2721c3d))
|
|
1100
|
+
* docs: normalize css utility class pages ([6e530e8](https://github.com/vuetifyjs/vuetify/commit/6e530e8444257ddc019b600ae2aa657c999f0b0e))
|
|
1101
|
+
* docs(long-term-support): update page content ([40ddf95](https://github.com/vuetifyjs/vuetify/commit/40ddf95b5d8c4aeda84f584edcd9ed6e4b49a27b))
|
|
1102
|
+
* docs(VTreeview): update page content and examples ([bfaebb8](https://github.com/vuetifyjs/vuetify/commit/bfaebb80ac1cb3bfc194a731b515dae3b4672f3d))
|
|
1103
|
+
* chore(VTreeview): remove empty line ([809a300](https://github.com/vuetifyjs/vuetify/commit/809a300b3d7d18111d45b64f2f1ff42d659ce310))
|
|
1104
|
+
* chore(release): publish v3.7.13 ([6df851f](https://github.com/vuetifyjs/vuetify/commit/6df851f2eea1d8abe4e602b92332ef14ba23cb24))
|
|
1105
|
+
* docs: fix font preload ([ab6eba4](https://github.com/vuetifyjs/vuetify/commit/ab6eba45bb24665e12ee36db71dcfc8fc515327e))
|
|
1106
|
+
* chore: update dependencies ([ac50858](https://github.com/vuetifyjs/vuetify/commit/ac50858421b9ba9cdd0cc53319b6c15e4d454583))
|
|
1107
|
+
* chore(team.json): update team ([15cf370](https://github.com/vuetifyjs/vuetify/commit/15cf3708cdf6ed57b0dc493b53665a90b953c3f3))
|
|
1108
|
+
* chore(README.md): update sponsors ([6d957d3](https://github.com/vuetifyjs/vuetify/commit/6d957d3c5fba9f4ee49e306d7e3381f706abf94b))
|
|
1109
|
+
* 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))
|
|
1110
|
+
* docs(VParallax): add welcome section example to docs ([#19283](https://github.com/vuetifyjs/vuetify/issues/19283)) ([ff90984](https://github.com/vuetifyjs/vuetify/commit/ff909840d84f1ac0fad91efe7b04ad05f068cdaa))
|
|
1111
|
+
* 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))
|
|
1112
|
+
* docs(VVirtualScroll): renderless needs a positioned ancestor ([#20975](https://github.com/vuetifyjs/vuetify/issues/20975)) ([2a73641](https://github.com/vuetifyjs/vuetify/commit/2a7364189bc770e898265eeff63c083935e9ab9c))
|
|
1113
|
+
* docs: show 404 for non-existent api pages ([812af2e](https://github.com/vuetifyjs/vuetify/commit/812af2ea878960cf8b16b5e2581ad5a0c3004219))
|
|
1114
|
+
* docs: log specific error if example is not found ([85ed224](https://github.com/vuetifyjs/vuetify/commit/85ed224033cebd382dbc57a06e046553b17dbc3d))
|
|
1115
|
+
* chore(docs): set up glitchtip ([12a4543](https://github.com/vuetifyjs/vuetify/commit/12a45431954cce3695d61fad147eb4f8eb96884e))
|
|
1116
|
+
* chore: update caniuse-lite ([9fd2041](https://github.com/vuetifyjs/vuetify/commit/9fd204137f7a5683aae7de4158380d9b790857db))
|
|
1117
|
+
* chore: enable more vitest eslint rules ([6536895](https://github.com/vuetifyjs/vuetify/commit/65368957b140dfdcda48839983a2b449db6e33a9))
|
|
1118
|
+
* chore(release): publish v3.7.12 ([4c85697](https://github.com/vuetifyjs/vuetify/commit/4c856977f0ce9bebae8d2f73810a8aa3cdeebb4a))
|
|
1119
|
+
* docs: update labs installation text ([374bac9](https://github.com/vuetifyjs/vuetify/commit/374bac9df80fbf3edd694f275116d05e92675ac3))
|
|
1120
|
+
* docs: remove entry images ([57c0a70](https://github.com/vuetifyjs/vuetify/commit/57c0a700e4d85dc1a1d44e8f7c3596d4cfba7469))
|
|
1121
|
+
* docs(VDatePicker): remove display-value from props list ([#20879](https://github.com/vuetifyjs/vuetify/issues/20879)) ([9d30fa5](https://github.com/vuetifyjs/vuetify/commit/9d30fa56be862ed0d78a2145b0375a4609586fa9)), closes [#20863](https://github.com/vuetifyjs/vuetify/issues/20863)
|
|
1122
|
+
* chore(README): update installation guide link ([abd0b5a](https://github.com/vuetifyjs/vuetify/commit/abd0b5a24b0c4a6d8a83d689845c970871e91f2e))
|
|
1123
|
+
* Revert "chore(ci): use ucacher" ([8d02e01](https://github.com/vuetifyjs/vuetify/commit/8d02e01b4b439b635398a5e982ba47fb7fbd20ed))
|
|
1124
|
+
* chore(release): publish v3.7.11 ([f1c60ec](https://github.com/vuetifyjs/vuetify/commit/f1c60ec9da87bf00bd03933b52ac9ee6627a1566))
|
|
1125
|
+
* chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))
|
|
1126
|
+
* chore: update vite-plugin-vuetify ([2df9ac6](https://github.com/vuetifyjs/vuetify/commit/2df9ac6a2b18a9e50b9aba63e02e1e7a04a55809))
|
|
1127
|
+
* chore(release): publish v3.7.10 ([d362314](https://github.com/vuetifyjs/vuetify/commit/d36231462b441ad2a194cd9a11bb1c07970f65ed))
|
|
1128
|
+
* chore: deploy all allowed docs branches ([936f26c](https://github.com/vuetifyjs/vuetify/commit/936f26cb2d7d1447a75db60feaae3b30a7ce8bd5))
|
|
1129
|
+
* test(display): use effectScope ([1950f2b](https://github.com/vuetifyjs/vuetify/commit/1950f2b7a9f1b66cf9292e576ac18c1ec5ee2481))
|
|
1130
|
+
* chore(release): publish v3.7.9 ([4c889f7](https://github.com/vuetifyjs/vuetify/commit/4c889f7f62069a30928906e023e661c6f05d2409))
|
|
1131
|
+
* chore(release): publish v3.7.8 ([5ffe48d](https://github.com/vuetifyjs/vuetify/commit/5ffe48dceacc6fa6bbbd011fdb1eeab16fd1c3fa))
|
|
1132
|
+
* docs(VDataTable): remove unused mobile prop from headers type ([#20626](https://github.com/vuetifyjs/vuetify/issues/20626)) ([7096372](https://github.com/vuetifyjs/vuetify/commit/709637220506bf46dfe31d050349fe9c46359659))
|
|
1133
|
+
* chore(ci): remove ucacher from docs build ([4699c1f](https://github.com/vuetifyjs/vuetify/commit/4699c1f7d2755422cc5c2f237c749e5ae3e0513c))
|
|
1134
|
+
* docs: remove deprecated props from examples ([78ed107](https://github.com/vuetifyjs/vuetify/commit/78ed107cb858665c800f6fc660fd6e36e3b9b8f3))
|
|
1135
|
+
* chore(ci): ucacher ignore VITE_GITHUB_SHA ([2f2eb79](https://github.com/vuetifyjs/vuetify/commit/2f2eb79f9cf3889b73257cb1aa5d386020776dee))
|
|
1136
|
+
* docs: update roadmap ([fb5fc01](https://github.com/vuetifyjs/vuetify/commit/fb5fc01e18de357a58ca4e13405fe6bd21f69c6b))
|
|
1137
|
+
* docs: update LTS page ([9440486](https://github.com/vuetifyjs/vuetify/commit/94404861b118f1d9a94d27fbea47f4faafa8bff0))
|
|
1138
|
+
* chore(ci): update ucacher ignored env variables ([556b480](https://github.com/vuetifyjs/vuetify/commit/556b480fd0d44b9fd073500ce41e454684cc7250))
|
|
1139
|
+
* docs(VList): restore example for advanced action use ([#20374](https://github.com/vuetifyjs/vuetify/issues/20374)) ([744e1e1](https://github.com/vuetifyjs/vuetify/commit/744e1e17f183b62a5883aa28fc4048e5e131fb42))
|
|
1140
|
+
* docs(VRating): remove onClick from v-rating item slot props ([#20901](https://github.com/vuetifyjs/vuetify/issues/20901)) ([6181018](https://github.com/vuetifyjs/vuetify/commit/61810185c1e4fabfe17843bdcd9d4f796eda2585))
|
|
1141
|
+
* docs(dates): fix usage example ([#20907](https://github.com/vuetifyjs/vuetify/issues/20907)) ([229a9e5](https://github.com/vuetifyjs/vuetify/commit/229a9e5bdf996c7252cb8d4912dc15d16af79b56)), closes [#20216](https://github.com/vuetifyjs/vuetify/issues/20216)
|
|
1142
|
+
* chore: remove unused import ([9e5a3c8](https://github.com/vuetifyjs/vuetify/commit/9e5a3c88a9bb9175990a6268d04cebfb01508d88))
|
|
1143
|
+
* docs(VEmptyState): Improve description for `size` prop ([#20890](https://github.com/vuetifyjs/vuetify/issues/20890)) ([5b00efa](https://github.com/vuetifyjs/vuetify/commit/5b00efa98403fbfd270248b8fecc2ba0056b35c3))
|
|
1144
|
+
* docs(installation): add ES Module setup ([#20661](https://github.com/vuetifyjs/vuetify/issues/20661)) ([6d084a1](https://github.com/vuetifyjs/vuetify/commit/6d084a17cc266136ee2a34996299067540b9b9bc))
|
|
1145
|
+
* docs(useDisplay): update overrides example ([#19610](https://github.com/vuetifyjs/vuetify/issues/19610)) ([0a4066c](https://github.com/vuetifyjs/vuetify/commit/0a4066c5f4b325b308f1bb7c390e3c3ced16993f))
|
|
1146
|
+
* docs(VTimePicker): fix example with selection restrictions ([#20698](https://github.com/vuetifyjs/vuetify/issues/20698)) ([b5ab35c](https://github.com/vuetifyjs/vuetify/commit/b5ab35c40aa2b7fba71690a63ca5da3ab1a98835))
|
|
1147
|
+
* docs: cleanup removed prop `small-chips` ([#20706](https://github.com/vuetifyjs/vuetify/issues/20706)) ([4e352d5](https://github.com/vuetifyjs/vuetify/commit/4e352d52944f02f559d2401c5513c1d4f1723147))
|
|
1148
|
+
* docs(VBadge): set badge specific description for the modelValue ([#20838](https://github.com/vuetifyjs/vuetify/issues/20838)) ([4482868](https://github.com/vuetifyjs/vuetify/commit/44828688412ee4077dd66ef5c1dc2237fa59735c))
|
|
1149
|
+
* docs(VDataTableServer): fixes pagination examples ([#20856](https://github.com/vuetifyjs/vuetify/issues/20856)) ([0f96321](https://github.com/vuetifyjs/vuetify/commit/0f96321dcd9d0a3d7839a5cdb22ed42c333a3074))
|
|
1150
|
+
* docs(VChip): more precise description for `size` prop ([#20705](https://github.com/vuetifyjs/vuetify/issues/20705)) ([7ad75bc](https://github.com/vuetifyjs/vuetify/commit/7ad75bc28bcc4c113c5118b2d7f5a47806857078))
|
|
1151
|
+
* chore(ci): use ucacher ([7abcca1](https://github.com/vuetifyjs/vuetify/commit/7abcca1bae67660f0bd81e095b8f602cfb5d320f))
|
|
1152
|
+
* chore(release): publish v3.7.7 ([37fb393](https://github.com/vuetifyjs/vuetify/commit/37fb393aa3b49a2504b0256f1958d8523bfd903b))
|
|
1153
|
+
* chore(ci): specify triage action staleLabel ([dc88c08](https://github.com/vuetifyjs/vuetify/commit/dc88c08bc630e0cdd5cd7eb4f77d51355b1e51cb))
|
|
1154
|
+
* chore(ci): fix nightly build changelog ([3810c2a](https://github.com/vuetifyjs/vuetify/commit/3810c2ab9f7fdf52cc9c816b0b4e47b06c7bc219))
|
|
1155
|
+
* docs: fix typo "to to" ([#20817](https://github.com/vuetifyjs/vuetify/issues/20817)) ([33a3f29](https://github.com/vuetifyjs/vuetify/commit/33a3f29402e3facdffea52060b16c612a123650c))
|
|
1156
|
+
* chore(README): update sponsors ([7463ccf](https://github.com/vuetifyjs/vuetify/commit/7463ccfc793a9d96bfad7925d9c3c65718c41e06))
|
|
1157
|
+
* chore: update cypress tests to vitest ([#20754](https://github.com/vuetifyjs/vuetify/issues/20754)) ([6dc52fe](https://github.com/vuetifyjs/vuetify/commit/6dc52fe22d4e1dbe25e51abb947b11eb2725a21f))
|
|
1158
|
+
* chore(release): publish v3.7.6 ([1d34a83](https://github.com/vuetifyjs/vuetify/commit/1d34a8375917f47df76caa33e9625094983cff81))
|
|
1159
|
+
* chore(ci): run on ubuntu-24.04 ([ec269f2](https://github.com/vuetifyjs/vuetify/commit/ec269f28f62ad679066507b1e56a037fb4779c31))
|
|
1160
|
+
* chore(ci): run percy tests ([80d0bcc](https://github.com/vuetifyjs/vuetify/commit/80d0bcc9c2b788ba8b169c2c53ddaea5a13f4679)), closes [#20775](https://github.com/vuetifyjs/vuetify/issues/20775)
|
|
1161
|
+
* docs(VCombobox): restore advanced example ([#20707](https://github.com/vuetifyjs/vuetify/issues/20707)) ([56fcb86](https://github.com/vuetifyjs/vuetify/commit/56fcb86a65c2b6045549258bb93e151b369bd816))
|
|
1162
|
+
* chore: fix build error ([45a6111](https://github.com/vuetifyjs/vuetify/commit/45a61116db71e3adb8eb7a52b848352a10c2d111))
|
|
1163
|
+
* chore(release): publish v3.7.5 ([ca85fc0](https://github.com/vuetifyjs/vuetify/commit/ca85fc0bd098a27bcd57aa7acf51e85968061a74))
|
|
1164
|
+
* docs(VProgressLinear): change dark-blue color selection ([#20750](https://github.com/vuetifyjs/vuetify/issues/20750)) ([f07b54c](https://github.com/vuetifyjs/vuetify/commit/f07b54c83228f73d607361bd34d113b0c365f662))
|
|
1165
|
+
* docs(border): fix typo in colors example ([#20746](https://github.com/vuetifyjs/vuetify/issues/20746)) ([b42fa06](https://github.com/vuetifyjs/vuetify/commit/b42fa06a988e1830c85952ae8c90346fd68de264)), closes [#20745](https://github.com/vuetifyjs/vuetify/issues/20745)
|
|
1166
|
+
* docs: you're fired ([54e430f](https://github.com/vuetifyjs/vuetify/commit/54e430ff1aba72cbcd72ea3683e745020100504e))
|
|
1167
|
+
* test(VNumberInput): update to vitest ([797cd88](https://github.com/vuetifyjs/vuetify/commit/797cd88691e813b9e1c4c41323c5e8aaa7f9b356))
|
|
1168
|
+
* docs(flex): fix incorrect flex 1-1/0 value ([1ba11c9](https://github.com/vuetifyjs/vuetify/commit/1ba11c95343ac742d7e0f011129dc0221497d679))
|
|
1169
|
+
* chore: remove umami ([fd3ff3c](https://github.com/vuetifyjs/vuetify/commit/fd3ff3c4e4c87df8841cc52f47aa30afc68322bb))
|
|
1170
|
+
* docs: add Epicmax support section to home page ([#20679](https://github.com/vuetifyjs/vuetify/issues/20679)) ([a80c18f](https://github.com/vuetifyjs/vuetify/commit/a80c18f9d0ef8b22a3afb268c415a98a56623ad5))
|
|
1171
|
+
* docs(VList): fix misnamed prop ([#20682](https://github.com/vuetifyjs/vuetify/issues/20682)) ([741f771](https://github.com/vuetifyjs/vuetify/commit/741f771d41575da37de7e53c41e02bfaca5b494e))
|
|
1172
|
+
* docs(SpecialSponsor): remove hardcoded value ([818a829](https://github.com/vuetifyjs/vuetify/commit/818a8297ec168340f759fa0c859a918e26411c53))
|
|
1173
|
+
* chore(release): publish v3.7.4 ([6f610aa](https://github.com/vuetifyjs/vuetify/commit/6f610aa3bbc3dbc06b974946fde3ac855963afe3))
|
|
1174
|
+
* docs: fix styles leaking from TeamMember ([#20669](https://github.com/vuetifyjs/vuetify/issues/20669)) ([a0ae4c6](https://github.com/vuetifyjs/vuetify/commit/a0ae4c6ecab3ff4c003abc63cc18a26a49280cd2)), closes [#20664](https://github.com/vuetifyjs/vuetify/issues/20664)
|
|
1175
|
+
* docs(AppBarBlogLink): adjust margin axis ([95d325a](https://github.com/vuetifyjs/vuetify/commit/95d325a387c0149442bdb6253c235e1eabe584ee))
|
|
1176
|
+
* docs(team): add J-Sek ([#20667](https://github.com/vuetifyjs/vuetify/issues/20667)) ([d7f1ccf](https://github.com/vuetifyjs/vuetify/commit/d7f1ccf81d9c9b57167a236f64eaf2867da0eef9))
|
|
1177
|
+
* docs(VDataIterator): fix example content mismatch ([#20668](https://github.com/vuetifyjs/vuetify/issues/20668)) ([fd342fa](https://github.com/vuetifyjs/vuetify/commit/fd342fa4faea171b3c221df8860e5dbb642fc013))
|
|
1178
|
+
* docs(VDataTable): update filtering section ([3b1f0f5](https://github.com/vuetifyjs/vuetify/commit/3b1f0f5ca3d724247d45a7264416f03099918166)), closes [#20052](https://github.com/vuetifyjs/vuetify/issues/20052)
|
|
1179
|
+
* docs(roadmap): update page content ([24b12d9](https://github.com/vuetifyjs/vuetify/commit/24b12d914104c6a538f78bce4db96c9749c30a73))
|
|
1180
|
+
* chore(docs): add swetrix ([0e8b92b](https://github.com/vuetifyjs/vuetify/commit/0e8b92b7f14f41d59ad646b4ce62ff3a256078ab))
|
|
1181
|
+
* docs(api): add missing table slot descriptions ([#20648](https://github.com/vuetifyjs/vuetify/issues/20648)) ([abfc6ae](https://github.com/vuetifyjs/vuetify/commit/abfc6ae38f34ac058da82664d239502f0a75d910))
|
|
1182
|
+
* chore(docs): remove wrapping div from AppFigure ([3696568](https://github.com/vuetifyjs/vuetify/commit/36965689dbc82a8b808c79f9cfcfb75d110c437a))
|
|
1183
|
+
* docs(VDataTableHeaders.json): Added missing description of VDataTableHeaders ([#20640](https://github.com/vuetifyjs/vuetify/issues/20640)) ([9809ad5](https://github.com/vuetifyjs/vuetify/commit/9809ad5c63acc3fc57826e262a59374b4d98bffe))
|
|
1184
|
+
* docs(VDataTable): update slot-headers example to use header cells ([#20455](https://github.com/vuetifyjs/vuetify/issues/20455)) ([dad5163](https://github.com/vuetifyjs/vuetify/commit/dad5163c884d457175983f25e0d0210bab669c86))
|
|
1185
|
+
* docs(VList): fix opening last example in playground ([#20631](https://github.com/vuetifyjs/vuetify/issues/20631)) ([868b0ab](https://github.com/vuetifyjs/vuetify/commit/868b0ab1b6abff2b7b4e7dad83f610e244e83ee3))
|
|
1186
|
+
* docs(upgrade-guide): add menu eager note ([64a52d4](https://github.com/vuetifyjs/vuetify/commit/64a52d4f0f51f8b65c4f2014cac2ac74d636e7b0)), closes [#20630](https://github.com/vuetifyjs/vuetify/issues/20630)
|
|
1187
|
+
* docs(VList): streamline examples with selectable actions ([#20373](https://github.com/vuetifyjs/vuetify/issues/20373)) ([a5e2c7c](https://github.com/vuetifyjs/vuetify/commit/a5e2c7c1586c970e45589198bfeb84ef19ad1b16))
|
|
1188
|
+
* docs(team.json): Fixed github name ([#20629](https://github.com/vuetifyjs/vuetify/issues/20629)) ([e47edb1](https://github.com/vuetifyjs/vuetify/commit/e47edb1506c2cdfe9b28246d1bfd62327efeb63d))
|
|
1189
|
+
* docs(VTreeView): fix divider in example ([#20363](https://github.com/vuetifyjs/vuetify/issues/20363)) ([f6091e9](https://github.com/vuetifyjs/vuetify/commit/f6091e96807e3208d0d11e4eb949bcfb7eb2c68f))
|
|
1190
|
+
* docs: update nuxt 3 manual setup ([#20340](https://github.com/vuetifyjs/vuetify/issues/20340)) ([af24344](https://github.com/vuetifyjs/vuetify/commit/af2434490dd468a4f744622c2d0a98594e6415ac))
|
|
1191
|
+
* docs(VInput): correct hint props description ([#20526](https://github.com/vuetifyjs/vuetify/issues/20526)) ([d037417](https://github.com/vuetifyjs/vuetify/commit/d037417c25d015e4b77a7c7b5f55f770c4cc31db))
|
|
1192
|
+
* docs(VForm): correct typo in validation message in example ([#20627](https://github.com/vuetifyjs/vuetify/issues/20627)) ([cfaf744](https://github.com/vuetifyjs/vuetify/commit/cfaf74449e0ac6b3cb995477319bad4488d4a569))
|
|
1193
|
+
* docs(team.json): Added shinji's profile ([#20628](https://github.com/vuetifyjs/vuetify/issues/20628)) ([b8692a7](https://github.com/vuetifyjs/vuetify/commit/b8692a7104fbb5e854f868e140f1789d6a77cc9b))
|
|
1194
|
+
* docs(Toc): update sponsor display styling ([d7606ef](https://github.com/vuetifyjs/vuetify/commit/d7606ef74ff16a65dc4843187b9f182d771769b2))
|
|
1195
|
+
* docs: ensure clipboard copies the correct command from snippet ([#20619](https://github.com/vuetifyjs/vuetify/issues/20619)) ([810e0c3](https://github.com/vuetifyjs/vuetify/commit/810e0c3ef7468b428e1a07cad4de9a8fe96efbef)), closes [#20618](https://github.com/vuetifyjs/vuetify/issues/20618)
|
|
1196
|
+
* chore(ci): remove vercel, simplify workflows ([006b7fd](https://github.com/vuetifyjs/vuetify/commit/006b7fd530b9a0b8d0a3f8872e8cf158cbd9b3b5))
|
|
1197
|
+
* chore: fix tsconfig ([d31a300](https://github.com/vuetifyjs/vuetify/commit/d31a30020a5e5ad894e12c853bec3576df3dd246))
|
|
1198
|
+
* docs(api): add missing descriptions ([#20609](https://github.com/vuetifyjs/vuetify/issues/20609)) ([3fde52a](https://github.com/vuetifyjs/vuetify/commit/3fde52a7634f32918049c8f44acd019f0a536a55))
|
|
1199
|
+
* chore(VList): remove unused SASS variables ([7d42299](https://github.com/vuetifyjs/vuetify/commit/7d42299c1f5f18ae720b6c3c7e10997acaffc9af))
|
|
1200
|
+
* chore(release): publish v3.7.3 ([e3b9895](https://github.com/vuetifyjs/vuetify/commit/e3b9895b12b669bee7d39f9de8653222231f5330))
|
|
1201
|
+
* docs: fix `undefined` wireframe github link ([#20437](https://github.com/vuetifyjs/vuetify/issues/20437)) ([aa1cc3a](https://github.com/vuetifyjs/vuetify/commit/aa1cc3aef6bbad3179519235cc68c18f20063470))
|
|
1202
|
+
* docs(VForm): remove hide-details from usage example ([#20541](https://github.com/vuetifyjs/vuetify/issues/20541)) ([8f683e7](https://github.com/vuetifyjs/vuetify/commit/8f683e777b0d8e6164f8e7ccab35776d8dbb11d2))
|
|
1203
|
+
* docs: update nuxt module link ([#20400](https://github.com/vuetifyjs/vuetify/issues/20400)) ([fc338c4](https://github.com/vuetifyjs/vuetify/commit/fc338c45e032e1a095c21c3bb08744d4af2369eb))
|
|
1204
|
+
* docs(VTextarea): update maxRows description ([b9531bc](https://github.com/vuetifyjs/vuetify/commit/b9531bcd4e300fb2b67e1cf5adb6dcc1f45d4141)), closes [#20565](https://github.com/vuetifyjs/vuetify/issues/20565) [#20577](https://github.com/vuetifyjs/vuetify/issues/20577)
|
|
1205
|
+
* docs(SearchDialog): fix lint ([86bb05a](https://github.com/vuetifyjs/vuetify/commit/86bb05a63be6e19ee4334a8b3a2fe592828d465c))
|
|
1206
|
+
* docs(StoreLink): change icon ([a06c183](https://github.com/vuetifyjs/vuetify/commit/a06c183d1ff995ec422832c2e5ac26f2fd6d59e8))
|
|
1207
|
+
* docs(ThemeOption): remove premium themes, link to vuetify one ([890b384](https://github.com/vuetifyjs/vuetify/commit/890b384ef6db30c97005d9b9ba858051265c691b))
|
|
1208
|
+
* docs(OfflineOption): fix off/on switch colors ([10b58cb](https://github.com/vuetifyjs/vuetify/commit/10b58cba02b1ee37c9cc80c6c9403e225c0c9ec0))
|
|
1209
|
+
* docs(SearchResults): fix VList typing ([b2a3863](https://github.com/vuetifyjs/vuetify/commit/b2a3863a13425f2846d02383b473de7fab0160b2))
|
|
1210
|
+
* docs(SearchDialog): move to first list/list-item when pressing down ([62ffbd3](https://github.com/vuetifyjs/vuetify/commit/62ffbd3cd9ad308f8b356b46af4bb84525248c5d))
|
|
1211
|
+
* docs: make the service worker optional, improve precache logic ([#20425](https://github.com/vuetifyjs/vuetify/issues/20425)) ([499f632](https://github.com/vuetifyjs/vuetify/commit/499f632c44ba1e10b0d26e146ed6e63f04fbde3d))
|
|
1212
|
+
* docs: fix grammatical error ([#20464](https://github.com/vuetifyjs/vuetify/issues/20464)) ([ef13e28](https://github.com/vuetifyjs/vuetify/commit/ef13e28ba3e18c7194f5ddde9d159200d2cb77a9))
|
|
1213
|
+
* docs: add additional links to-from data-table and api ([d795591](https://github.com/vuetifyjs/vuetify/commit/d795591bd6d9f6720a13cdf9a304ee020fa880bd))
|
|
1214
|
+
* docs: add missing locale for blog button ([281bd16](https://github.com/vuetifyjs/vuetify/commit/281bd16a36246353e421afb2f1720d38d12a5d91))
|
|
1215
|
+
* docs: gracefully handle precache failure ([1dc48ff](https://github.com/vuetifyjs/vuetify/commit/1dc48ff0022d2bc449e4b98dd68183f2a9c9ad58))
|
|
1216
|
+
* chore: publish docs to coolify ([764adc8](https://github.com/vuetifyjs/vuetify/commit/764adc84a024e166277a38f0489712093e78a43d))
|
|
1217
|
+
* docs: add umami analytics ([6173cab](https://github.com/vuetifyjs/vuetify/commit/6173caba27f03e325cc8c48c59603339de8c9b46))
|
|
1218
|
+
* chore: force cloudflare to revalidate assets ([abbf2e1](https://github.com/vuetifyjs/vuetify/commit/abbf2e160a5f11ce4d452499feae7607f134e544))
|
|
1219
|
+
* docs(defaults-btn-group): use v-btn-group in example ([88b408a](https://github.com/vuetifyjs/vuetify/commit/88b408a7fd56fb005440f37cccaccde16ca44fe8))
|
|
1220
|
+
* docs(enterprise-support): consulting services section ([#20513](https://github.com/vuetifyjs/vuetify/issues/20513)) ([87a0cdc](https://github.com/vuetifyjs/vuetify/commit/87a0cdc5c86f8e18dcf5621bc28e33ae5eaf4b2f))
|
|
1221
|
+
* chore: fix TEST_BAIL env variable name ([c8ed4bb](https://github.com/vuetifyjs/vuetify/commit/c8ed4bbca55240d5cb538ae35f88241ffdda6563))
|
|
1222
|
+
* chore: replace cypress with vitest ([#20445](https://github.com/vuetifyjs/vuetify/issues/20445)) ([4fb1513](https://github.com/vuetifyjs/vuetify/commit/4fb1513ce6cf71161685ec8041489c4d4a724370))
|
|
1223
|
+
* chore(ci): delay promoting docs deployment ([196e8a7](https://github.com/vuetifyjs/vuetify/commit/196e8a7968e8943ccef63445c2ec33ad10dae89d))
|
|
1224
|
+
* docs: fix snips promotion on ultrawide ([1432db0](https://github.com/vuetifyjs/vuetify/commit/1432db067499f25459454bb5be001dbe0503b990))
|
|
1225
|
+
* docs(sass-variables): add info and link to global sass vars ([ae7a667](https://github.com/vuetifyjs/vuetify/commit/ae7a66769543bd69bbf75761dec0baf335dd334f))
|
|
1226
|
+
* docs(blog): add author / date to preview ([57f5514](https://github.com/vuetifyjs/vuetify/commit/57f55144df74220cea3361836bed61380ce61f3d))
|
|
1227
|
+
* chore(release): publish v3.7.2 ([5511c5c](https://github.com/vuetifyjs/vuetify/commit/5511c5c381e5dbd72b5e453ad87b3e4eea6b6a99))
|
|
1228
|
+
* chore: update vuetify/one ([9146462](https://github.com/vuetifyjs/vuetify/commit/91464628ecd32560b261ed3eff40787c538946d7))
|
|
1229
|
+
* docs(HomeEntry): add home page snips promotion ([abc0d7e](https://github.com/vuetifyjs/vuetify/commit/abc0d7ea31016c8742c97cea63d51cbc21c3666c))
|
|
1230
|
+
* docs(expansion-panels.md): replace -header with -title ([9349dd2](https://github.com/vuetifyjs/vuetify/commit/9349dd2299a0e78900494952132428836c369a29))
|
|
1231
|
+
* chore: update @vuetify/one ([855b9b5](https://github.com/vuetifyjs/vuetify/commit/855b9b56f6a69d5bd0e904e85bb3cc8a301d1946))
|
|
1232
|
+
* docs(state-of-the-union-2024): update content ([3a6198d](https://github.com/vuetifyjs/vuetify/commit/3a6198d75c44f9f92ce66bae13a0e05f2333f3c2))
|
|
1233
|
+
* docs(blog): add new blog section with state of union 2024 post ([6b69a72](https://github.com/vuetifyjs/vuetify/commit/6b69a72759b0fc6e934c31df3197e993c9e4fee2))
|
|
1234
|
+
* docs(team): update content ([7fa220a](https://github.com/vuetifyjs/vuetify/commit/7fa220a29ec84ed23c6d2cf9e267071d213099d1))
|
|
1235
|
+
* chore: remove /_fallback redirect ([ce9bdc1](https://github.com/vuetifyjs/vuetify/commit/ce9bdc193b4f280c712c0b6ee74ca1710384ff7f))
|
|
1236
|
+
* docs(VBadge): update inline prop description ([276499c](https://github.com/vuetifyjs/vuetify/commit/276499cd89b013d1211d54cb7578c0f76c6959db)), closes [#19613](https://github.com/vuetifyjs/vuetify/issues/19613) [#20405](https://github.com/vuetifyjs/vuetify/issues/20405)
|
|
1237
|
+
* chore: allow serving stale assets ([9d7a2a2](https://github.com/vuetifyjs/vuetify/commit/9d7a2a2bb8d974aef505d437bb5662f0f8cb8763))
|
|
1238
|
+
* chore: fix vercel route syntax ([6a3285f](https://github.com/vuetifyjs/vuetify/commit/6a3285f0e2059d24243181047740206d1f96d930))
|
|
1239
|
+
* chore: add log to failed missing precache fetch ([bf993f0](https://github.com/vuetifyjs/vuetify/commit/bf993f0a6405aac4cb9ffc96c7fac36122a62b14))
|
|
1240
|
+
* chore: change shared cache timeout ([7faf1c5](https://github.com/vuetifyjs/vuetify/commit/7faf1c5089adbbdebdd71c3129eada105f1a33e5))
|
|
1241
|
+
* chore: update assets regex ([393f1df](https://github.com/vuetifyjs/vuetify/commit/393f1dfd371cf945ccbe069d79588ff8c89d0787))
|
|
1242
|
+
* chore: replace jest with vitest ([1979fd7](https://github.com/vuetifyjs/vuetify/commit/1979fd7bf49a9a73c5b7f90c72245410ff8da028))
|
|
1243
|
+
* docs(v-tooltip): update examples ([115edca](https://github.com/vuetifyjs/vuetify/commit/115edcae38fd734e4a7b5ead6464692913ea1478)), closes [#19739](https://github.com/vuetifyjs/vuetify/issues/19739)
|
|
1244
|
+
* docs: hide inactive sponsors ([3bc7229](https://github.com/vuetifyjs/vuetify/commit/3bc72297ea00b19701841f446c314f0379aa5fae))
|
|
1245
|
+
* docs: update roadmap ([e9c9d59](https://github.com/vuetifyjs/vuetify/commit/e9c9d59c11f23cc86d2f713409de81730866ac56))
|
|
1246
|
+
* chore(release): publish v3.7.1 ([dbc812c](https://github.com/vuetifyjs/vuetify/commit/dbc812c5813a955c63a1e83f9734801703266c53))
|
|
1247
|
+
* docs(VTooltip): fix usage example button text ([#20379](https://github.com/vuetifyjs/vuetify/issues/20379)) ([9737e4a](https://github.com/vuetifyjs/vuetify/commit/9737e4a162af635530e67098d34a6bd0f57d9067))
|
|
1248
|
+
* docs(VAppBar): remove shrink references from prominent section ([#20388](https://github.com/vuetifyjs/vuetify/issues/20388)) ([7e94fd5](https://github.com/vuetifyjs/vuetify/commit/7e94fd5eb27632850ff80359326770473e456940))
|
|
1249
|
+
* chore: remove old treeview files ([0b018d9](https://github.com/vuetifyjs/vuetify/commit/0b018d996055fea6bc50859ea5a3d20a434a8e10))
|
|
1250
|
+
* docs: show exposed properties for components forwarding Elements ([42dba04](https://github.com/vuetifyjs/vuetify/commit/42dba04743421d5f8032f598ccacb613b8f78ba3)), closes [#19180](https://github.com/vuetifyjs/vuetify/issues/19180)
|
|
1251
|
+
* docs: fix sponsors page ([b861d8c](https://github.com/vuetifyjs/vuetify/commit/b861d8ce6dd5fdfa8d5063550c1b1655eced0ad7))
|
|
1252
|
+
* chore(roadmap): add missing TBD ([c4bb85d](https://github.com/vuetifyjs/vuetify/commit/c4bb85dab83ebf0e86e03996e3bf40ffc6bf0c8b))
|
|
1253
|
+
* docs: load search dialog on shortcut press ([c0ef607](https://github.com/vuetifyjs/vuetify/commit/c0ef60744d22caf57a41f72c376e52f4001fd4dd))
|
|
1254
|
+
* docs: include modern sass vite options ([#20325](https://github.com/vuetifyjs/vuetify/issues/20325)) ([32362f7](https://github.com/vuetifyjs/vuetify/commit/32362f75b7ecf8f8b0be575df9b98adce289f365))
|
|
1255
|
+
* chore: install @vue/language-server ([59782b2](https://github.com/vuetifyjs/vuetify/commit/59782b2aac37a7b7e68cbb1cdbd3a331fa3bd9ef))
|
|
1256
|
+
* chore(ci): label closed issues ([a7a08ae](https://github.com/vuetifyjs/vuetify/commit/a7a08ae18f5b8a10c4411f1f7cb1f9177a56fbc4))
|
|
1257
|
+
* chore(release): publish v3.7.0 ([a0e7c3b](https://github.com/vuetifyjs/vuetify/commit/a0e7c3b00c61b049d2e3eacb90bc60fd6e51649e))
|
|
1258
|
+
* docs: update emphasized pages ([046da8d](https://github.com/vuetifyjs/vuetify/commit/046da8d52fc6c99933b050b627e37647480a9eea))
|
|
1259
|
+
* chore(release): publish v3.6.15 ([76af55c](https://github.com/vuetifyjs/vuetify/commit/76af55c9d0598922de9a6e602b1b6256c4e6097e))
|
|
1260
|
+
* chore: fix missing labs components css on Windows ([#20336](https://github.com/vuetifyjs/vuetify/issues/20336)) ([ff80220](https://github.com/vuetifyjs/vuetify/commit/ff80220c867f01e6baca4ed8da24d8f9e054785d))
|
|
1261
|
+
* chore: use sass-embedded ([4c1f4b6](https://github.com/vuetifyjs/vuetify/commit/4c1f4b60f70e70cc5c7b82ad0ff4e222174b679b))
|
|
1262
|
+
* chore: fix docs build ([2766105](https://github.com/vuetifyjs/vuetify/commit/276610517471879e164bed54a2fd29e754141bab))
|
|
1263
|
+
* chore: fix vuetify package build on Windows ([#20293](https://github.com/vuetifyjs/vuetify/issues/20293)) ([e4ce28d](https://github.com/vuetifyjs/vuetify/commit/e4ce28d9902fbd3d161bc56892ca91bda5c8ec3b))
|
|
1264
|
+
* chore: update vite to 5.4.0 ([#20324](https://github.com/vuetifyjs/vuetify/issues/20324)) ([294cc73](https://github.com/vuetifyjs/vuetify/commit/294cc7399bd1618c6d158c3c70deb6b7fc48d01f))
|
|
1265
|
+
* docs: add vuetify-nuxt-module to nuxt install section ([#20326](https://github.com/vuetifyjs/vuetify/issues/20326)) ([0a876f4](https://github.com/vuetifyjs/vuetify/commit/0a876f4907b2fcb137cc0fce620edb0831ac3c67))
|
|
1266
|
+
* chore: use pnpm shell emulator ([#20327](https://github.com/vuetifyjs/vuetify/issues/20327)) ([f28fdae](https://github.com/vuetifyjs/vuetify/commit/f28fdae459bd68f092daeac2c8b0e75e747a21b5))
|
|
1267
|
+
* docs(VForm): fix validation mistakes in examples ([#20334](https://github.com/vuetifyjs/vuetify/issues/20334)) ([d212b34](https://github.com/vuetifyjs/vuetify/commit/d212b3444850063662f56b6e8320dbc468800d24))
|
|
1268
|
+
* docs(installation): Correct Vitepress installation steps ([#20269](https://github.com/vuetifyjs/vuetify/issues/20269)) ([93cef03](https://github.com/vuetifyjs/vuetify/commit/93cef03bf7dac8f58ae1f9c15383c84ece5d875e))
|
|
1269
|
+
* docs(useDisplay): replace deprecated properties ([#20315](https://github.com/vuetifyjs/vuetify/issues/20315)) ([2690e67](https://github.com/vuetifyjs/vuetify/commit/2690e676ad858c462ef5d0a6f7988e5f3acc86e6)), closes [#20039](https://github.com/vuetifyjs/vuetify/issues/20039)
|
|
1270
|
+
* docs: optimize build ([#20260](https://github.com/vuetifyjs/vuetify/issues/20260)) ([8962a00](https://github.com/vuetifyjs/vuetify/commit/8962a00dd1977ef9f5284e9e6d6f992e210e5cc0))
|
|
1271
|
+
* chore: support node 22 ([bbcb173](https://github.com/vuetifyjs/vuetify/commit/bbcb1734abe3b34691f1597322564f3c5772886a))
|
|
1272
|
+
* docs(VListItem): provide more detailed descriptions for item selection ([#19940](https://github.com/vuetifyjs/vuetify/issues/19940)) ([8faf45f](https://github.com/vuetifyjs/vuetify/commit/8faf45ff3453ab95f73cccdbf2b96b5198a20095))
|
|
1273
|
+
* docs(elevation): use bold formatting for class names in elevation utility table ([#19933](https://github.com/vuetifyjs/vuetify/issues/19933)) ([490a203](https://github.com/vuetifyjs/vuetify/commit/490a203d97cf4c5756304fe3995157f61fd68ca8))
|
|
1274
|
+
* chore(release): publish v3.6.14 ([7993be1](https://github.com/vuetifyjs/vuetify/commit/7993be1270f99b2c8b096b77cd17b775f405f2d0))
|
|
1275
|
+
* chore(ci): skip post release merge ([48ca6ea](https://github.com/vuetifyjs/vuetify/commit/48ca6ea97827bae5a6823b4211b1949829673810))
|
|
1276
|
+
* chore(release): publish v3.7.0-beta.1 ([c923066](https://github.com/vuetifyjs/vuetify/commit/c923066f09aba0ab2677a9d1b3727b50f72b5be7))
|
|
1277
|
+
* chore: add vue-ecosystem-ci scripts ([349d905](https://github.com/vuetifyjs/vuetify/commit/349d9053692ebbf26849cded26573a05a0153094))
|
|
1278
|
+
* chore: fix build script output paths on windows ([#20223](https://github.com/vuetifyjs/vuetify/issues/20223)) ([e38231b](https://github.com/vuetifyjs/vuetify/commit/e38231b8659bfdfe7335e2f80fde072e68bcf699)), closes [#19169](https://github.com/vuetifyjs/vuetify/issues/19169)
|
|
1279
|
+
* chore: remove unused import ([6397324](https://github.com/vuetifyjs/vuetify/commit/639732469a33e244579e583d633c4774649288c4))
|
|
1280
|
+
* chore(ci): skip post release merge ([cd0056a](https://github.com/vuetifyjs/vuetify/commit/cd0056a20155f1663d018deade921500e91ffccf))
|
|
1281
|
+
* chore(ci): skip npm tag confirmation ([88b6f1c](https://github.com/vuetifyjs/vuetify/commit/88b6f1cc05a8dbea9154cbf4ba71f3799d1086ff))
|
|
1282
|
+
* chore: use vuetify from workspace ([8fe4668](https://github.com/vuetifyjs/vuetify/commit/8fe4668837b3c0d65af248974b8c7f8c9c724935))
|
|
1283
|
+
* chore(ci): update actions ([3892dc4](https://github.com/vuetifyjs/vuetify/commit/3892dc4a2c486b1056b43a19ed50fd88a158a8d1))
|
|
1284
|
+
* chore: migrate to pnpm ([e4d9cf4](https://github.com/vuetifyjs/vuetify/commit/e4d9cf4684892d0f3ca72c16065ec8a0262430e9))
|
|
1285
|
+
* docs(roadmap): update page content ([b94f2b9](https://github.com/vuetifyjs/vuetify/commit/b94f2b9d7570d9de52f262d4516e186cd73b60c1))
|
|
1286
|
+
* docs(sizing): add missing examples and SASS variables ([38322a8](https://github.com/vuetifyjs/vuetify/commit/38322a88e9840dfee756083cbe98207d3fcf26df))
|
|
1287
|
+
* docs(position): missing examples and SASS variable information ([dba47f2](https://github.com/vuetifyjs/vuetify/commit/dba47f25ded935b1bb56b03965661a58896250c7))
|
|
1288
|
+
* docs(position): add missing PromotedEntry ([b25fa4f](https://github.com/vuetifyjs/vuetify/commit/b25fa4f2833727a800a52fb3b3dceba80762e953))
|
|
1289
|
+
* docs(Carbon): replace secondary fallback with house promotion if valid ([71483cb](https://github.com/vuetifyjs/vuetify/commit/71483cb2f3fac54b622a1fe4b948851ef2105cbd))
|
|
1290
|
+
* chore(release): publish v3.6.13 ([209dc01](https://github.com/vuetifyjs/vuetify/commit/209dc01bae12278a831f78eccbce13ce0e1bfa3b))
|
|
1291
|
+
* docs(VAppBar): add fully-hide to list of available scrollBehavior options ([67e888d](https://github.com/vuetifyjs/vuetify/commit/67e888da4dee49e0656105871569c822cc1890c1))
|
|
1292
|
+
* docs(VList): add description for expanded and collapse-icon ([#20156](https://github.com/vuetifyjs/vuetify/issues/20156)) ([d9e7211](https://github.com/vuetifyjs/vuetify/commit/d9e721173e66306123fb8f84a16833b3a8f18a38))
|
|
1293
|
+
* docs(v-toolbar): fix example with image prop ([#20000](https://github.com/vuetifyjs/vuetify/issues/20000)) ([f0fa4e6](https://github.com/vuetifyjs/vuetify/commit/f0fa4e6e705508699cb2013d322d8ce9b204a8d5))
|
|
1294
|
+
* Revert "fix(VField/VInput): centerAffix prop for underlined/plain ([#20064](https://github.com/vuetifyjs/vuetify/issues/20064))" ([#20173](https://github.com/vuetifyjs/vuetify/issues/20173)) ([098f802](https://github.com/vuetifyjs/vuetify/commit/098f8029d5376152145ab4590da086cb59419f8f))
|
|
1295
|
+
* chore: fix lint issue ([b1f74e1](https://github.com/vuetifyjs/vuetify/commit/b1f74e1703389b4e0c3ac7e2dbca44d378d31387))
|
|
1296
|
+
* chore: update workspace root name ([8f871fc](https://github.com/vuetifyjs/vuetify/commit/8f871fc0a35bea8e5b50fdc557e15ee3c952615c))
|
|
1297
|
+
* docs(Toc): update logic that determines if the Spot is shown ([437fbce](https://github.com/vuetifyjs/vuetify/commit/437fbce80c8567b32a34059997adf2d08818664f))
|
|
1298
|
+
* docs(buttons/cards/why-vuetify): update entry promotion ([3bb61d9](https://github.com/vuetifyjs/vuetify/commit/3bb61d99c880d98376b71e5201bba3fe18cfbafc))
|
|
1299
|
+
* chore(release): publish v3.6.13-3.7.0-beta.0.0 ([2d2e7a0](https://github.com/vuetifyjs/vuetify/commit/2d2e7a067c2c3718c9edc1741a9cb4bf193d407a))
|
|
1300
|
+
* chore(release): publish v3.6.12 ([61eb22d](https://github.com/vuetifyjs/vuetify/commit/61eb22d00038b4e81e3a5bd4db8cad73b665eccc))
|
|
1301
|
+
* test(VProgressLinear): fix broken tests ([9a71643](https://github.com/vuetifyjs/vuetify/commit/9a71643240b84d883273d93ba21a87a45ec7888a))
|
|
1302
|
+
* docs(installation): Add Vitepress configuration ([#20044](https://github.com/vuetifyjs/vuetify/issues/20044)) ([6a46d33](https://github.com/vuetifyjs/vuetify/commit/6a46d3302bd038d45e47b9abef19b72aa5aa5ecd))
|
|
1303
|
+
* docs(installation): fix minor spelling mistake ([#20113](https://github.com/vuetifyjs/vuetify/issues/20113)) ([288bca3](https://github.com/vuetifyjs/vuetify/commit/288bca33c1e20dd038cb13e8a1db97d62a5880da))
|
|
1304
|
+
* docs(VCheckboxBtn): fix example simple checkbox ([#20115](https://github.com/vuetifyjs/vuetify/issues/20115)) ([34aa0e0](https://github.com/vuetifyjs/vuetify/commit/34aa0e04f8829e6b62f5a4a57cbbbae42694d758))
|
|
1305
|
+
* docs(VListItem): add descriptions for lines, nav, and slim ([#20099](https://github.com/vuetifyjs/vuetify/issues/20099)) ([b17cb33](https://github.com/vuetifyjs/vuetify/commit/b17cb331c00da7a1f3434bf51ba36d8e1997fc12))
|
|
1306
|
+
* docs(EcosystemMenu): add link to snips ([aded0dd](https://github.com/vuetifyjs/vuetify/commit/aded0dd246cbf9b48cc2fd7b3298b1750cd9c38c))
|
|
1307
|
+
* docs(commits): restructure store ([f32ff10](https://github.com/vuetifyjs/vuetify/commit/f32ff105b8c4a3b8535822028089830002390c57))
|
|
1308
|
+
* chore(package.json): update @vuetify/one ([43e9587](https://github.com/vuetifyjs/vuetify/commit/43e9587dc53c1acdaa4a1e9e332712236f98e28e))
|
|
1309
|
+
* docs: remove misplaced section ([9734823](https://github.com/vuetifyjs/vuetify/commit/973482390651fd11bb78c61fe0fc4cdf5ae5b5dd)), closes [#20110](https://github.com/vuetifyjs/vuetify/issues/20110)
|
|
1310
|
+
* docs(all): fix sparkline link ([7037107](https://github.com/vuetifyjs/vuetify/commit/703710704eacb2c2505bddae6393da4909b14a78))
|
|
1311
|
+
* docs: enable japanese translations ([a352cb8](https://github.com/vuetifyjs/vuetify/commit/a352cb80ee617e8d0c8e3401ec0011d4f10503ec))
|
|
1312
|
+
* chore(release): publish v3.6.11 ([be3e401](https://github.com/vuetifyjs/vuetify/commit/be3e401e46b9417e230d5a91b73b7b0b5513e1ba))
|
|
1313
|
+
* chore(VImg): resolve linting problem ([f89a5fc](https://github.com/vuetifyjs/vuetify/commit/f89a5fcf0f70a79779f7afcd635707f524d32b7a))
|
|
1314
|
+
* docs(VImg): example for gradient props ([#19708](https://github.com/vuetifyjs/vuetify/issues/19708)) ([e871ecb](https://github.com/vuetifyjs/vuetify/commit/e871ecb9b0a40ead2cfb9aaca080929d45729eb8))
|
|
1315
|
+
* docs(treeshaking): match variable name used in template example ([#20088](https://github.com/vuetifyjs/vuetify/issues/20088)) ([c168e59](https://github.com/vuetifyjs/vuetify/commit/c168e594715d1f4cd5169ebbb40883259500fb8c))
|
|
1316
|
+
* chore: enable all VTreeview cy tests ([8d6e4bd](https://github.com/vuetifyjs/vuetify/commit/8d6e4bd44e8c7294df90084d50767de3a5ce4cfc))
|
|
1317
|
+
* chore: remove unused import ([3752de2](https://github.com/vuetifyjs/vuetify/commit/3752de23e2f3640b823fd13edd2b901d36d5fa6b))
|
|
1318
|
+
* Add yuwu9145 to FUNDING.yml ([d7fbcc5](https://github.com/vuetifyjs/vuetify/commit/d7fbcc52085c5d08359be62f7acf98448774f0a4))
|
|
1319
|
+
* chore(release): publish v3.6.10 ([34c7bd5](https://github.com/vuetifyjs/vuetify/commit/34c7bd5cc9b6dc4880e3eb7c7af2c9da49d645d3))
|
|
1320
|
+
* chore(team): update members ([35e2ea2](https://github.com/vuetifyjs/vuetify/commit/35e2ea2fffdea4ece0f15a601c3aff45e0b4a2a4))
|
|
1321
|
+
* docs(data-tables): fix options api examples ([f2f2518](https://github.com/vuetifyjs/vuetify/commit/f2f25180e5c4dd88f7d52c41580b1c9e6261349f))
|
|
1322
|
+
* chore(release): publish v3.6.9 ([a30a859](https://github.com/vuetifyjs/vuetify/commit/a30a85973d0f8f7b59ed30f7a147bbed8e0ba330))
|
|
1323
|
+
* docs(VTimePicker): fix example using display information ([#19958](https://github.com/vuetifyjs/vuetify/issues/19958)) ([e11d38d](https://github.com/vuetifyjs/vuetify/commit/e11d38df02ce0afa64944c197c9baadc12fa6b0b))
|
|
1324
|
+
* chore(framework): specify explicit types from mergeDeep return ([d8e8a0c](https://github.com/vuetifyjs/vuetify/commit/d8e8a0c0452edb46b37a1c567286c158ba866683)), closes [#19979](https://github.com/vuetifyjs/vuetify/issues/19979)
|
|
1325
|
+
* docs(application): add back missing page ([e74fb6a](https://github.com/vuetifyjs/vuetify/commit/e74fb6a58e2e4baab02e7819f7ce4962a8169a45))
|
|
1326
|
+
* docs(AppExample): only render top border when showCode && !preview ([8511c37](https://github.com/vuetifyjs/vuetify/commit/8511c37984fdc3f63d3cc9fd0854a8fbcf34e9f5))
|
|
1327
|
+
* docs(enterprise-support): update support options ([3c04145](https://github.com/vuetifyjs/vuetify/commit/3c04145a52a1e93e677be6172164ec50cf210d88))
|
|
1328
|
+
* docs: add missing page features ([bc98d54](https://github.com/vuetifyjs/vuetify/commit/bc98d54285710be654fdf86a38ec65660882ebad))
|
|
1329
|
+
* chore: update promotions ([9e079c8](https://github.com/vuetifyjs/vuetify/commit/9e079c85626de5d8c4656ac292d75ab8e2b71c99))
|
|
1330
|
+
* docs(VTreeview): change item-disabled example to use item-props ([1dc350d](https://github.com/vuetifyjs/vuetify/commit/1dc350d64f3effe46a34f1d1975e25923908d27d)), closes [#19882](https://github.com/vuetifyjs/vuetify/issues/19882)
|
|
1331
|
+
* docs: add missing page features ([b922825](https://github.com/vuetifyjs/vuetify/commit/b922825b81f6c805365ed0b6588c578ae5851be3))
|
|
1332
|
+
* docs(text-and-typography): add class table, missing page features ([53a87e7](https://github.com/vuetifyjs/vuetify/commit/53a87e7ad964ef31ce6c7f4b6a4e8a6508fa8686))
|
|
1333
|
+
* chore(release): publish v3.6.8 ([0c5f6d5](https://github.com/vuetifyjs/vuetify/commit/0c5f6d5dac0538882f5d86cc618b627795ed495a))
|
|
1334
|
+
* docs(VDataTable): fix wrong v-data-table-headers links ([#19916](https://github.com/vuetifyjs/vuetify/issues/19916)) ([cc65962](https://github.com/vuetifyjs/vuetify/commit/cc659623ce31c3a3e9b5d20daa0e3ef9bebbc6b9))
|
|
1335
|
+
* docs(theme): make toggleTheme function work ([#19888](https://github.com/vuetifyjs/vuetify/issues/19888)) ([d4fe9f5](https://github.com/vuetifyjs/vuetify/commit/d4fe9f5c43bed46118579c3a1d531e8fdceba0fc))
|
|
1336
|
+
* docs(VColorPicker): fix display eye dropper icon ([#19902](https://github.com/vuetifyjs/vuetify/issues/19902)) ([2877f4f](https://github.com/vuetifyjs/vuetify/commit/2877f4f855fcc7b3bd0241a523a4284f3fb5b307))
|
|
1337
|
+
* chore(team.json): update team members ([c3b2d29](https://github.com/vuetifyjs/vuetify/commit/c3b2d29f8eb8bc0382ac3a792baa4724376da204))
|
|
1338
|
+
* docs: add data-table-select example ([407585d](https://github.com/vuetifyjs/vuetify/commit/407585db6d4edc3dd476a21c0f8b309e1451a409))
|
|
1339
|
+
* docs: update simple-checkbox to checkbox-btn ([963f853](https://github.com/vuetifyjs/vuetify/commit/963f85377bdb8df4b82f2a96ce6a26abafb683db))
|
|
1340
|
+
* docs(v-tooltip-directive): fix options api example ([828459d](https://github.com/vuetifyjs/vuetify/commit/828459d4d513fdb1273c571aa0473a6c33a684a2)), closes [#19860](https://github.com/vuetifyjs/vuetify/issues/19860)
|
|
1341
|
+
* chore(release): publish v3.6.7 ([801e616](https://github.com/vuetifyjs/vuetify/commit/801e6162b5fb6470f0c9e2268d11c8b9a246ec0b))
|
|
1342
|
+
* docs: update tables reference to labs ([#19824](https://github.com/vuetifyjs/vuetify/issues/19824)) ([97ef8b3](https://github.com/vuetifyjs/vuetify/commit/97ef8b34b7dbdf5fbbee65fc74be2b7078013e09))
|
|
1343
|
+
* docs: fix vertical steppers release version ([3363612](https://github.com/vuetifyjs/vuetify/commit/33636128a3360a27b5e6cc533d92c3fac60b2aa1))
|
|
1344
|
+
* docs: update lab introduction page ([8d59732](https://github.com/vuetifyjs/vuetify/commit/8d597320f463d7e365ddf7f7eaf3fab149d4b0a0))
|
|
1345
|
+
* docs(checkboxes.md): update v-simple-checkbox description. ([#19646](https://github.com/vuetifyjs/vuetify/issues/19646)) ([9d6d7be](https://github.com/vuetifyjs/vuetify/commit/9d6d7be57b544a52b492fa7fd6ba92f1650fbd78))
|
|
1346
|
+
* docs: fix v-icon component link ([#19789](https://github.com/vuetifyjs/vuetify/issues/19789)) ([fad615b](https://github.com/vuetifyjs/vuetify/commit/fad615b1b28f72a19b846daf3c7d8bfdfd5382a1))
|
|
1347
|
+
* docs(blueprints): add alert regarding utility classes ([488f594](https://github.com/vuetifyjs/vuetify/commit/488f594df946ed114c0b3b4b681950d72c679c71))
|
|
1348
|
+
* chore(release): publish v3.6.6 ([7bb69ff](https://github.com/vuetifyjs/vuetify/commit/7bb69ff1de2547e0e0405e1c9705b9c4b6fe4723))
|
|
1349
|
+
* docs(display): move all classes into entry table ([59738a0](https://github.com/vuetifyjs/vuetify/commit/59738a04d0795be18d464144e32b3f439cb07ae2))
|
|
1350
|
+
* docs(float): move classes to top of page ([8ae0c8c](https://github.com/vuetifyjs/vuetify/commit/8ae0c8c666d451c1add1469ca2ce08e5917207ad))
|
|
1351
|
+
* docs(flex): move all classes into entry table ([0f6a359](https://github.com/vuetifyjs/vuetify/commit/0f6a3592b8e42d4ef4a9fe11b1d57ffd7d62d4a0))
|
|
1352
|
+
* docs(sparklines): update examples ([98ff574](https://github.com/vuetifyjs/vuetify/commit/98ff5745fd98700389856265cc630e6eda765675))
|
|
1353
|
+
* docs(faq): add vue/compat instructions ([edf29fd](https://github.com/vuetifyjs/vuetify/commit/edf29fda836b7252fb92d5d25c965f53bf46a523))
|
|
1354
|
+
* chore(release): publish v3.6.5 ([fc2f154](https://github.com/vuetifyjs/vuetify/commit/fc2f154f2712a1ca44eadc9b9f7b7f73597d1b52))
|
|
1355
|
+
* docs(VStepper): update alert with vertical link ([322fb4f](https://github.com/vuetifyjs/vuetify/commit/322fb4f0ae99f756bfc7fd3f03ca7704c57d2bc9))
|
|
1356
|
+
* chore(release): publish v3.6.4 ([767ecdc](https://github.com/vuetifyjs/vuetify/commit/767ecdcedd75a6d28379ee4058b8c3b70bb66feb))
|
|
1357
|
+
* docs(team): fix focus link ([e577b5a](https://github.com/vuetifyjs/vuetify/commit/e577b5ad05851b100a83704383a9b3433a2f957d))
|
|
1358
|
+
* chore: update vue-instantsearch to 4.16.1 ([6c78760](https://github.com/vuetifyjs/vuetify/commit/6c78760ce11f836afac38b6a7ce6c26b1aa74b28))
|
|
1359
|
+
* chore: update vue to 3.4.27 ([1a8db40](https://github.com/vuetifyjs/vuetify/commit/1a8db40219d859631d63c5efb4e6c589296f6d97))
|
|
1360
|
+
* chore: revert unrelated type changes ([c5a94a0](https://github.com/vuetifyjs/vuetify/commit/c5a94a0cd01eafebc00e2f1fd746875e7bea87f2))
|
|
1361
|
+
* docs(team.json): add new team member ([#19750](https://github.com/vuetifyjs/vuetify/issues/19750)) ([6b06e37](https://github.com/vuetifyjs/vuetify/commit/6b06e37d8a7e60fd5ac238986d466e29cb51a111))
|
|
1362
|
+
* docs(VImg): remove lazySrc generation mention ([c0ff122](https://github.com/vuetifyjs/vuetify/commit/c0ff122140a20b3b2b1b31c7c8fff4d3490105b2))
|
|
1363
|
+
* chore(release): publish v3.6.3 ([c052696](https://github.com/vuetifyjs/vuetify/commit/c0526963a937e7800d0168a930262312d984e0c6))
|
|
1364
|
+
* chore(release): publish v3.6.2 ([6cb03d4](https://github.com/vuetifyjs/vuetify/commit/6cb03d432cbf62cb83cbbc967b77856d209f2a35))
|
|
1365
|
+
* docs(EnterpriseDeck): update direct support pricing ([1dcf838](https://github.com/vuetifyjs/vuetify/commit/1dcf838f0ed1cc20cb1cfa8f0c9aec792eb2766d))
|
|
1366
|
+
* chore(tests): fix flaky cypress tests ([#19725](https://github.com/vuetifyjs/vuetify/issues/19725)) ([fcc921c](https://github.com/vuetifyjs/vuetify/commit/fcc921c16887357f2d486fd01f17246c169eda19))
|
|
1367
|
+
* chore(package.json): update @vuetify/one ([2877ba8](https://github.com/vuetifyjs/vuetify/commit/2877ba8baa9e845994180040c370bd4cd05775ae))
|
|
1368
|
+
* docs: implement snackbar queue ([26c5798](https://github.com/vuetifyjs/vuetify/commit/26c57981c03455a4438527c05636f4fc6ac31b69))
|
|
1369
|
+
* docs(roadmap): update page content ([d461f19](https://github.com/vuetifyjs/vuetify/commit/d461f19cec9d4bea4eabfed5c7500c20e3b73c4e))
|
|
1370
|
+
* chore(all): update all labs status, add missing confirm-edit ([8f7706f](https://github.com/vuetifyjs/vuetify/commit/8f7706f4be5728d23653fc6b5fda30353ffcf3ef))
|
|
1371
|
+
* chore(release): publish v3.6.1 ([deea973](https://github.com/vuetifyjs/vuetify/commit/deea9736a1d9260a74a059324c23025178122eae))
|
|
1372
|
+
* chore(release): publish v3.6.0 ([2e3f727](https://github.com/vuetifyjs/vuetify/commit/2e3f727e5b92c45ffd7989320806d8107945991c))
|
|
1373
|
+
* chore: disable 2 date tests ([9f8582f](https://github.com/vuetifyjs/vuetify/commit/9f8582fbc02323c2e7b2a5b75b5469644bb56d0f))
|
|
1374
|
+
* chore(release): publish v3.5.18 ([3a90a91](https://github.com/vuetifyjs/vuetify/commit/3a90a91d8b26fd4d4228b73a48800639479ccc64))
|
|
1375
|
+
* chore(VNavigationDrawer): only show scrollbar if needed ([1cc6881](https://github.com/vuetifyjs/vuetify/commit/1cc68814c3579bc20c6c0e46d3f34e2b34523d31))
|
|
1376
|
+
* chore(goto): update cypress tests ([bc32a67](https://github.com/vuetifyjs/vuetify/commit/bc32a677d8d1b4302d4e691c9d25abc17ce3137d))
|
|
1377
|
+
* docs(team): update team members ([d2af7e0](https://github.com/vuetifyjs/vuetify/commit/d2af7e0371750fcde83362404922ac330707dbd8))
|
|
1378
|
+
* docs(VTextField): update dense example ([1870ae7](https://github.com/vuetifyjs/vuetify/commit/1870ae779e9a6a627f6ca607957adf7322603ab1))
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
# [3.6.0-alpha.2](https://github.com/vuetifyjs/vuetify/compare/v3.5.16...v3.6.0-alpha.2) "Other Commits" (2024-04-16)
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
### :rocket: Features
|
|
1386
|
+
|
|
1387
|
+
* **date:** support typescript module augmentation for adapters ([20ffadc](https://github.com/vuetifyjs/vuetify/commit/20ffadc9d73fe57d357edde56d7e907a7135bcee)), closes [#18710](https://github.com/vuetifyjs/vuetify/issues/18710)
|
|
1388
|
+
* **Tooltip:** add new directive ([#19053](https://github.com/vuetifyjs/vuetify/issues/19053)) ([2e1e743](https://github.com/vuetifyjs/vuetify/commit/2e1e74378b47e2f77721e1d3e5810cf6e25774f9))
|
|
1389
|
+
* **variant:** add configurable $border-width-root ([2abb221](https://github.com/vuetifyjs/vuetify/commit/2abb221696ae1a8ca2f264e6ed83ad3f1bd9875e)), closes [#16786](https://github.com/vuetifyjs/vuetify/issues/16786)
|
|
1390
|
+
* **VCardText/Subtitle:** add opacity support ([8633854](https://github.com/vuetifyjs/vuetify/commit/8633854c59306b3e7318bd0be9c499f59e883285))
|
|
1391
|
+
* **VDataIterator:** loading prop fix and add new slot "loader" ([#18811](https://github.com/vuetifyjs/vuetify/issues/18811)) ([3fca676](https://github.com/vuetifyjs/vuetify/commit/3fca676ad16d843a5ea610cd2656420afe111634)), closes [#17652](https://github.com/vuetifyjs/vuetify/issues/17652)
|
|
1392
|
+
* **VDivider:** add opacity support ([702bb50](https://github.com/vuetifyjs/vuetify/commit/702bb508cdfc5e1ce161b4ddd4a4b6d68de2c75d))
|
|
1393
|
+
* **VDivider:** add slot support ([395f157](https://github.com/vuetifyjs/vuetify/commit/395f157d5ecc676885a69fd76639ad8a485b8ee7))
|
|
1394
|
+
* **VInput:** add dimensions support to VInput ([#19600](https://github.com/vuetifyjs/vuetify/issues/19600)) ([45c8f61](https://github.com/vuetifyjs/vuetify/commit/45c8f615913c10d7e8f189ac067a6c860e96941d))
|
|
1395
|
+
* **VListItemSubtitle:** add new opacity prop ([565a794](https://github.com/vuetifyjs/vuetify/commit/565a794b7eebafbdf65e0efab8d39ba6abb700e3)), closes [#16446](https://github.com/vuetifyjs/vuetify/issues/16446)
|
|
1396
|
+
* **VProgressLinear:** add new buffer color / opacity props ([#19190](https://github.com/vuetifyjs/vuetify/issues/19190)) ([f257755](https://github.com/vuetifyjs/vuetify/commit/f25775557cb767629f2d6b3edaa2310a87eb58b7))
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
### :wrench: Bug Fixes
|
|
1400
|
+
|
|
1401
|
+
* **VCounter:** add error color when max is exceeded ([d4921d8](https://github.com/vuetifyjs/vuetify/commit/d4921d87f04e4eb224e835da3d4e6e7ad074718c)), closes [#19615](https://github.com/vuetifyjs/vuetify/issues/19615)
|
|
1402
|
+
* **VDataTable:** sort on transformed column values ([b6b9be5](https://github.com/vuetifyjs/vuetify/commit/b6b9be5e0f30df8f2444a565dcc1e93e39116b33)), closes [#18840](https://github.com/vuetifyjs/vuetify/issues/18840)
|
|
1403
|
+
* **VFileInput:** add hideInput prop ([#17270](https://github.com/vuetifyjs/vuetify/issues/17270)) ([614262e](https://github.com/vuetifyjs/vuetify/commit/614262e878dc9ace77f870df6b67844149be6fe1)), closes [#17142](https://github.com/vuetifyjs/vuetify/issues/17142)
|
|
1404
|
+
* **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
### Other Commits
|
|
1408
|
+
|
|
1409
|
+
* chore(release): publish v3.6.0-alpha.2 ([0f2b549](https://github.com/vuetifyjs/vuetify/commit/0f2b549477f78d937eec041122ac2569ef3c5702))
|
|
1410
|
+
* chore: revert default TDate change ([f909381](https://github.com/vuetifyjs/vuetify/commit/f90938125b0a7f44a197e8aa8bfe83737501c1a1))
|
|
1411
|
+
* chore(VBottomNavigation): update cypress unit test ([16dea66](https://github.com/vuetifyjs/vuetify/commit/16dea66be59e767560dc42c1b18fd5cfba697182))
|
|
1412
|
+
* chore(components.d.ts): update component types ([19f6f7f](https://github.com/vuetifyjs/vuetify/commit/19f6f7fcd122a4c3a9e2065160569ac76d326dae))
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
# [3.6.0-alpha.1](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.0...v3.6.0-alpha.1) "Other Commits" (2024-04-11)
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
### :rocket: Features
|
|
1420
|
+
|
|
1421
|
+
* **calendar:** add new prop for dynamic/static number of weeks ([#19584](https://github.com/vuetifyjs/vuetify/issues/19584)) ([296a790](https://github.com/vuetifyjs/vuetify/commit/296a790f9ed42590390c99625096b4e42dde86a1))
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
### :wrench: Bug Fixes
|
|
1425
|
+
|
|
1426
|
+
* **layout:** partial revert of layout change ([0cd9e54](https://github.com/vuetifyjs/vuetify/commit/0cd9e54a84249260eb9531a2f972ffd4d363a225))
|
|
1427
|
+
* **VBottomNavigation:** remove internal translate and fix active/modelValue ([54e33b6](https://github.com/vuetifyjs/vuetify/commit/54e33b636db904fe90b350cf195a53cc7ab7b664))
|
|
1428
|
+
* **VNavigationDrawer:** only show shadow when active ([665a46f](https://github.com/vuetifyjs/vuetify/commit/665a46ff297765b7b53f4b2b441714282e2a8069))
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
### Other Commits
|
|
1432
|
+
|
|
1433
|
+
* chore(release): publish v3.6.0-alpha.1 ([10b3a72](https://github.com/vuetifyjs/vuetify/commit/10b3a7235708975e87b38a2ab6b7f71cf869b162))
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
# [3.6.0-alpha.0](https://github.com/vuetifyjs/vuetify/compare/v3.5.15...v3.6.0-alpha.0) "Other Commits" (2024-04-10)
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
### :rocket: Features
|
|
1441
|
+
|
|
1442
|
+
* **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
|
|
1443
|
+
* **dates:** add all supported formats ([45199a4](https://github.com/vuetifyjs/vuetify/commit/45199a4a37108779763c083ffa2f10a5cb5dcd31))
|
|
1444
|
+
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
1445
|
+
* **opacity:** add new utility classes ([44e5588](https://github.com/vuetifyjs/vuetify/commit/44e55888f256169bc79805c6abce60fc03aa2295))
|
|
1446
|
+
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
1447
|
+
* **transitions:** add root variable ([#19120](https://github.com/vuetifyjs/vuetify/issues/19120)) ([f1735a5](https://github.com/vuetifyjs/vuetify/commit/f1735a5aa08fb3e82c66c034469380af724fb7db)), closes [#6470](https://github.com/vuetifyjs/vuetify/issues/6470)
|
|
1448
|
+
* **utilities:** add new classes ([a3ff4eb](https://github.com/vuetifyjs/vuetify/commit/a3ff4ebe0816d61085b32a1d9a195458891dfb39)), closes [#9243](https://github.com/vuetifyjs/vuetify/issues/9243)
|
|
1449
|
+
* **VAppBar:** add support for fully-hide scroll-behavior ([#19557](https://github.com/vuetifyjs/vuetify/issues/19557)) ([c6f6587](https://github.com/vuetifyjs/vuetify/commit/c6f65877b33f371c54c571aaea4155394b7debf2)), closes [#18020](https://github.com/vuetifyjs/vuetify/issues/18020)
|
|
1450
|
+
* **VBtnGroup/VBottomNavigation:** add baseColor prop ([#19088](https://github.com/vuetifyjs/vuetify/issues/19088)) ([4e84c67](https://github.com/vuetifyjs/vuetify/commit/4e84c67246d3d2f7364b9f843c67178e3486ccdd)), closes [#17042](https://github.com/vuetifyjs/vuetify/issues/17042)
|
|
1451
|
+
* **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
|
|
1452
|
+
* **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
|
|
1453
|
+
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
1454
|
+
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
1455
|
+
* **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
|
|
1456
|
+
* **VNavigationDrawer:** add delay functionality for rail ([0201c01](https://github.com/vuetifyjs/vuetify/commit/0201c019398c3a9ae1ecb4dbede775df875c8c70)), closes [#18413](https://github.com/vuetifyjs/vuetify/issues/18413)
|
|
1457
|
+
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
1458
|
+
* **VTabs:** add support for v-tabs-window ([#19248](https://github.com/vuetifyjs/vuetify/issues/19248)) ([b905b67](https://github.com/vuetifyjs/vuetify/commit/b905b677a69bc2c5a749d380895497a86b702e1d))
|
|
1459
|
+
* **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
### :wrench: Bug Fixes
|
|
1463
|
+
|
|
1464
|
+
* **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
|
|
1465
|
+
* **VDataTable:** add new prop to wrap text when use maxWidth ([#18961](https://github.com/vuetifyjs/vuetify/issues/18961)) ([dd929f5](https://github.com/vuetifyjs/vuetify/commit/dd929f5e52ff2a8a70c2df944c787b64a90335dd)), closes [#18862](https://github.com/vuetifyjs/vuetify/issues/18862)
|
|
1466
|
+
* **VDataTable:** selection duplication ([#18908](https://github.com/vuetifyjs/vuetify/issues/18908)) ([9745cd1](https://github.com/vuetifyjs/vuetify/commit/9745cd12f878465483d92d7ac0ffc1feceb35355)), closes [#18877](https://github.com/vuetifyjs/vuetify/issues/18877)
|
|
1467
|
+
* **VDataTableFooter:** dont apply i18n to numbers ([#18980](https://github.com/vuetifyjs/vuetify/issues/18980)) ([8e1f56e](https://github.com/vuetifyjs/vuetify/commit/8e1f56e7f7cec212f95a9fe991960107be7093e4)), closes [#18978](https://github.com/vuetifyjs/vuetify/issues/18978)
|
|
1468
|
+
* **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
|
|
1469
|
+
* **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
|
|
6
1470
|
|
|
7
1471
|
|
|
8
1472
|
### Other Commits
|
|
9
1473
|
|
|
10
|
-
* chore(release): publish v3.
|
|
1474
|
+
* chore(release): publish v3.6.0-alpha.0 ([b540fa5](https://github.com/vuetifyjs/vuetify/commit/b540fa5f8c261a0be4ba8619c985bd42c70dc352))
|
|
11
1475
|
|
|
12
1476
|
|
|
13
1477
|
|