yarn react-infinite-scroll-component 7.0.0
v7.0.0

8 hours ago

🎉 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.

Don't miss a new react-infinite-scroll-component release

NewReleases is sending notifications on new releases.