Skip to content

Releases: bvaughn/react-window

1.3.1

03 Dec 23:40
Compare
Choose a tag to compare

1.2.1

03 Oct 19:43
Compare
Choose a tag to compare
  • 🎉 Improved Flow types to include optional itemData parameter. (TrySound - #66)
  • 🐛 VariableSizeList and VariableSizeGrid no longer call size getter functions with invalid index when item count is zero.

1.2.0

03 Oct 19:39
Compare
Choose a tag to compare
  • Remove overflow:hidden from inner container (souporserious - #56)
  • 🎉 Flow types added to NPM package. (TrySound - #40)
  • 🎉 Relaxed grid scrollTo method to make scrollLeft and scrollTop params optional (so you can only update one axis if desired). - #63)
  • 🐛 Fixed invalid this pointer in VariableSizeGrid that broke the resetAfter* methods - #58)