๐ง Bug Fixes
- validation: return aliases when called without arguments (#21868) (64a82d4), closes #21477
- VAlert: restore unit-less support in Sass variable for title line-height (#21843) (8c1778a), closes #21841
- VColorPicker: aria labels for main controls (#21839) (e2ab73a), closes #21834
- VColorPicker: keep canvas visible when width is not px (22b828f)
- VDataTable: correct row height when with show-select and compact (#21829) (29b3bb0), closes #21767
- VDataTable: missing stripes on fixed columns (#21715) (739a6c9)
- VMenu, VTooltip: apply scroll-strategy reposition for horizontal overflow (#21309) (bd48658), closes #20625
- VNumberInput: keep focus when incrementing in the list (#21824) (d6b3384), closes #17083
- VOverlay: don't use content element as scroll parent (06c4c91)
- VSlider: avoid thumb label wedge gap (#21847) (059e578)
- VStepper: correct cursor for readonly item (aeb6f4d), closes #21867
- VTreeview: allow expanding disabled nodes (ed4d8cf), closes #21075 #21116
- VWindow: correctly reveal vertical arrows on hover (521ba7b)
๐ฌ Code Refactoring
- VDataTable: avoid Array.toReversed() (3894f98)
๐งช Labs
- VColorInput: pip customization (#21820) (db389d5)
- VVideo: prefer
max-width
, default to 100% (22d5dd5) - VVideo: add
aspect-ratio
prop (83e67d1) - VVideo: correct default track color with pills (e98919d)
- VVideo: correct color customization (13da3e1)
- VVideo: correctly move elevation to pills (3df9494)
- VVideo: hide overlays for background variant (466dc6f)