v2.2.0
What's Changed
ModalPortal
This release only adds ony component ModalPortal
, which is very useful to open modals right when the page is loaded and to control shared state between components.
See new example here
https://codesandbox.io/s/react-modal-global-examples-v2-2-0-1cj3vy
- Added
ModalPortal
to make transition fromreact-modal
smoother by @FrameMuse in #65
Full Changelog: v2.1.0...v2.2.0