react-window v1.0.2 Release Notes

    • ๐ŸŽ‰ 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)