Releases: developerdizzle/react-virtual-list
Releases · developerdizzle/react-virtual-list
Release list
Version 2.3.0
Version 2.2.4
Only minor changes here to make sure lib is up to date with src
Version 2.2.2
Version 2.2
This release includes some great improvements from @vinnymac:
- Refactors the
requestAnimationFramethrottling functionality to its own utility method. #40 - Adds a
mapVirtualToPropsoptional parameter, refactoring functionality of converting state and props into thevirtualproperty, allowing testing of this functionality, and allowing it to be overridden. #41
As well as some additional miscellaneous changes.
Version 2
This release is a major refactor of the component into an HOC, supporting React ^15, as well as some other simplifications.