Skip to content

v0.0.35

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:10
· 1073 commits to main since this release
6cfdaa6

vinext v0.0.35

What's Changed

New Features

  • Added support for inline Next.js configuration instead of requiring separate config files
  • Enhanced optimize-imports feature to support renamed exports for better import optimization
  • Memory cache can now be pre-populated from pre-rendered routes for improved performance

Bug Fixes

  • Fixed handling of non-ASCII characters in route parameters by properly percent-encoding X-Vinext-Params header
  • Resolved Node.js compatibility issues with WASM imports in og-font-patch by using dynamic imports
  • Fixed timing issue where request context was cleared before HTML streams were fully consumed
  • Prevented DOM pollution by stripping priority prop before forwarding to UnpicImage component

Internal / Chores

  • Moved pnpm configuration settings to pnpm-workspace.yaml for better workspace management
  • Refactored pages response helpers into separate utilities for improved code organization

Contributors

@southpolesteve
@hyoban
@NathanDrake2406
@james-elicx