v16.2.0-canary.60
📦 next-jsView on GitHub →
✨ 1 features🐛 5 fixes🔧 2 symbols
Summary
This release includes fixes for route caching, image handling, and Webpack profiling configuration, alongside an upgrade to React and improvements to documentation.
Migration Steps
- The next upgrade command is intended for versions 16.1.x and later.
✨ New Features
- Add support for Next.js error telemetry for AggregateError.
🐛 Bug Fixes
- Fix route cache keying for unprefetched navigations.
- Fix config.reactProductionProfiling for Webpack.
- next-image: fix deployment id handling for unoptimized.
- next-image: fix dpl handling with unicode.
- Turbopack: Fix experimental server hmr for pages router.