Releases: developerdizzle/react-virtual-list
Releases · developerdizzle/react-virtual-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
requestAnimationFrame
throttling functionality to its own utility method. #40 - Adds a
mapVirtualToProps
optional parameter, refactoring functionality of converting state and props into thevirtual
property, 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.
Version 1.8
Supports React 14