Releases: bvaughn/react-window
Releases · bvaughn/react-window
1.3.1
1.2.1
1.2.0
- Remove
overflow:hidden
from inner container (souporserious - #56) - 🎉 Flow types added to NPM package. (TrySound - #40)
- 🎉 Relaxed grid
scrollTo
method to makescrollLeft
andscrollTop
params optional (so you can only update one axis if desired). - #63) - 🐛 Fixed invalid
this
pointer inVariableSizeGrid
that broke theresetAfter*
methods - #58)