v16.3.0-canary.50
📦 next-jsView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release includes various internal optimizations for Turbopack, improved handling of streaming prerenders, and a fix for 'this' context in edge sandbox timers. It also introduces support for root parameters in the App Shell client.
Migration Steps
- If using pnpm v11 or later, a codemod will write pnpm overrides to pnpm-workspace.yaml: #94690
✨ New Features
- Allow root params in App Shell (client)
🐛 Bug Fixes
- Fix 'this' context in edge sandbox setTimeout/setInterval: #94754