๐ง Bug Fixes
- use dvh instead of vh (2340b65), closes #11452
- animation: catch errors thrown by el.animate() (83a332b), closes #16406
- md3: apply rounded default to VBtnGroup not VBtn (52f2b9f), closes #16957
- VBtn: elevated variant in VAppBar & VCardActions (df81ee3)
- VDialog: use child combinator to select overlay content (f57507c), closes #16309
- VDialog: position with transform instead of flex (14c362c), closes #16882
- VGrid: fix breakpoints types (#16708) (e4d562f), closes #16604
- VKbd: add inline display (cc37b51)
- VLazy: correctly pass options to intersect directive (29b104c)
- VMenu: use child combinator to select overlay content (0e905e2)
- VOverlay: don't use percentage for scrim opacity (69dc8a2)
- VParallax: correct offset with positioned parent (765b31c), closes #15847
- VSlider: respect decimals from min (#16667) (13ba9d7), closes #16634
- VTab: inherit all VBtn props (133b417), closes #16918
- VTextField: reset caret position after input (#16759) (13f9a2b), closes #14935
- VTooltip: use child combinator to select overlay content (8bad7cf)
๐ฌ Code Refactoring
- replace explicit filter functions with options.filterProps() (d46caa9)
- form: export interfaces used in createForm() (#16894) (9532d7e)