This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Version 0.9.0-beta.0
Pre-release
Pre-release
- ❗ Drop support for react below
16.3.0 - Removed BrowserModal indirection and merged BrowserModal w/ Modal [issue #35, PR #51]
- Added prop
classNametoModal[issue #50, PR #51]- Added prop
modalClassNametoModal.Dialog
- Added prop
- Added prop
wrapperClassNametoModal - Update dependencies
- Use yarn
- Use node 8-12 in CI
- Add prettier
- Update webpack, eslint and babel configuration
- Migrate away from componentWillReceiveProps
- Lock scroll of main body when modal is open via body-scroll-lock (issue #21, PR #54)
- Fixes scrolling issues in mobile browsers