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)