@takazudo/zudo-doc 5.19.0 → 5.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to `@takazudo/zudo-doc` are documented in this file.
4
4
 
5
5
  The format is based on Keep a Changelog, and release notes are generated from the changelog MDX pages.
6
6
 
7
+ ## [5.19.1] - 2026-09-08
8
+
9
+ ### Other Changes
10
+
11
+ - Updated the zfb peer and development dependency family to 2.16.0 (`47c149385`). The upstream release carries one bug fix: zfb's esbuild version-gate spawn (`ensure_binary_verified`) now retries on `ETXTBSY` through zfb-build's existing retry loop instead of a bare `.output()`, so a build no longer dies with `Text file busy (os error 26)` on the first exec of a binary a packaged zfb has only just written to a tempdir. `@takazudo/zfb-md-wasm` changes only its README — every shipped artifact keeps its 2.15.1 byte size — and no public API, export, config default, or engine requirement moves.
12
+ - Raised the `@takazudo/zdtp` peer floor to `^0.5.2` (`47c149385`). The upstream release is additive for this consumer: a stable `data-zdtp-action` attribute on the header actions, and a fix keying popover and header items by that action id instead of by display label. There is no storage-key or config-shape migration, and the vendored design-token-panel constants mirror stays conformant against the real `@takazudo/zdtp/constants` leaf.
13
+
7
14
  ## [5.19.0] - 2026-09-07
8
15
 
9
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "5.19.0",
3
+ "version": "5.19.1",
4
4
  "type": "module",
5
5
  "description": "zudo-doc framework primitives layer that sits on top of zfb's engine — sidebar, theme, TOC, breadcrumb, layouts, head injection, View Transitions, SSR-skip wrappers (per ADR-003).",
6
6
  "license": "MIT",
@@ -667,10 +667,10 @@
667
667
  "CHANGELOG.md"
668
668
  ],
669
669
  "peerDependencies": {
670
- "@takazudo/zdtp": "^0.5.1",
671
- "@takazudo/zfb": "^2.15.1",
672
- "@takazudo/zfb-md-wasm": "^2.15.1",
673
- "@takazudo/zfb-runtime": "^2.15.1",
670
+ "@takazudo/zdtp": "^0.5.2",
671
+ "@takazudo/zfb": "^2.16.0",
672
+ "@takazudo/zfb-md-wasm": "^2.16.0",
673
+ "@takazudo/zfb-runtime": "^2.16.0",
674
674
  "@takazudo/zudo-doc-history-server": "^5.17.2",
675
675
  "diff": "^8.0.0",
676
676
  "katex": "^0.16.0",
@@ -706,9 +706,9 @@
706
706
  "yaml": "^2.9.0"
707
707
  },
708
708
  "devDependencies": {
709
- "@takazudo/zfb": "2.15.1",
710
- "@takazudo/zfb-md-wasm": "2.15.1",
711
- "@takazudo/zfb-runtime": "2.15.1",
709
+ "@takazudo/zfb": "2.16.0",
710
+ "@takazudo/zfb-md-wasm": "2.16.0",
711
+ "@takazudo/zfb-runtime": "2.16.0",
712
712
  "@types/fs-extra": "^11.0.4",
713
713
  "@types/minimist": "^1.2.5",
714
714
  "@types/node": "^25.3.5",
@@ -720,7 +720,7 @@
720
720
  "typescript": "^5.0.0",
721
721
  "vitest": "^4.1.0",
722
722
  "zod": "^4.3.6",
723
- "@takazudo/zudo-doc-history-server": "5.19.0"
723
+ "@takazudo/zudo-doc-history-server": "5.19.1"
724
724
  },
725
725
  "scripts": {
726
726
  "gen:search-widget-script": "node scripts/gen-search-widget-script.mjs",