Changelog History
Page 1
-
v4.1.1 Changes
June 08, 2026Important
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- ๐ releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- ๐ท maintainers burn out from juggling day jobs with the framework you depend on
- ๐ roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
- VMenu: prevent focus change during IME input (#21008) (374c955), closes #21001
- VNumberInput: emit
changewhen using controls and arrows (2ab2509) - VOverlay: respect % dimension boundaries (eaec65f), closes #22890
- VSelect: close menu when click lands inside host overlay (7ed9a54), closes #22897
- VSnackbar: more reliable progress bar (5e6fe60), closes #22894
- VTable: apply background and border for
fixed-footer(ecabcc5) - VTooltip: avoid stealing focus (77d1a8a), closes #22891
- VTooltip: merge content class and props (5cc3278)
๐งช Labs
-
v4.1.0 Changes
June 02, 2026v4.1.0 (Ascendant)
๐ Component promotions
The following components have been promoted to the core framework from labs:
- validation rules
- v-icon-btn
- v-stepper-vertical
- v-pull-to-refresh
- v-file-upload
- v-date-input
- v-color-input
- v-picker
๐ ๐ฏ Release notes
๐ Features
- VCalendar: add
interval-highlightprop (#22885) (4b1b720), closes #22593 - VExpansionPanelTitle: add hover prop to disable hover effect (#22827) (51fdd04), closes #21615
- VSwitch: add
sizeprop (#22882) (d0fb972), closes #18334 - VSwitch: add 'square' as new
insetvariant (#22881) (f0fb506) - VSwitch: align with MD3 spec (#22879) (010c8e7), closes #22164
- VDataTable: add aria-sort to sortable headers (e20fe22), closes #20974
- VDataTable: add aria-labels for selection controls (4e605c5), closes #9956
- VDataTable:
loadingprop to accept object withside(#22872) (1f64f3c), closes #9655 - VDataTable: add
expandedslot with transition support (#22871) (54ed488), closes #8197 #17527 - VDataTable: add filtered
itemsLengthto slot props (#22874) (372a614), closes #20496 - VRating: expose activeColor in item slot props (#22814) (7923f7b), closes #22273
- VTable: add
captionslot and pass aria-* to <table> (15e86a3), closes #21805 - VTable: add
gridlinesprop (#22873) (2cf2aab), closes #10083 #14412 - elevation: add
hover-elevationprop and CSS utilities (#22621) (c41efc4), closes #20462 - rounded: accept arbitrary values (#22721) (bd9037c), closes #14368
- theme: add optional page transitions (#22623) (b85a946)
- VCalendar: 24hour support (#22853) (c046c1f), closes #22415
- VColorPicker: add
hide-input-labelsprop (82ffc22), closes #22285 - VCommandPalette, VOverlay: introduce viewport location strategy (#22698) (ca399e5)
- VDataTable: add mobile header slot (#21429) (c0bdb9c), closes #19730
- VDataTable: add v-model:opened for group-by (#22772) (355e37a), closes #22300 #17707
- VDataTable: highlight search matches (#22852) (d4e1812), closes #20357
- VDatePicker: keyboard arrows navigation in selection grid (#22857) (d100d83), closes #5629
- VExpansionPanels: add more props for customization (#22723) (cd7b8ca), closes #21616 #12039
- VFileInput, VFileUpload: support pasting files and folders (b60d830), closes #22732
- VNumberInput: add
groupingprop (#22134) (ff04a2c), closes #22453 - VOtpInput: groups, a11y improvements, emoji (#22803) (825bf43), closes #22659 #18427
- VPagination, VDataTableFooter: ability to hide last page (#22788) (c8a245c)
- VProgressLinear: add
splitvariant to align with MD3 (#22662) (105a8b8) - VSparkline: markers & tooltips (#22748) (4eb9dc0)
- VTooltip: add
colorprop (#19689) (88934c8), closes #19567 - VTooltip:
target="cursor"should work for hoverable tooltips (#22728) (342c20b), closes #22161 - VTreeview: bind indentLines to item slot (327d648)
๐ ๐ง Bug Fixes
-
v4.1.0-beta.1 Changes
May 27, 2026Caution
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- ๐ releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- ๐ท maintainers burn out from juggling day jobs with the framework you depend on
- ๐ roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ Features
- VDataTable: add aria-sort to sortable headers (e20fe22), closes #20974 #22575
- VDataTable: add aria-labels for selection controls (4e605c5), closes #9956 #21543 #22791
- VDataTable:
loadingprop to accept object withside(#22872) (1f64f3c), closes #9655 - VDataTable: add
expandedslot with transition support (#22871) (54ed488), closes #8197 #17527 - VDataTable: add filtered
itemsLengthto slot props (#22874) (372a614), closes #20496 - VRating: expose activeColor in item slot props (#22814) (7923f7b), closes #22273
- VTable: add
captionslot and pass aria-* to <table> (15e86a3), closes #21805 - VTable: add
gridlinesprop (#22873) (2cf2aab), closes #10083 #14412
๐ ๐ง Bug Fixes
- theme: support transparent hex color for CSS variables (#22875) (a986920), closes #22865
- VBtnToggle: restore active overlay when no color is set (70804c2), closes #22856
- VOverlay: pull focus to trap when it biefly escapes (5d52b80), closes #22322
- VSwitch: suppress user-agent styles to avoid click dead-zone (3e16cc0)
๐ ๐ฅ Performance Improvements
-
v4.1.0-beta.0 Changes
May 21, 2026Caution
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- ๐ releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- ๐ท maintainers burn out from juggling day jobs with the framework you depend on
- ๐ roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
The following components/features have been promoted to the core framework from labs:
- validation rules
- v-icon-btn
- v-stepper-vertical
- v-pull-to-refresh
- v-file-upload
- v-date-input
- v-color-input
- v-picker
๐ Features
- elevation: add
hover-elevationprop and CSS utilities (#22621) (c41efc4), closes #20462 - rounded: accept arbitrary values (#22721) (bd9037c), closes #14368
- theme: add optional page transitions (#22623) (b85a946)
- vCalendar: 24hour support (#22853) (c046c1f), closes #22415
- VColorPicker: add
hide-input-labelsprop (82ffc22), closes #22285 - VCommandPalette, VOverlay: introduce viewport location strategy (#22698) (ca399e5)
- VDataTable: add mobile header slot (#21429) (c0bdb9c), closes #19730
- VDataTable: add v-model:opened for group-by (#22772) (355e37a), closes #22300 #17707
- VDataTable: highlight search matches (#22852) (d4e1812), closes #20357
- VDatePicker: keyboard arrows navigation in selection grid (#22857) (d100d83), closes #5629
- VExpansionPanels: add more props for customization (#22723) (cd7b8ca), closes #21616 #12039
- VFileInput, VFileUpload: support pasting files and folders (b60d830), closes #22732
- VNumberInput: add
groupingprop (#22134) (ff04a2c), closes #22453 - VOtpInput: groups, a11y improvements, emoji (#22803) (825bf43), closes #22659 #18427
- VPagination, VDataTableFooter: ability to hide last page (#22788) (c8a245c)
- VProgressLinear: add
splitvariant to align with MD3 (#22662) (105a8b8) - VSparkline: markers & tooltips (#22748) (4eb9dc0)
- VTooltip: add
colorprop (#19689) (88934c8), closes #19567 - VTooltip:
target="cursor"should work for hoverable tooltips (#22728) (342c20b), closes #22161 - VTreeview: bind indentLines to item slot (327d648)
๐ ๐ง Bug Fixes
- Dialog, VSnackbar: correct position with static location strategy (a8c1ad9)
- VCheckbox: align indeterminate opacity and color with MD3 (#22804) (c651933), closes #22039
- VDatePicker: align range selection with MD3 (#22858) (c4ae6de), closes #22793
- VHover: reconcile actual hover state when re-enabled (#22845) (3cde811), closes #22498
- VOverlay:
containedshould opt-out from static strategy (4c5228c) - VOverlay: make
locationandoriginactually useful (#22720) (13c9af0), closes #20919 - VSnackbarQueue: avoid stale z-index (#22796) (66f09ce)
๐งช Labs
- โจ VDateRangePicker: add new component (#22860) (7d3d76d), closes #21741
- โจ VHeatmap: add new component (#22535) (68ed649 + d336bde + 9a3bdff)
- โจ VHighlight: add new component (#22817) (181bf89)
- โจ VMonthPicker: add new component (#22534) (65a71c1), closes #17950
- VFileUpload: add
loadingprop (4dbc61f), closes #21695 - VFileUpload: stabilize item keys to correctly remove using chips ([d020c7f](d020c7fc2c98367b9db5d3602a...
-
v4.0.9 Changes
June 02, 2026Caution
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- ๐ releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- ๐ท maintainers burn out from juggling day jobs with the framework you depend on
- ๐ roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
-
v4.0.8 Changes
May 28, 2026๐ ๐ง Bug Fixes
- theme: support transparent hex color for CSS variables (#22875) (a986920), closes #22865
- VAutocomplete/VCombobox: click in empty space should not close menu (#22754) (d8b16d4)
- VBtnToggle: restore active overlay when no color is set (70804c2), closes #22856
- VOverlay: restore focus without preventing Enter keydown (#22276) (f4d376d), closes #19872 #22387
- VOverlay: pull focus to trap when it biefly escapes (5d52b80), closes #22322
- VSelect/VAutocomplete/VCombobox: keep menu open when scrolling (#22877) (300af6d), closes #22850
- VSwitch: suppress user-agent styles to avoid click dead-zone (3e16cc0)
๐ ๐ฅ Performance Improvements
-
v4.0.7 Changes
May 08, 2026Caution
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- ๐ releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- ๐ท maintainers burn out from juggling day jobs with the framework you depend on
- ๐ roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
- VAlert: border opacity should win over theme variables (#22832) (d355443)
- VBtnToggle: correct background when active (79a3a8c), closes #22004
- VField: correct baseline alignment (#22812) (14fd872), closes #22648
- VList: invisibly focus first element after open (d153a6e), closes #22783
- VProgressLinear: correct calculation for filled chunks (642a27b), closes #22818
- VSelects: merge menuProps.contentClass (6749424), closes #22822
- VTreeview,VList: wire
value-comparatorinto selection logic (#22841) (d5b4670), closes #22013
-
v4.0.6 Changes
April 22, 2026Important
Vuetify Needs Your Support! The OpenCollective funds have been fully exhausted. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
- VBadge: do not accept clicks within disabled elements (996cd6e), closes #22172
- VField: pass color to icon-color if glow prop is true (#21547) (10125b7), closes #21388
- VOtpInput: remove semicolon from sass file (bf53f9e), closes #22798
- VSelectionControl: readonly should not suppress focus-visible (#22527) (ce234a8), closes #22513
๐งช Labs
-
v4.0.5 Changes
April 02, 2026Important
Vuetify Needs Your Support! The OpenCollective funds have been fully exhausted. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
- SSR: avoid errors when rendering with latest Vue (#22764) (ecbe030), closes #22762
- types: support noUncheckedSideEffectImports (2098fb1), closes #22766
- ๐ useActivator: avoid closing hovered menu when tooltip hides (131e659), closes #22759
- VSnackbar: avoid blocking navigation (143ceaa), closes #18283
๐งช Labs
- VPie: shrink back hovered slices on mouseleave (1893748)
-
v4.0.4 Changes
March 25, 2026Important
Vuetify Needs Your Support! The OpenCollective funds have been fully exhausted. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
โก๏ธ If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
๐ ๐ง Bug Fixes
- VCol: correct types for
offset-*props (1cdd9c4), closes #22740 - VField: label transition on page with zoom (1fcad6b), closes #22747
- VSelect: prevent brief error state when clicking a menu item (7fec2d4), closes #22742
- VTimePicker: avoid loading all CSS utilities (015da52), closes #22733
๐งช Labs
- VCol: correct types for