v16.2.2
📦 next-jsView on GitHub →
✨ 2 features🐛 3 fixes⚡ 1 deprecations🔧 1 symbols
Summary
This release primarily backports bug fixes and minor core changes, including enabling server HMR for app route handlers in Turbopack and addressing TypeScript deprecations.
Migration Steps
- If using TypeScript, be aware of backported v6 deprecations for baseUrl and moduleResolution.
✨ New Features
- Turbopack now enables server HMR for app route handlers.
- next.config.js can now accept an option for serverFastRefresh.
🐛 Bug Fixes
- Turbopack now excludes metadata routes from server HMR.
- Fixed CI for glibc linux builds.
- Disabled bmi2 in qfilter.
Affected Symbols
⚡ Deprecations
- TypeScript v6 deprecations for baseUrl and moduleResolution are backported.