Releases: pdanpdan/vue-keyboard-trap
Releases · pdanpdan/vue-keyboard-trap
1.2.0
- feat: make sure the relatedFocusTarget is set when activating a trap
- fix: do not sort the list of focusable elements when exiting a trap to make sure the focus will go outside the trap
- feat: don't execute focus and refocus in animation frame
- feat: make sure trap is activated when autofocusing
- feat: bind directive on mount (instead of beforeMount)
- allow elements in the trap to be mounted in DOM when first processed
- feat: improve check if focus was successful
- account for focus target change on focus
- account for focus placeholder for editable elements
- feat: make visibleFocusCheckFn more permissive
- check all sides if they are visible
- always allow children of
dialog
1.1.0
1.0.23
1.0.21
1.0.20
- feat: disable trap with SHIFT+ESC
- feat: improve refocusing for nested roving traps
- feat: treat popovers like dialogs for focusing purposes
- feat: improve hint styles
- only show them on kbd interaction
- mark parent trap actions for nested roving traps with orthogonal directions