Releases: focus-trap/focus-trap
Releases · focus-trap/focus-trap
v7.6.1
Patch Changes
- fc5910d: Fix fallbackFocus not used when initialFocus is selector to non-existent node (#1218)
v7.6.0
Minor Changes
- 8aeacee: Move
Escape
key handler to target phase to allow more control in escapeDeactivates
(#1247)
v7.5.4
Patch Changes
- 680f6e8: Fix issue with not being able to cycle back to the start from the last element if there is a focusable web component inside the focus-trap ((#1068)[https://github.com//issues/1068])
v7.5.3
Patch Changes
- 203b322: Fix missing typings for initialFocus option (#1060)
v7.5.2
Patch Changes
- b73eb02: Remove references to
Array.prototype.findLast()
not well supported in Safari (#996)
v7.5.1
Patch Changes
- d9e2546: Fix possible exception in new
Tabbable.getTabIndex()
when initializing trap
v7.5.0
Minor Changes
- 5e2f913: Adds support for nodes with a positive tabindex in single-container traps only (#375)
v7.4.2
Patch Changes
- db62ce3: Clicking on open shadowDOM components within a focus trap's container when
clickOutsideDeactivates=true
should not deactivate the focus trap. (#959)