Change8

v16.1.1-canary.22

📦 next-jsView on GitHub →
4 features🐛 1 fixes

Summary

This release introduces several core improvements, including tracking the search string in refresh state and passing the RouteTree into navigation functions. A significant change is the revert of the PPR consolidation refactor.

Migration Steps

  1. Revert changes introduced in "refactor: consolidate PPR into cacheComponents architecture (#88243)" due to revert #88421.

✨ New Features

  • Track search string as part of "refresh state".
  • Pass RouteTree into navigation function.
  • Read from segment cache unknown routes.
  • Pass loading boundary as part of RSC data.

🐛 Bug Fixes

  • Fixed support for TypeScript `noUncheckedSideEffectImports` for CSS imports.