v16.3.1-canary.1
📦 next-jsView on GitHub →
✨ 1 features🐛 3 fixes🔧 3 symbols
Summary
This release includes improvements to Turbopack, preserves per-segment prefetching after dynamic navigation, and renames a static generation stream option. Several documentation corrections and internal changes are also included.
Migration Steps
- Rename the static generation stream option from its previous name to `waitForAllReady`.
✨ New Features
- Preserve per-segment prefetching after dynamic navigation.
🐛 Bug Fixes
- Turbopack: don't strip async-module runtime from shared runtime chunks.
- [turbopack] Drop dead writes to `exports`.
- [turbopack] Ignore writes to `exports` after a `module.exports = {}` writes.