๐ง Bug Fixes
- colors: apply theme-on-surface override for bg text color (43529fa)
- framework: pass template refs to slots as functions (#19731) (f2c6050), closes #19713 #19685
- nested: correct prop types (#19758) (0db4297)
- variant: always remove underlay from normal flow (6aea5e4)
- VAutocomplete: only clear search on blur in multiple or using chips/selection slots (#19701) (d02e1b3), closes #19543
- VDataTable: header title font weight (#19742) (c4b33c0), closes #19737
- VDataTable: correctly update the value of showSelectAll (#19762) (7c64392), closes #19069
- VDataTable: change mobile default to false (#19744) (a194622)
- VFileInput: correctly set single value to null when cleared (fce7f75)
- VInfiniteScroll: do not emit load event if status is empty (#19764) (b7a4c36), closes #18895
- VList: allow group activators to be links (94a05d1), closes #10981
- VResponsive: contentClass accepts array and object (8f0322d), closes #19729
- VSheet: base color off of on-surface instead of on-background (183a2f9)
- VSlider: render in forced-colors mode (#19706) (21e9f5e), closes #19705
- VStepperWindow/Item/VTabsWindow: add missing class / style passthrough (49fc5c5)
- VTabs: inherit attrs and scope id (67b30e7), closes #19752 #19754
- VToolbar/VAppBar: nav-icon and title alignment (daa96e9)