๐ Component promotions
The following components have been promoted to the core framework from labs:
๐ฏ Release notes
๐ Features
- theme: add layers option (#22215) (79e00cc)
- VBreadcrumbs: pass props and width to items (#22213) (a8751b2), closes #12249
- VCalendar: promote from labs (fc8f0b7)
- VCombobox: create new items when pasting with line breaks (#22304) (7c53fa0), closes #10813
- VDataTable: apply
colorto internal controls (#22157) (0b3315d), closes #22097 #19700 - VDataTable: add
initial-sort-orderprop (#22156) (b2f632f), closes #11117 #20615 - VDataTable: multi-sort mode and keyboard modifiers (#22133) (54bbc84), closes #22132
- VDatePicker: align control variants with MD3 (#21589) (5337a8b), closes #20717
- VDatePicker: add events and event-color support (#20965) (22dfb1b), closes #19296
- VDivider: add
content-offsetprop (e6b6284) - VDivider: add
variantprop (8a6c279) - VDivider: add
gradientprop (60367cd) - VList: add
prepend-gapandindentprops (#20616) (bd4a87b) - VNagivationDrawer, VOverlay: add
retain-focusprop (#22106) (d49788b), closes #16140 - VNumberInput: show error state when out of range (#21825) (2e2cddb)
- VOverlay: add
viewport-marginprop (#22243) (77b77cb) - VProgressCircular: add
roundedprop (#22051) (2bd681d) - VStepper: add new item-props prop (#20651) (b76d996), closes #19036
- VTabs: add
insetprop (#22221) (a90c736) - VTabs: add new prop, slider transition (#19556) (ee4fb38), closes #15798
- VTabs: slots for prev/next (#21976) (bb15873), closes #21969
- VTextarea: add
max-heightprop (#22286) (ac35aa7), closes #22284 - VTimePicker: input variant (#21601) (492b6af), closes #6957 #20714 #22056
- VToolbar: add
collapse-positionprop (#17937) (b1c2906), closes #11378 - VTreeview: add
no-dataslot (#22031) (6ebe9fd), closes #21954 - VTreeview: add
footerslot (#22130) (a87a3fd), closes #22100
๐ง Bug Fixes
- VAutocomplete, VCombobox: correct cursor for the field (075855f)
- VDatePicker: adaptable width for month view (ed53ef7)
- VDatePicker: support landscape mode (#22305) (5768788), closes #18274 #20605
- VInfiniteScroll: hide side element when empty (#21749) (55f8b52), closes #21705
- VRating: correct keyboard controls (#22314) (4410e30), closes #21561
- VTreeview: faster interactions with large trees (#22255) (9d5a1d4), closes #21720
- VTreeview:
indent-linessupport forfooterslot (efa50e4)