5.14.0
Release notes for 5.14.0.
Released: 2026-08-31
Features
Added the
--asset-viewerfeature flag. Generated projects now emitassetViewer: trueinzfb.config.ts, enabling the package-owned viewer for files underpublic/assets/without adding a host route stub or extra template files. (45dc50cdb)Generated doc-history projects now use the package-owned
run-parallelcommand for their concurrent development servers, removingnpm-run-all2and reporting unsupported trailing arguments instead of silently ignoring them. (9402ff157,3ebfa6e9c)
Bug Fixes
Updated the generated link checker to recognize valid unquoted HTML attributes, decode character references, resolve percent-encoded routes, and avoid serialized-markup false positives. (
db9a07018)
Other Changes
Updated newly generated projects to use the zfb 2.14.0 package family and
@takazudo/zdtp0.4.14. (dbe8553c7,038870c94)