Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Version 0.9.0

Compare
Choose a tag to compare
@Jyrno42 Jyrno42 released this 25 Jun 13:12
· 59 commits to master since this release
78ec765
  • ❗ 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 to Modal [issue #50, PR #51]
    • Added prop modalClassName to Modal.Dialog
  • Added prop wrapperClassName to Modal
  • 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