v16.2.0-canary.33
Breaking Changes📦 next-jsView on GitHub →
⚠ 1 breaking✨ 1 features🐛 2 fixes🔧 3 symbols
Summary
This release includes a fix for quality value handling in image processing, migration away from old Turbopack resolution methods, and a change in how font variables are handled during project creation.
⚠️ Breaking Changes
- Turbopack: Removed old Vc::try_resolve_* methods. Users must switch to using the ResolvedVc alternatives.
Migration Steps
- Replace usages of Vc::try_resolve_* methods with their corresponding ResolvedVc alternatives in Turbopack configurations.
✨ New Features
- Moved font variables to html during create-next-app execution.
🐛 Bug Fixes
- The findClosestQuality function now correctly returns 0 for low quality values.
- Prevented the use of unclosing prefetch streams in the browser.