All Versions
33
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 4

  • v1.0.2 Changes

    • ๐ŸŽ‰ Enable Babel annotate-pure-calls option so that classes compiled by "transform-es2015-classes" are annotated with #__PURE__. This enables UglifyJS to remove them if they are not referenced, improving dead code elimination in application code. (Andarist - #20)
    • โšก๏ธ ๐ŸŽ‰ Update "rollup-plugin-peer-deps-external" and use new includeDependencies flag so that the "memoize-one" dependency does not get inlined into the Rollup bundle. (Andarist - #19)
    • ๐Ÿ“ฆ ๐ŸŽ‰ Enable Babel "loose" mode to reduce package size (-8%). (Andarist - #18)
  • v1.0.1 Changes

    โšก๏ธ Updated README.md file to remove @alpha tag from NPM installation instructions.

  • v1.0.0 Changes

    ๐ŸŽ‰ Initial release of library. Includes the following components:

    • ๐Ÿ›  FixedSizeGrid
    • ๐Ÿ›  FixedSizeList
    • VariableSizeGrid
    • VariableSizeList