Skip to content

Releases: developerdizzle/react-virtual-list

Version 2.3.0

Choose a tag to compare

@developerdizzle developerdizzle released this 18 Apr 18:43
60347f8

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

#74

Version 2.2.4

Choose a tag to compare

@developerdizzle developerdizzle released this 06 Feb 19:03
28430b9

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

#72

Version 2.2.2

Choose a tag to compare

@developerdizzle developerdizzle released this 21 Oct 22:48

This release includes a couple of bug fixes:

Version 2.2

Choose a tag to compare

@developerdizzle developerdizzle released this 16 Mar 02:07

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

Choose a tag to compare

@developerdizzle developerdizzle released this 11 Feb 18:18

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

Version 1.8

Choose a tag to compare

@developerdizzle developerdizzle released this 26 Nov 20:37

Supports React 14