react-virtualized v9.19.0 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
    • โšก๏ธ Replaced componentWillMount, componentWillReceiveProps, and componentWillUpdate with async-safe lifecycles in advance of React 16.x deprecation warnings. Added react-lifecycles-compat as a dependency, to ensure backwards compatibility.
    • Public flow interface for CellMeasurer. (diogofcunha - #1058)
    • ๐Ÿ‘Œ Improved build by setting sideEffects to false. (0xR - #1064)
    • ๐Ÿ› Fix flow type checks. (RyanLiu0235 - #1066)
    • ๐Ÿ— Rollup for UMD build. (TrySound - #994)
    • ๐Ÿ‘ Row direction support for Masonry (bardiarastin - #1071)
    • โž• Add lint-staged and precommit hooks (TrySound - #1082)
    • โž• Add scrollToRow and scrollToColumn support for ssr. (microcood - #1072)
    • โž• Add getTotalRowsHeight and getTotalColumnsWidth to Grid. (nihgwu - #1022)
    • ๐Ÿ‘ Allow top-right and bottom-left scrollbars in MultiGrid be hidden. (RaviDasari - #1040)
    • ๐Ÿ“š Documentation changes