react-window
Advanced tools
Changelog
1.2.0
scrollTo
method to make scrollLeft
and scrollTop
params optional (so you can only update one axis if desired). - #63)this
pointer in VariableSizeGrid
that broke the resetAfter*
methods - #58)overflow:hidden
from inner container (souporserious - #56)Changelog
1.1.2
scrollToItem
bug that caused lists/grids with very few items to have negative scroll offsets.Changelog
1.1.1
FixedSizeGrid
and FixedSizeList
automatically clear style cache when item size props change.Changelog
1.0.3
Changelog
1.0.2
annotate-pure-calls
option so that classes compiled by "transform-es2015-classes" are annotated with #__PURE__
. This enables UglifyJS to remove them if they are not referenced, improving dead code elimination in application code. (Andarist - #20)includeDependencies
flag so that the "memoize-one" dependency does not get inlined into the Rollup bundle. (Andarist - #19)Changelog
1.0.1
Updated README.md
file to remove @alpha
tag from NPM installation instructions.
Initial release of library. Includes the following components:
FixedSizeGrid
FixedSizeList
VariableSizeGrid
VariableSizeList