react-virtualized v9.17.0 Release Notes

    • More natural scrolling speeds for large lists in Chrome. (TrySound - #936)
    • ๐Ÿ‘Œ Support for multi-column sort added to Table component. Read more about this here. Special thanks to CzBuCHi for the initial proposal and iteration in PRs #946 and #957. (bvaughn - #966)
    • ๐ŸŽ โœจ Improved Table performance for cases with large numbers of columns. (gannunziata - #942)
    • ๐Ÿ›  ๐Ÿ› Fixed potential initial render bug when using CellMeasurer with a List. (OriR - #959)
    • ๐Ÿ› Masonry component now renders at least one column to avoid an invalid, Infinity height layout issue. (djeeg - #961)
    • ๐Ÿ’… ๐ŸŽ‰ Optional className and style props added to AutoSizer component.