1.2.0
Release notes for 1.2.0.
Released: 2026-06-28
Features
The generator now forwards
translationsandcolorSchemesinto the emittedzfb.config.ts, so a scaffolded project carries its i18n strings and color schemes through to the build. (be97f874, #2408)Host wiring passes
translationsandcolorSchemesthrough tozudoDocPreset(), making both configurable via the preset rather than by hand. (18d3a072, #2407)Package-provided routes now render their own body-end islands, so package docs routes hydrate their interactive islands without extra host wiring. (92dbf20f, #2406)
Thread
colorSchemesthrough the virtual module so the host theme resolves the active scheme at build time. (b20bd484, #2405)
Bug Fixes
zudoDocPreset()now defaultspackageOwnedRouteson and warns when it is explicitly turned off while content exists, preventing silently-empty doc routes. (4a3a6473, #2402)standalonefrontmatter now implieshide_sidebarandhide_toc, so standalone pages render chrome-free as intended. (311be086, #2395)
Other Changes
Bump the first-party
@takazudo/*build toolchain:@takazudo/zfb,@takazudo/zfb-runtime, and@takazudo/zfb-adapter-cloudflareto0.1.0-next.69, and@takazudo/zudo-doc-history-serverto^1.1.0. (c2ac69f1, 38b5d15a)