Skip to content

Releases: ryank109/react-redux-popup

3.0.4

01 May 20:03
Compare
Choose a tag to compare
  • Fixed event listener not getting removed on unmount on Popup component

3.0.3

07 Mar 18:38
Compare
Choose a tag to compare

IE did not support scrollX and scrollY properties. Replaced with pageXOffset and pageYOffset.

2.1.8

07 Mar 18:37
Compare
Choose a tag to compare

IE did not support scrollX and scrollY properties. Replaced with pageXOffset and pageYOffset.

2.1.7

06 Mar 16:42
Compare
Choose a tag to compare

Fixed popup positioning to apply body scroll position

3.0.2

03 Mar 17:35
Compare
Choose a tag to compare

Fixed popup position when window has scrolled

3.0.1

20 Dec 18:56
023c5cc
Compare
Choose a tag to compare

3.0.0

10 Oct 15:15
Compare
Choose a tag to compare
  • 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

20 Sep 04:55
Compare
Choose a tag to compare

Fixed build. Updated eslint and jest dependencies.

2.1.5

20 Sep 04:02
Compare
Choose a tag to compare

Fixed warnings in package.json file and updated license year.

2.1.4

21 Jul 12:15
Compare
Choose a tag to compare

Fixed a bug