react-infinite v0.12.0 Release Notes

Release Date: 2017-08-07 // over 6 years ago
  • 🚀 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