cloudflare/vinext v0.0.55
cloudflare/vinext
Captured source
source ↗published Jun 2, 2026seen 5dcaptured 11hhttp 200method plain
v0.0.55
Repository: cloudflare/vinext
Tag: v0.0.55
Published: 2026-06-02T09:48:29Z
Prerelease: no
Release notes:
What's Changed
New Features
- Added experimental
appShellsconfiguration option with validation support - Added support for Sparkle experimental flags:
varyParams,optimisticRouting, andcachedNavigations - Added layout safety observation foundations for improved skip optimization
- Added static layout reuse proof model for better performance analysis
Bug Fixes
- Fixed app router navigation to better align with Next.js behavior
- Fixed Pages Router to properly run
_document.getInitialPropswith renderPage enhancers - Fixed Head component to preserve charset and viewport defaults during client hydration
- Fixed Pages Router to deduplicate in-flight
_next/datafetches by URL to prevent redundant requests - Fixed Head component to match Next.js charset/viewport ordering and properly merge
_document.getInitialPropshead elements - Fixed TypeScript
next.configloading to keep packages externalized - Fixed TypeScript config resolution to properly handle
baseUrlimports fromtsconfig.json - Fixed server-only imports to work correctly from 'use server' modules
- Fixed fnv1a64 hash function to produce consistent fixed-width output
- Fixed App Router to preserve forwarded action redirect wrappers
- Fixed App Router to reuse pending prefetched RSC payloads for better performance
- Fixed App Router to preserve middleware headers on metadata routes
- Fixed Pages Router to preserve
import.meta.urlsource paths - Fixed server-only imports to be properly rejected from client-reachable modules
Performance
- Improved memory management with bounded default cache size and LRU eviction
- Enhanced ISR cache key generation to include i18n context for better cache accuracy
Internal / Chores
- Updated
@vitejs/plugin-rscdependency to version 0.5.27 - Added regression test for parallel slot page-over-default priority
Contributors
@NathanDrake2406 @james-elicx @southpolesteve @Divkix
Notability
notability 2.0/10Minor version update, no notable traction.