zudo-doc
GitHub repository

Type to search...

to open search from anywhere

1.0.1

Created Jun 26, 2026Takeshi Takatsudo

Release notes for 1.0.1.

Released: 2026-06-26

A patch fixing barebone (all-features-off) scaffold builds. Since packageOwnedRoutes is on by default, the always-copied host base template statically pulls @takazudo/zudo-doc/doc-history — and its import("diff") — into every generated bundle, even with doc history disabled. The scaffold only declared the diff peer when doc history was enabled, so a barebone zfb build failed at esbuild with Could not resolve "diff".

Bug Fixes

  • Provide the diff peer dependency unconditionally in generated projects so a barebone (all-features-off) zfb build resolves the always-bundled @takazudo/zudo-doc/doc-history import instead of failing at esbuild. (1c777e32, #2342)

Other Changes

  • Add a true-barebone scaffold → install → zfb build slow test that locks the regression, with shared install/build plumbing extracted into slow-build-helpers.ts; serialize the slow-test tier and clarify the optional-peer comment. (1c777e32, ff2cd958)

Revision History

Takeshi TakatsudoCreated: 2026-06-26T19:08:32+09:00Updated: 2026-06-26T19:08:32+09:00

AI Assistant

Ask a question about the documentation.