Skip to content

v0.0.34

Choose a tag to compare

@github-actions github-actions released this 22 Mar 19:15
· 1082 commits to main since this release
5f1681b

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