Skip to content

Releases: developerdizzle/react-virtual-list

Version 2.3.0

18 Apr 18:43
60347f8
Compare
Choose a tag to compare

This release adds support for React 16, thanks to @mrchief !

#74

Version 2.2.4

06 Feb 19:03
28430b9
Compare
Choose a tag to compare

Only minor changes here to make sure lib is up to date with src

#72

Version 2.2.2

21 Oct 22:48
Compare
Choose a tag to compare

This release includes a couple of bug fixes:

Version 2.2

16 Mar 02:07
Compare
Choose a tag to compare

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 the virtual property, allowing testing of this functionality, and allowing it to be overridden. #41

As well as some additional miscellaneous changes.

Version 2

11 Feb 18:18
Compare
Choose a tag to compare

This release is a major refactor of the component into an HOC, supporting React ^15, as well as some other simplifications.

Version 1.8

26 Nov 20:37
Compare
Choose a tag to compare

Supports React 14