react-virtualized v9.4.0 Release Notes

    • ๐Ÿ’… ๐ŸŽ‰ New Masonry component optimized for Pinterest-style layouts. Check out the docs and demo page to learn more. (#618)
    • ๐Ÿ‘ ๐ŸŽ‰ MultiGrid supports scrollLeft and scrollTop props for controlled scrolling. (@julianwong94 - #624)
    • ๐ŸŽ‰ New direction parameter passed to overscanIndicesGetter with values "horizontal" or "vertical". (@offsky - #629)
    • ๐Ÿ‘ โœจ Replaced inline require statement with header import in Grid for better integration with the Rollup module bundler. (@odogono - #617)
    • ๐Ÿ› Improved guard for edge-case scrolling issue with rubberband scrolling in iOS. (@dtoddtarsi - #616)
    • โœจ Replaced getBoundingClientRect() with slightly faster offsetWidth and offsetHeight inside of AutoSizer.
    • โœจ AutoSizer no longer re-renders nor calls onResize callback unless width and/or height have changed (depending on which properties are being watched).