Releases: ryank109/react-redux-popup
Releases · ryank109/react-redux-popup
3.0.4
- Fixed event listener not getting removed on unmount on Popup component
3.0.3
IE did not support scrollX
and scrollY
properties. Replaced with pageXOffset
and pageYOffset
.
2.1.8
IE did not support scrollX
and scrollY
properties. Replaced with pageXOffset
and pageYOffset
.
2.1.7
Fixed popup positioning to apply body scroll position
3.0.2
Fixed popup position when window has scrolled
3.0.0
- React 16 support (dropped React 15 support on this version)
- Leverages React16's Portal API
- No more HOC, render props FTW (see README.md)
- Above things meant huge change in APIs...
2.1.6
Fixed build. Updated eslint and jest dependencies.
2.1.5
Fixed warnings in package.json file and updated license year.