๐ง Bug Fixes
- nested: avoid console warnings when updating items order (#21987) (1dac082), closes #20934
- validation: 'number' rule should accept 0 and empty string (#22204) (1b52724), closes #22192
- VAutocomplete/VCombobox: consistent open/close transition (#22144) (96f6479)
- VChipGroup: disable auto-scroll to the last selected (360203a), closes #22223
- VDatePicker: return correct range for DST (#22187) (a3ddcf1), closes #22186
- VDatePicker: correct range for
allowed-dates
(#22167) (e678f0e), closes #22160 - VDialog: focus trap should ignore invisible and inert elements (#22105) (adf3f91), closes #18400
- VListItem: respect link & canvas colors in forced-colors mode (#22032) (84a7bff)
- VMenu: avoid scrolling to the off-screen menu (#22044) (d1dafff), closes #21775 #20569 #21015 #16819
- VNumberInput: emit pasted value without waiting for blur (6034a73), closes #22182
- VNumberInput: allow typing negative decimal values with a comma separator (#22199) (f0fec8f), closes #22183
- VNumberInput: align stacked controls in underlined variant (#22185) (e10ffea), closes #22184
- VSkeletonLoader: render background in forced-colors mode (#22216) (26e0b6d)
- VSkeletonLoader: accept scoped styles (#22201) (c20031b), closes #22198
- VTabs: correct link state in Nuxt app (7068ce1), closes #22188
- VTextarea: mask should not clip scrollbar (#22001) (e8e7234), closes #21283
- VTextField: keep counter in one line (78e053f), closes #19620
- VTextField, VCombobox: avoid duplicated emits on clear (#22219) (3e92de3), closes #21417
- VVirtualScroll: scroll to last element (#22166) (1cc009f), closes #20931
- VWindow: Maintain scroll position on window change (#22191) (fb7d36b)
๐งช Labs
- VColorInput: avoid VField, VInput props leaking to VPicker (14b74d1)
- VDateInput: apply min/max to text input (#22196) (201e6d2), closes #22179
- VDateInput: avoid
color
prop leaking to VPicker (6bddea1) - VDateInput: avoid VField, VInput props leaking to VPicker (253e75e)
- VIconBtn: render interaction highlights in forced-colors mode (#22211) (37bd57d)
- VMaskInput: handle null value when clearing input (#22175) (46e3a84), closes #22174