Skip to content

Releases: focus-trap/focus-trap-react

v11.0.1

12 Dec 16:15
c756daf
Compare
Choose a tag to compare

Patch Changes

  • cd75caa: Fix missing default export in typings; props no longer extend React.AllHTMLAttributes<any> to allow things like className (those extra props have always been ignored anyway); deprecate default export; add named export in code (#1396)

v11.0.0

07 Dec 20:50
06e856c
Compare
Choose a tag to compare

Major Changes

  • 4a37dae: Dropping propTypes and defaultProps no longer supported by React 19 and long deprecated in React 18 (going forward, use TypeScript for prop typings, and if necessary, a runtime library to validate props); Increasing minimum supported React version up to >=18; Bumping focus-trap dependency to v7.6.2

v10.3.1

10 Nov 20:47
fd11f4e
Compare
Choose a tag to compare

Patch Changes

  • ee62d91: Bump focus-trap to v7.6.1

v10.3.0

21 Sep 19:28
396c348
Compare
Choose a tag to compare

Minor Changes

  • 1738674: Bump focus-trap dependency to 7.6.0 for customizable ESC behavior (#1346)

v10.2.3

12 Oct 17:58
7282b6b
Compare
Choose a tag to compare

Patch Changes

  • 850a5a0: Bump focus-trap to v7.5.4 for shadow DOM related bug fix

v10.2.2

25 Sep 15:17
080ed88
Compare
Choose a tag to compare

Patch Changes

  • 10dc372: Bump focus-trap to 7.5.3 for typings fix

v10.1.4

19 May 14:15
a469148
Compare
Choose a tag to compare

Patch Changes

  • c1d6324: Bump focus-trap to v7.4.3 for bug fix for (#962)

v10.1.3

17 May 18:56
64f4e7a
Compare
Choose a tag to compare

Patch Changes

  • b137dfa: Bump focus-trap to v7.4.2 for shadow DOM-related fix

v10.1.2

10 May 22:42
1064934
Compare
Choose a tag to compare

Patch Changes

  • ada0709: Bump focus-trap to v7.4.1 and tabbable to v6.1.2 for nwsapi patch (#986).

v10.1.1

08 Mar 23:50
68e3d59
Compare
Choose a tag to compare

Patch Changes

  • 65c508c: Bump focus-trap to v7.4.0 for new onPost/Pause and onPost/Unpause hooks via existing focusTrapOptions prop. (#948)