๐ Features
- icons: add Material Symbols iconset via UnoCSS (#22680) (6c463c1), closes #20053
- VDataTable: expose prevPage, nextPage, setPage in bottom slot (#22681) (4d1aa79)
๐ง Bug Fixes
- hotkey: add delimiter aliases without delimiter ambiguity (#22635) (a639698)
- rounded: add missing "md" size (#22679) (47cffdd)
- router: replace
next()deprecated in Vue Router v5 (#22643) (87c4129), closes #22632 - VDataTable: respect disableSort prop for sortable header (#22684) (767b0e8), closes #22523
- VFileInput: correct VField ref type (41a6063), closes #22309
- VGrid: avoid warning about no-gutters being deprecated - it is not (5d8ec63)
- VNavigationDrawer: fully clip list item text in rail mode (6b448cd), closes #22564 #22564
- VNumberInput: prevent input changes when readonly (#22692) (2b1ed0d), closes #22677
- VSelect/VAutocomplete/VCombobox: let focus leave to other fields (51196cf), closes #22697
- VTextarea: correct VField ref type (0d689aa)
- VTimePicker: keep hour value when changing AM/PM (b030df8)