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

Version 0.9.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jyrno42 Jyrno42 released this 14 Jun 09:33
· 82 commits to master since this release
  • ❗ Drop support for react below 16.3.0
  • 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
  • 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