What's Changed
New Features
- Google Fonts are now handled through virtual import rewrites instead of a generated catalog, improving build performance and flexibility
Bug Fixes
- Fixed TypeScript alias transforms not working correctly in React Server Components builds
- Fixed
useActionState state becoming undefined when redirect() is called during form actions
- Fixed Server-Side Rendering streaming issues in Pages Router applications
- Fixed flight hint regex not matching the correct format for hydration layer hints
Internal / Chores
- Extracted app page render lifecycle into separate modules for better code organization
- Refactored app page boundary rendering, HTML recovery, and probe runtimes into dedicated modules
- Separated app page boundary helpers, request helpers, and stream helpers into individual utilities
- Improved app page execution helpers organization
- Added documentation for generated entry refactor guidance
Contributors
@southpolesteve
@yunus25jmi1
@JaredStowell
@james-elicx