v16.3.0-canary.34
📦 next-jsView on GitHub →
✨ 3 features🐛 2 fixes🔧 10 symbols
Summary
This release includes several internal Turbopack cleanups, documentation updates, and enhancements to developer tooling like the instant error overlay. A key change involves renaming an internal function for short-circuit evaluation.
Migration Steps
- Rename `shortcircuit_if_known` to `eval_shortcircuit()`.
✨ New Features
- Added experimental flag `imgOptOperationCache` for image optimization.
- Added Errors/Insights tab split to the instant error overlay.
- Redesigned the unrendered-segment instant validation overlay.
🐛 Bug Fixes
- Produced valid file URLs for `import.meta.url` on Windows in Turbopack.
- Corrected custom server optimization guidance in documentation.