🔧 Bug Fixes
- click-outside: check clicked element instead of position (559c579)
- dependent: don't close if a child's overlay is clicked (dbe3213), closes #5310
- v-messages: increase line-height of inputs messages (#6868) (5f88487)
- VBtn: limit FAB icon transition to direct children (a76ef42)
- VDialog: close when escape is pressed (c64ed2a), closes #6352
- VDialog: focus the first child when tab leaves the dialog (2d5d72b), closes #2538
- VDialog, VMenu: focus activator when closed with esc (cef2d1d)
- VMenu: delay closing when save is called (74e0bd1), closes #5200
- VMenu, VTooltip: detect when activator has position:fixed (#6460) (700bb49), closes #6471 #1551
- VSelect: highlight newly selected item on keypress (495ffaa), closes #6856
- VSelect: keep menu closed when removing chip items. (#6845) (a4761cb), closes #6844
- VuetifyGoToOptions: add missing properties to types (ee1078f)