Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
react-window-1.2.0.tgz | 2018-10-03 | 28.4 kB | |
1.2.0.tar.gz | 2018-10-03 | 232.5 kB | |
1.2.0.zip | 2018-10-03 | 303.8 kB | |
README.md | 2018-10-03 | 648 Bytes | |
Totals: 4 Items | 565.3 kB | 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)