Changes.Watch

Next.js changelog digest

May 4 - May 10, 2026. Useful releases, risky migrations, and noisy updates from the Next.js channel.

Next.js updates in 2026-w19

Release notes clarify compiler migration guidance

  • Docs now explain more cases where compiler adoption should be incremental.
  • Teams with custom hooks should pay attention to lint and memoization notes.

Turbopack production build stability updates

  • Production build fixes target route generation and CSS ordering.
  • Projects with custom bundler assumptions should validate before upgrading.

CSS engine patch improves incremental rebuilds

  • Incremental rebuilds are faster in projects with many imported CSS files.
  • Configuration edge cases around content scanning were tightened.

Beta release updates control-flow narrowing

  • The beta includes narrower inference for common conditional patterns.
  • Library authors should test declarations against stricter edge cases.