Releases: vigetlabs/react-focus-trap
Releases · vigetlabs/react-focus-trap
2.5.0
v2.4.0
v2.3.0
1.0.1
Version 1.0.0
- react-focus-trap is now active by default. This component is used in many settings where it is not a modal. In the case of modals,
active
is typically assigned as a dynamic prop anyway. - The
onExit
property is no longer required.
Upgrading
active
is now true by default. Please verify that this does not conflict with your configuration settings (although our experience has shown this never to be the case).
Version 0.1.0
- Added an
active
property. This is true by default, however allows the FocusTrap to be eliminated if not active