Releases: dcurletti/redux-infinite-scroll
Releases · dcurletti/redux-infinite-scroll
v1.0.9
- Removes unnecessary dependencies
v1.0.8
- 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
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
Fixes transpile and version issues.
v1.0.5
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
Adds dynamic classnames and ability to pass elements as either children
or items
props.
v1.0.3
Fixes console errors from incorrect inline CSS style.