This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Version 0.9.0
- ❗ Drop support for react below
16.3.0
- Lock scroll of main body when modal is open via body-scroll-lock (issue #21, PR #54)
- Fixes scrolling issues in mobile browsers
- By default only listen to keyboard events when modal is open [PR #53 by @simonschmidt]
- Removed BrowserModal indirection and merged BrowserModal w/ Modal [issue #35, PR #51]
- Added prop
className
toModal
[issue #50, PR #51]- Added prop
modalClassName
toModal.Dialog
- Added prop
- Added prop
wrapperClassName
toModal
- Migrate away from
componentWillReceiveProps
- Note: Not compatible with StrictMode yet, see #55
- Update dependencies
- Use yarn
- Use node 8-12 in CI
- Add prettier
- Update webpack, eslint and babel configuration