All Versions
27
Latest Version
Avg Release Cycle
94 days
Latest Release
1415 days ago

Changelog History
Page 2

  • v0.8.5 Changes

    April 08, 2017
    • ๐Ÿ“ฆ Use prop-types package instead of React.PropTypes.
  • v0.8.4 Changes

    March 06, 2017
    • Non-uniform type lists with a window scroll parent will no longer render an initial page unless they are visible in the viewport. (#143)
  • v0.8.3 Changes

    January 13, 2017
    • ๐Ÿ‘‰ Use setTimeout to detect stack overflow.
  • v0.8.2 Changes

    January 13, 2017
    • ๐Ÿ›  Fix issue with misconfiguration detection. (#160)
  • v0.8.1 Changes

    • Provide an error message if the list reaches an unstable state due to misconfiguration. (#156, #157)
  • v0.8.0 Changes

    • ๐Ÿ‘ Dramatically reduced the number of setState calls which should yield better performance.
    • Because of the reduced setState calls, the shallow equality check in shouldComponentUpdate has been removed which should lead to less confusion when attempting to re-render list items.
    • No changes should need to be made by component consumers, but I've bumped the minor version because the shouldComponentUpdate change is significant.
  • v0.7.22 Changes

    • Properly register and deregister event handlers with options. (#131)
  • v0.7.21 Changes

    • Enable passive option in scroll and mousewheel event handlers. (#129)
  • v0.7.20 Changes

    • ๐Ÿ›  Fix body scroll size bug. (#117)
  • v0.7.19 Changes

    • โž• Add itemSizeEstimator prop. (#113)
    • โž• Add useStaticSize prop. (#116)