🚧 Beta Release
This is a beta release of v7.0.0. Please test and report any issues.
Installation
npm install react-infinite-scroll-component@beta
# or
yarn add react-infinite-scroll-component@betaWhat'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 Reactboilerplate
🛠️ 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@17No API changes — the library interface remains the same.
Feedback
This is a beta release. Please test it in your projects and report any issues. Your feedback helps ensure a stable v7.0.0 release!