Skip to content

Releases: dcurletti/redux-infinite-scroll

v1.0.9

Choose a tag to compare

@dcurletti dcurletti released this 27 Apr 16:27
  • Removes unnecessary dependencies

v1.0.8

Choose a tag to compare

@dcurletti dcurletti released this 27 Apr 16:09
  • 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

Choose a tag to compare

@dcurletti dcurletti released this 06 Apr 15:33

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

Choose a tag to compare

@dcurletti dcurletti released this 06 Apr 00:21

Fixes transpile and version issues.

v1.0.5

Choose a tag to compare

@dcurletti dcurletti released this 06 Apr 00:06

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

Choose a tag to compare

@dcurletti dcurletti released this 05 Apr 23:07

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

v1.0.3

Choose a tag to compare

@dcurletti dcurletti released this 24 Feb 16:04

Fixes console errors from incorrect inline CSS style.