react-virtualized v9.6.0 Release Notes

    • ๐Ÿ ๐ŸŽ‰ WindowScroller and Grid now support horizontal window-scrolling via new autoWidth property. (@maxnowack - #644)
    • ๐Ÿ”’ ๐Ÿ› Fixed a Content Security Policy (CSP) issue in an upstream dependency that impacted users of the Masonry component. For more information see issue #640.
    • โœจ List and Table always overscan 1 row in the direction not being scrolled to better support keyboard navigation (via TAB and SHIFT+TAB). For more information see issue #625.
    • โœจ Grid no longer alters scroll direction for one axis (eg vertical) if a scroll event occurs for another axis (eg horizontal).