Change8

v16.3.1-canary.12

📦 next-jsView on GitHub →
1 features🐛 3 fixes🔧 3 symbols

Summary

This release includes improvements to Turbopack's CJS handling and scope hoisting, fixes for optimistic routing bugs, and the removal of legacy PPR code paths in favor of Cache Components.

Migration Steps

  1. Remove legacy PPR code paths
  2. Use Cache Components as the internal PPR signal
  3. Make legacy PPR paths explicit

✨ New Features

  • Turbopack: accept a module type argument for import.meta.glob

🐛 Bug Fixes

  • Fix: Optimistic routing bugs leading to repeated prefetch loops
  • fix: typos in code comments
  • Fix spelling in two comments

Affected Symbols