v0.11.0
Release notes from CHANGELOG.md for 0.11.0 (2026-06-17).
- Removed the networked
ssr-sparouter mode and route-fragment fetching so
ssractivates server-rendered HTML and snapshots without client route
fetches. - Changed browser navigation to render registered SPA partials locally in
spaandcsrmodes while leaving same-origin document navigation alone in
ssrandmpamodes. - Replaced the server proxy's implicit global fetch default with an
explicittransportcallback supplied by application code. - Published only generated runtime artifacts and declarations:
browser.*,server.js,framework.ts, andframework.d.ts; source,
tests, and examples are no longer included in the package tarball. - Added regression coverage for SSR snapshot activation without fetch, SPA
stale/error navigation behavior, explicit server proxy transports, and static
generated-bundle scans for implicit global fetch access. - Bundle size from bundled TypeScript source:
browser.ts171,908 B raw /
32,421 B gzip ->browser.min.js72,827 B raw / 21,845 B gzip
(-99,081 B raw, -10,576 B gzip).
Source: CHANGELOG.md in tag v0.11.0.