v0.1.1128
Binaries available at: https://github.com/veryfront/veryfront/releases/tag/v0.1.1128
What's Changed
- fix(routing,html): validate SPA redirect scheme (security follow-up to #3063) by @mattboon in #3066
- fix: harden RSC initialization and remote module fetches by @kojiwakayama in #3070
- fix(404): render one consistent Not Found page for every path by @mattboon in #3069
- fix(esm): resolve versioned bare specifiers on the SSR target by @mattboon in #3071
- fix(rsc): fail closed on node: builtin imports in browser bundles by @mattboon in #3079
- fix(router): useRouter().push/replace/navigate do SPA navigation (no full reload) by @mattboon in #3075
- fix(api): ctx.text/ctx.json return 204/304 without a 500 by @mattboon in #3076
- fix(render): name the route in module-load timeout labels by @mattboon in #3068
- docs(middleware): fix execute() example (use handle()) + document dev-vs-prod module state by @mattboon in #3078
- fix(cli): make docs-agent template TypeScript clean by @kwakayama in #3074
Full Changelog: v0.1.1127...v0.1.1128