Skip to content

Releases: focus-trap/focus-trap

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)

v7.4.1

10 May 21:34
b781078
Compare
Choose a tag to compare

Patch Changes

  • 4f720ff: Bump tabbable to v6.1.2 for nwsapi patch

v7.4.0

08 Mar 21:51
7fe1bbe
Compare
Choose a tag to compare

Minor Changes

  • da97007: Added new onPost/Pause and onPost/Unpause hooks when un/pausing a trap (also called when auto-un/paused as a result of de/activating a second trap while another is currently active). (focus-trap-react#948)

v7.3.1

15 Feb 22:04
5dd0750
Compare
Choose a tag to compare

Patch Changes

  • a00cfa5: Bump tabbable to v6.1.1 for JSDom fixes