v16.3.0-canary.5
📦 next-jsView on GitHub →
✨ 1 features🐛 5 fixes🔧 1 symbols
Summary
This release focuses on core stability, improving build performance via Turbopack optimizations, and fixing several bugs related to route handlers and HMR flickering. Sourcemaps are now applied by default during prerendering.
✨ New Features
- Apply sourcemaps by default during prerender in next build.
🐛 Bug Fixes
- Fix route handler SWR blocking on Node runtime.
- Fix caching of test-cargo-unit in CI.
- Forward invalid dynamic usage errors on client-side navigations.
- HMR: debounce status indicator transitions to prevent flicker during bursts of changes.
- Fix 'export * as X from './self'' in scope-hoisted modules.