Skip to content

v0.11.0

Choose a tag to compare

@PatrickJS PatrickJS released this 18 Jun 00:28

Release notes from CHANGELOG.md for 0.11.0 (2026-06-17).

  • Removed the networked ssr-spa router mode and route-fragment fetching so
    ssr activates server-rendered HTML and snapshots without client route
    fetches.
  • Changed browser navigation to render registered SPA partials locally in
    spa and csr modes while leaving same-origin document navigation alone in
    ssr and mpa modes.
  • Replaced the server proxy's implicit global fetch default with an
    explicit transport callback supplied by application code.
  • Published only generated runtime artifacts and declarations:
    browser.*, server.js, framework.ts, and framework.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.ts 171,908 B raw /
    32,421 B gzip -> browser.min.js 72,827 B raw / 21,845 B gzip
    (-99,081 B raw, -10,576 B gzip).

Source: CHANGELOG.md in tag v0.11.0.