Releases: vuetifyjs/vuetify
Releases Β· vuetifyjs/vuetify
Release list
v4.1.7
Important
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.
Even if you look with optimism into the future (despite the sad economic reality), it is not responsible to keep your largest open source dependency in this poor financial state. Vuetify is on the borrowed time - if anything happens to maintainers primary employment, they are more likely to drop off.
Every contribution helps us keep Vuetify alive and signals to maintainers that their effort is appreciated.
Thank you.
π§ Bug Fixes
- elevation:
hover-elevationprop should not requireelevation(378f593) - VAutocomplete,VCombobox: camelize item props for prepend icon and avatar (8a20623), closes #20989
- VProgressLinear,VIconBtn: avoid Vite v8 dropping transition timing (f23af8a), closes #23046
- VStepperVerticalItem: unnecessary error color to step content (fce4eaa), closes #23032
- VStepperWindow/VTouch: guard against double teardown (#23030) (54a2b6a)
- VTextField: respect
hide-details="auto"with counter (#22620) (a94efe4), closes #19998
v3.13.0
π Features
- VBtnGroup: add
sizeprop to align with standalone buttons (eada595), closes #16054 - VDataTable: add aria-sort to sortable headers (25c0f0f), closes #20974 #22575
- VDataTable: add aria-labels for selection controls (db186fc), closes #9956 #21543 #22791
- VDataTable: add mobile header slot (#21429) (541cb4e), closes #19730
- VSelect/VAutocomplete/VCombobox: new events for multi-selection (#23038) (cdd14a9), closes #4054 #5682
- VSkeletonLoader: add
chip-grouptype (07ceb33), closes #20695 - VSkeletonLoader: add prop & reintroduce (#23037) (e098eec), closes #20942 #17506
π§ Bug Fixes
- v-tooltip: correctly handle
trueandundefined(db4f890), closes #20463 - VDataTable: hide empty header cell in mobile view (516d347)
- VDataTable: respect disableSort prop for sortable header (#22684) (a5a2d08), closes #22523
- VStepperVerticalItem: unnecessary error color to step content (e5141c0)
- VStepperWindow/VTouch: guard against double teardown (#23030) (37ef495)
v4.1.6
π§ Bug Fixes
- defaults: keep nested root defaults through teleport reset (#23015) (3ad37e6), closes #23009 #22506 #21814
- VDataTableVirtual: avoid scroll glitches with expanded rows (#23014) (bb6d1ef), closes #20457
- VDialog: defer auto-focus until the inner field is focusable (8908e7e), closes #18456
- VDialog/VField/etc.: correct focus resolution in Shadow DOM (#23027) (27504ff)
- VImg: handle image ref deferred by Nuxt page transition (0f72baf), closes #23011
- VList: resolve keyboard navigation inside an open Shadow DOM (#23024) (48628c6)
- VListItem/VChip/VDatePickerHeader: only attach click when interactive (#23028) (47492b6), closes #22854
- VOverlay: unnecessary target attribute for CSS transitions (#22190) (e56352a)
- VSelect: release focus on first click outside (ff966d2), closes #22828
- VSelect: only focus first item when menu is opened with keyboard (4bb9151), closes #22283
- VSelect/VAutocomplete/VCombobox: reliable list with selection (#23029) (745dc9a), closes #22531 #22539 #21404 #20482
- VVirtualScroll: trim leading items when appending to bottom (1ac7cb7), closes #20959
- VVirtualScroll: recalculate visible items on item resize (#22938) (7bd046e), closes #22937
v3.12.11
π§ Bug Fixes
- VCalendar: prevent next day hours when customizing intervals (938c824)
- VCalendar: add missing interval props (#23000) (f29273c), closes #22718
- VImg: handle image ref deferred by Nuxt page transition (1d1ad89), closes #23011
- VOverlay: unnecessary target attribute for CSS transitions (#22190) (eb101e8)
- VSelect: release focus on first click outside (ae77b94), closes #22828
- VSelect: only focus first item when menu is opened with keyboard (23d4649), closes #22283
- VVirtualScroll: trim leading items when appending to bottom (458317f), closes #20959
- VVirtualScroll: recalculate visible items on item resize (#22938) (fede124), closes #22937
v4.1.5
π§ Bug Fixes
- types: preserve RouteLocationRaw in emitted declarations (d4d7b4b), closes #22615
- VCalendar: prevent next day hours when customizing intervals (4e36892)
- VCalendar: add missing interval props (#23000) (d1f6f96), closes #22718
- VDataTable: hide empty header cell in mobile view (a759055)
- VOverlay: skip click-outside DOM scan for inactive overlays (74e297f), closes #22995
- VSwitch: resolve inset thumb scale ratios in Sass (86fcfaa), closes #23004
- VTreeview: search should match reactive nodes when using return-object (#22640) (1e92d74), closes #22533
π§ͺ Labs
v3.12.10
v4.1.4
π§ Bug Fixes
- date: correct locale on StringDateAdapter (83ed8d4)
- theme: provideTheme current should use computedThemes (#22987) (998fe6a), closes #22986
- VDateInput: do not fill range on blur (b7569fe), closes #22984
- VMenu: correct close cascade for nested menus (5902e09), closes #20003 #21606 #22227
- VMenu: correct click-outside detection when content resizes (007f546), closes #22488
- VNumberInput: accept non-ASCII minus sign (6063d7a), closes #22988
- VNumberInput: keep all decimals when precision is null (87b0e57), closes #22990
v4.1.3
π§ Bug Fixes
- rounded: translate
2xl,3xl, etc. to classes (0ea03f4), closes #22978 - VAutocomplete: don't trigger keydown listener during IME composition (#22974) (c1ef7fa)
- VDataTable: keep rows visible after hiding a column with a custom filter (#22971) (aea8e77), closes #22863
- VDataTable: apply text-align to columns with align 'start' (02f5f81), closes #22979
- VDateInput: derive display format from date adapter locale (#22976) (962cda0)
- VDateInput: do not ignore the first click when actions are visible (7fb5ef8)
- VOtpInput: move focus correctly in RTL mode (f0145aa)
- VOtpInput: pasting from mobile device (5c39a64), closes #22931
- VSelect/VAutocomplete/VCombobox: respect
no-auto-scroll(adb2597), closes #22920 - locale: correctly resolve Kurdish locale to RTL (4782312)
v3.12.9
v4.1.2
π§ Bug Fixes
- theme: async transition should return a Promise (904f949), closes #22900
- utilites: merge height values into single group (ff6e4e4), closes #22916
- VDialog: clear inline styles when enabling fullscreen mode (ea29378), closes #22926
- VOverlay: static location should snap to edges using CSS (#22921) (4fc3c8e), closes #22911
- VOverlay: do not clear position when closing (923b3b6), closes #22930
- VOverlay: keep overlay attached with iOS keyboard open (#22923) (2e51298), closes #22376
- VOverlay: resolve size with CSS function (calc, min, vw) to pixels (bf105bf)
- VOverlay: dimension props should be reactive in static strategy (eb56d37)
- VPagination: predictable length behavior in flex container (#22912) (e7016b1), closes #22907
- VTreeview: apply
hide-actionsto group nodes (e5555ae), closes #22919