Skip to content

v0.0.39

Choose a tag to compare

@github-actions github-actions released this 02 Apr 10:06
· 1026 commits to main since this release
ed2618a

What's Changed

New Features

  • Added standalone self-host output option with aligned production initialization scripts
  • Implemented parallelRoutesKey support in useSelectedLayoutSegment and useSelectedLayoutSegments hooks

Bug Fixes

  • Fixed cross-route client navigation hanging issues in Firefox
  • Resolved KV cache key format mismatch between build-time and runtime for static serving
  • Fixed font self-hosting transform to properly handle nested-brace options objects
  • Fixed double-comma syntax errors when font options contain trailing commas
  • Fixed route segment revalidation mapping to Nitro routeRules SWR
  • Prevented parse errors by skipping MDX files during RSC scan-build process

Performance

  • Added build-time precompression and startup metadata cache for static file serving
  • Optimized resolveParentParams lookups for better routing performance

Internal / Chores

  • Improved SSR head management and validation
  • Enhanced code quality with additional lint rules including preferring type over interface and disabling explicit any
  • Added shared test helpers and modern JavaScript syntax improvements
  • Enabled pnpm supply chain security rules
  • Added comprehensive test running scripts for unit and integration tests
  • Expanded gitignore entries for better repository hygiene

Contributors

@Divkix
@NathanDrake2406
@james-elicx
@sankalpmukim
@ygcaicn