Change8

v16.3.0-canary.81

📦 next-jsView on GitHub →
2 features🐛 4 fixes🔧 2 symbols

Summary

This release includes several improvements to Turbopack, including enabling type imports by default and memory optimization. It also addresses various fixes in create-next-app and improves prefetching insights.

Migration Steps

  1. If you rely on the previous behavior of `rscEndpoint` in Turbopack, rename usages to `rscHmrEndpoint`.

✨ New Features

  • Turbopack now enables 'import with {type: 'text'}' by default.
  • Prefetching now surfaces URL data during prefetching as an Instant insight with rule page.

🐛 Bug Fixes

  • Fixed create-next-app to render filenames in Geist Mono so the preloaded font is used.
  • Fixed create-next-app to pin both axes on Tailwind template logos to silence aspect-ratio warning.
  • Fixed immutable static asset deployment tests.
  • Fixed logging of "Partial Prefetching enabled" during next build.

Affected Symbols