0.2.18
Release notes for 0.2.18.
Released: 2026-06-21
Features
Added an
enableClientRouterprop to@takazudo/zudo-doc'sDocLayout(defaulttrue). When set tofalse, the zfb SPAClientRouter— together with its view-transition meta tags and route announcer — is omitted from the SSG output, so a project can ship fully static pages with no client-side soft navigation. (9316a23c)
Bug Fixes
The
dynamicPageTransition: falsesetting now actually disables the SPA client router. Previously the prop existed but neither the showcase host nor generated projects forwardedsettings.dynamicPageTransitionto it, so the router stayed on regardless of the setting; it is now wired through everyDocLayoutWithDefaultscall site in both the host and thecreate-zudo-doctemplates. (a72e5b90, 42305193)