v16.0.2-canary.24
📦 next-js
✨ 3 features🐛 2 fixes🔧 4 symbols
Summary
This release introduces a new 'next upgrade' CLI tool and improves Turbopack performance. It also includes critical fixes for interception route prerendering and updates documentation for cacheHandlers.
Migration Steps
- Run 'next upgrade' to automatically update to the latest version.
- Update 'cacheHandlers' implementation to use objects instead of classes.
✨ New Features
- Introduced 'next upgrade' command to automate version updates.
- Added annotation for polyfill modules in the UI during 'next analyze'.
- Turbopack now uses batch insertion for marking dependencies as outdated to improve performance.
🐛 Bug Fixes
- Fixed prerendering issues for interception routes when using 'generateStaticParams'.
- Removed unnecessary additional padding from Next.js logs.
🔧 Affected Symbols
next upgradegenerateStaticParamscacheHandlersnext analyze