๐ง Bug Fixes
- theme: ability to restore "system" (#21821) (45077be), closes #21819
- VColorPicker: keep sliders visible when inputs are hidden (#21803) (215bfd8), closes #21801
- VCombobox: select all values from pasted text (#21840) (408a95d), closes #21838
- VDataTable: don't pass slots to VSelect in mobile view (#21572) (6e61468), closes #19873
- VDatePicker: add aria-labels for improved accessibility (#21635) (5e3fc2b), closes #20696
- VDatePicker: avoid infinite loop when first day is out of range (#21649) (a330d75)
- VFileInput: avoid text overflow with long file names (#21748) (389a260), closes #21707
- VFileUploadItem: accept
titleslot (#21769) (fe85aa0) - VList: merge classes from itemProps (5423fbf)
- VNumberInput: only trim zeros from the end (ab2d941), closes #21828
- VNumberInput: keep cursor position when typing decimal values (acc30fb)
- VOverlay: trigger scrollStrategy when target is a point (1146171)
- VProgressLinear: accept pointer events unless
clickableis used (#21691) (a6b1136), closes #21690 - VRipple: support touch simulators (#20776) (9fa2870)
- VSlider: correctly apply
thumb-color(#21833) (b207522), closes #21832 - VTextField: don't try to re-focus input on focus (#21722) (14c88df), closes #21716 #21626 #21717
- VTreeview: hide extended lines when fluid (#21798) (5728b2b), closes #21794