2.0.1
Release notes for 2.0.1.
Released: 2026-06-29
This is a patch release. It adds the settings.head site-<head> injection hook — the host-level seam that 2.0.0 "Collapse Wiring Shells" left missing — and bumps the zfb toolchain to 0.1.0-next.71. With no settings.head configured, rendered output is byte-identical to 2.0.0.
Features
@takazudo/zudo-doc: new optionalsettings.head: SiteHeadConfigfield that injects custom<head>content —preconnect,preload,stylesheets,alternateLinks, andmetadescriptors — on every page type (homepages, doc pages, tags, versions, 404) via the single live head emitter.stylesheetsentries acceptasync: truefor non-render-blocking loading (themedia="print"+onloadmedia-swap pattern with a<noscript>fallback). The field is serializable data only, so it also reaches package-injected routes. Absentsettings.heademits nothing, keeping output byte-identical to 2.0.0. (0c50a080, 32bae945, #2435)
Other Changes
Bumped the
@takazudo/zfbtoolchain —@takazudo/zfb,@takazudo/zfb-runtime,@takazudo/zfb-adapter-cloudflare— from0.1.0-next.70to0.1.0-next.71. (d0fe255f, #2435)