Skip to content

Releases: focus-trap/focus-trap

v7.6.2

16 Nov 18:50
893ae5f
Compare
Choose a tag to compare

Patch Changes

v7.6.1

10 Nov 16:46
6c757fa
Compare
Choose a tag to compare

Patch Changes

  • fc5910d: Fix fallbackFocus not used when initialFocus is selector to non-existent node (#1218)

v7.6.0

11 Sep 22:52
4ab10ba
Compare
Choose a tag to compare

Minor Changes

  • 8aeacee: Move Escape key handler to target phase to allow more control in escapeDeactivates (#1247)

v7.5.4

12 Oct 16:26
df98606
Compare
Choose a tag to compare

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

25 Sep 14:37
ed95b7c
Compare
Choose a tag to compare

Patch Changes

  • 203b322: Fix missing typings for initialFocus option (#1060)

v7.5.2

04 Jul 17:38
142d337
Compare
Choose a tag to compare

Patch Changes

  • b73eb02: Remove references to Array.prototype.findLast() not well supported in Safari (#996)

v7.5.1

03 Jul 19:58
07eec1e
Compare
Choose a tag to compare

Patch Changes

  • d9e2546: Fix possible exception in new Tabbable.getTabIndex() when initializing trap

v7.5.0

03 Jul 17:56
54ff3e0
Compare
Choose a tag to compare

Minor Changes

  • 5e2f913: Adds support for nodes with a positive tabindex in single-container traps only (#375)

v7.4.3

19 May 13:40
1dabbb3
Compare
Choose a tag to compare

Patch Changes

v7.4.2

17 May 18:31
390495c
Compare
Choose a tag to compare

Patch Changes

  • db62ce3: Clicking on open shadowDOM components within a focus trap's container when clickOutsideDeactivates=true should not deactivate the focus trap. (#959)