๐ง Bug Fixes
- AppBar/SystemBar/BottomNav: disable initial transition (#16647) (1e9736a)
- defaults: reset/root should include undefined (9713ffe), closes #16615
- defaults: only try to read string props (a9617b5), closes #16589
- inputs: focus on mousedown instead of click (#16568) (e3e0614)
- proxiedModel: don't pass reactive objects to transformIn() (#16612) (02da4e3), closes #16512
- teleport: find only container that is direct child of target (ce2b450), closes #16610
- types: define missing slot types (#16621) (df0b2dd)
- VBottomNavigation: add missing transition for active toggle (7d4aed2)
- VChipGroup: add flex-wrap (e55f598)
- VListItem: center align icons for two line (b01173c)
- VOverlay: don't try to run scrollStrategy after closing (14c7640), closes #16569
- VOverlay: prevent infinite update loop during HMR (e829c30), closes #16661
- VOverlay: don't use requestIdleCallback in safari (b295a28), closes #16613
- VSelect: don't close menu if submenus are open (9cbe778), closes #16645
- VSelect: remove redundant clear handler (8cebb2d), closes #16638
- VSelect: fix selection slot example (9776af3)
- VToolbar: add default width of 100% (c76dc1a)