Skip to content

Releases: dcurletti/redux-infinite-scroll

v1.0.9

27 Apr 16:27
Compare
Choose a tag to compare
  • Removes unnecessary dependencies

v1.0.8

27 Apr 16:09
Compare
Choose a tag to compare
  • Makes React and ReactDOM hard dependencies
  • Removes react-immutable-types for the time being. #14
  • Distribution files are now correctly outputted
  • Updates Readme

v1.0.7

06 Apr 15:33
Compare
Choose a tag to compare

Fixes an issue introduced in b9d113a where the loader animation was flashing since it was being added to the end of the items array.

v1.0.6

06 Apr 00:21
Compare
Choose a tag to compare

Fixes transpile and version issues.

v1.0.5

06 Apr 00:06
Compare
Choose a tag to compare

Fixes an issue in b9d113a where if you are passing items as children rather than items, then the infinite scroll would not calculate the size of the children.

Added a fix that prevents excessively quick scrolling from loading duplicate elements.

v1.0.4

05 Apr 23:07
Compare
Choose a tag to compare

Adds dynamic classnames and ability to pass elements as either children or items props.

v1.0.3

24 Feb 16:04
Compare
Choose a tag to compare

Fixes console errors from incorrect inline CSS style.