Skip to content

v7.0.0

Choose a tag to compare

@iamdarshshah iamdarshshah released this 04 Apr 09:47
· 15 commits to master since this release

πŸŽ‰ v7.0.0

Installation

npm install react-infinite-scroll-component
# or
yarn add react-infinite-scroll-component

What's New

βš›οΈ React 17+ Required

  • Minimum React version is now 17.0.0 (previously 16.0.0)
  • Uses the new JSX transform β€” no more import React boilerplate

πŸ› οΈ Modernized Toolchain

  • Node.js: Requires 18.18.0+ (dropped Node 16)
  • Jest: Upgraded from v24 β†’ v29
  • Husky: Upgraded to v9
  • Storybook: Upgraded from v5 β†’ v7

⚠️ Breaking Changes

Before (v6) After (v7)
React 16+ React 17+
Node 12+ Node 18.18.0+

Migration

Upgrade React if you're on v16:

npm install react@17 react-dom@17

No API changes β€” the library interface remains the same.