react-window
Advanced tools
Changelog
1.8.10
Changelog
1.8.8
scrollToItem
accounts for scrollbar size in the uncommon case where a List component has scrolling in the non-dominant direction (e.g. a "vertical" layout list also scrolls horizontally).Changelog
1.8.5
Changelog
1.8.4
visibleStopIndex
in onItemsRendered
. (Previously this value was incorrectly reported as one index higher.) - (justingrant - #274)scrollToItem
"center" mode when the item being scrolled to is near the viewport edge. - (justingrant - #274)Changelog
1.8.3
scrollToItem
when scrollbars are present (MarkFalconbridge - #267)Changelog
1.8.2
overscanColumnsCount
and overscanRowsCount
props in favor of more consistently named overscanColumnCount
and overscanRowCount
. (nihgwu - #229)Changelog
1.8.1
pointer-events
with undefined
(oliviertassinari - #210)