- Fix handling of
focusTrapOptions.returnFocusOnDeactivate
for React-specific kinks likeautoFocus
on inputs.
- Upgrade
focus-trap
for important bug fix.
- Introduce
focusTrapOptions
prop (and remove redundancies). - Upgrade to
focus-trap
v2.
- Allow React 15 as peer dependency.
- Upgrade
focus-trap
to addescapeDeactivates
andclickOutsideDeactivates
props. - Allow arbitrary props passed through to the element itself.
- Move
react
topeerDependencies
and removereact-dom
dependency.
- Upgrade to React 0.14 and its companion ReactDOM.
- Initial release.