react-virtualized v9.9.0 Release Notes

    • ๐ŸŽ‰ InfiniteLoader API method resetLoadMoreRowsCache accepts optional parameter to auto-reload most recent range of rows. (@BamaBoy - #704)
    • ๐Ÿ›  ๐ŸŽ‰ MultiGrid now supports scrolling when hovering over fixed rows or columns by way of new enableFixedColumnScroll and enableFixedRowScroll props. (@danalloway - #708)
    • ๐Ÿ ๐ŸŽ‰ WindowScroller supports new configurable scrollingResetTimeInterval prop (similar to Grid). (@djeeg - #728)
    • ๐Ÿ›  ๐Ÿ› Edge-case bugfix for style caching of Grids locked with ScrollSync. (@nathanpower - #727)
    • โœจ New onScrollbarPresenceChange prop added to Grid.