All Versions
8
Latest Version
Avg Release Cycle
102 days
Latest Release
2186 days ago

Changelog History

  • v0.13.0 Changes

    April 04, 2018

    ๐Ÿš€ This (unfortunately delayed) release adds support for React 16. Thanks to @aaronincincy and @mashehu for creating the pull requests that made this possible.

  • v0.12.1 Changes

    August 07, 2017

    Now, when moving from not using the window as scroll container to using the window as scroll container, we will subscribe to the new scroll listener.

    A more comprehensive fix for this will be in the works.

  • v0.12.0 Changes

    August 07, 2017

    ๐Ÿš€ The only feature change in this release is removing a prop we deprecated in 0.6.0. Many improvements have been made to the code to bring it towards modern (i.e. 2017 instead of 2016) frontend practices, although there is more work to be done on this front.

    ๐Ÿšš The peer dependency on create-react-class has been removed, which should lead to some minor space savings. For people who use the built react-infinite bundles, minified bundle size should be cut to 20kb (from 37kb) after removing some unnecessarily included peer dependencies.

    • ๐Ÿšš Moves from createClass to ES2015 class
    • โž• Adds prettier and upgrades eslint
    • โšก๏ธ Upgrades jest to version 20, begins usage of enzyme, and updates to snapshot tests
    • โšก๏ธ Updates types
    • ๐Ÿ”„ Changes travis settings and sets up a cache for node_modules
    • โœ… Implements very basic browser testing on Cypress
    • ๐Ÿšš Permanently removes infiniteLoadBeginBottomOffset, deprecated since 0.6.0
  • v0.11.2 Changes

    August 03, 2017

    This includes a safer method of dealing with the non-existence of window.

    โฌ†๏ธ We have also upgraded Flow to 0.52.0.

  • v0.11.1 Changes

    August 02, 2017

    When rendering React Infinite server-side, global.window will now be defined so that useWindowAsScrollContainer can be used.

  • v0.11 Changes

    May 15, 2017

    ๐Ÿš€ In React 15.5 access to PropTypes and createClass from React were deprecated. This release fixes those deprecation warnings.

  • v0.10.0

    October 04, 2016
  • v0.9.2 Changes

    April 22, 2016

    ๐ŸŽ This update improves performance slightly by using a cached version of the number of children rather than using React.children to count the number of children each time.