react-window
Advanced tools
Changelog
1.4.0
overscanColumnsCount
and overscanRowsCount
props. Legacy overscanCount
prop will continue to work, but with a deprecation warning in DEV mode.setTimeout
with requestAnimationFrame
based timer, to avoid starvation issue for isScrolling
reset. - #106innerTagName
and outerTagName
props to innerElementType
and outerElementType
to formalize support for attaching arbitrary props (e.g. test ids) to List and Grid inner and outer DOM elements. Legacy innerTagName
and outerTagName
props will continue to work, but with a deprecation warning in DEV mode.direction
prop changes. - #104Changelog
1.2.4
Changelog
1.2.3
children
validation checks. They were too strict and didn't support new React APIs like memo
.Changelog
1.2.2