v16.3.0-canary.15
📦 next-jsView on GitHub →
✨ 1 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces forced ANSI colors for devtools overlay code frames and includes several Turbopack improvements, such as fixing middleware matchers and tracking proxy access on searchParams.
Migration Steps
- Turbopack: If you rely on `DynEffect::dyn_value`, update your code to use `DynEffect::value_hash` (a u128).
✨ New Features
- [devtools] Force ANSI colors on overlay code frames regardless of TTY.
🐛 Bug Fixes
- Track `searchParams` access through a Proxy to catch missing-key reads.
- Turbopack: Fix middleware matcher suffix.