v3.2.3
github-actions
released this
09 May 18:22
·
2109 commits
to master
since this release
π§ Bug Fixes
- click-outside: ignore mousedown from before element exists (cd88563), closes #16684
- forwardRefs: include forwarded elements in instance type (6fd1a13), closes #17299
- framework: remove components index imports (a6ed4c3)
- locale: add rtl classes to components (bc0436d), closes #16586
- theme: correct emphasis opacity in default dark theme (#17279) (1f6b2b3)
- VAutocomplete: hide selection slot when focused (#17294) (6885b43), closes #17291
- VAutocomplete/VCombobox: reset selection index on blur (516c306)
- VChip: overflow text in chip selections (#17283) (0a681c8), closes #16472
- VColorPicker: don't display 0 alpha as 1 (#17323) (6f67aad), closes #17322
- VExpansionPanel: remove duplicate aria-expanded (#17284) (94335b1), closes #15514
- VNavigationDrawer: account for VOverlay body offset when sticky (c45cc65)
- VOverlay: initialise position to top left with fixed activator (de08cb5)
- VOverlay: subtract body scroll from contentBox (b7e3da6), closes #16770
- VSelect: replace onfocusout with onAfterleave (#17218) (36e75c2), closes #17214
π§ͺ Labs
- date: allow passing already constructed DateInstance (507d87e), closes #17293
- VInfiniteScroll: add tag prop (24614e5), closes #17311