Releases: focus-trap/focus-trap-react
Releases · focus-trap/focus-trap-react
v11.0.1
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
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.0
Minor Changes
- 1738674: Bump focus-trap dependency to 7.6.0 for customizable ESC behavior (#1346)
v10.2.3
Patch Changes
- 850a5a0: Bump focus-trap to v7.5.4 for shadow DOM related bug fix
v10.2.2
Patch Changes
- 10dc372: Bump focus-trap to 7.5.3 for typings fix
v10.1.4
Patch Changes
- c1d6324: Bump focus-trap to v7.4.3 for bug fix for (#962)
v10.1.3
Patch Changes
- b137dfa: Bump focus-trap to v7.4.2 for shadow DOM-related fix
v10.1.2
Patch Changes
- ada0709: Bump focus-trap to v7.4.1 and tabbable to v6.1.2 for nwsapi patch (#986).
v10.1.1
Patch Changes
- 65c508c: Bump focus-trap to v7.4.0 for new onPost/Pause and onPost/Unpause hooks via existing
focusTrapOptions
prop. (#948)