@takazudo/zudo-doc 4.4.5 → 4.4.7

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 +13 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ 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
+ ## [4.4.7] - 2026-07-27
8
+
9
+ ### Bug Fixes
10
+
11
+ - Corrected the admonition-title syntax documented in the generated project's `CLAUDE.md`: it now shows the supported bracketed form (`:::note[Custom Title]`) and explicitly names the Docusaurus-style `{title="..."}` attribute as unsupported. The attribute form either fails the build with `ReferenceError: title is not defined` or silently drops the title, and the runtime error never points back at the directive that caused it (a1dfc8460)
12
+
13
+ ## [4.4.6] - 2026-07-25
14
+
15
+ ### Other Changes
16
+
17
+ - Bumped the zfb family (`@takazudo/zfb`, `@takazudo/zfb-runtime`, `@takazudo/zfb-adapter-cloudflare`, `@takazudo/zfb-md-wasm`) to `0.1.0-next.96`, including the generator's scaffold pins and the zfb-md-wasm release-contract test version; the `?url` resource-import shape introduced in next.94 is unchanged (a63735de3)
18
+ - Adopted the published `4.4.5` lockstep floor for the `@takazudo/zudo-doc-history-server` peer and the target-manifest test fixture's `@takazudo/zudo-doc` pin (a63735de3)
19
+
7
20
  ## [4.4.5] - 2026-07-25
8
21
 
9
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "4.4.5",
3
+ "version": "4.4.7",
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",
@@ -597,10 +597,10 @@
597
597
  ],
598
598
  "peerDependencies": {
599
599
  "@takazudo/zdtp": "^0.4.9",
600
- "@takazudo/zfb": "^0.1.0-next.94",
601
- "@takazudo/zfb-md-wasm": "^0.1.0-next.94",
602
- "@takazudo/zfb-runtime": "^0.1.0-next.94",
603
- "@takazudo/zudo-doc-history-server": "^4.4.3",
600
+ "@takazudo/zfb": "^0.1.0-next.96",
601
+ "@takazudo/zfb-md-wasm": "^0.1.0-next.96",
602
+ "@takazudo/zfb-runtime": "^0.1.0-next.96",
603
+ "@takazudo/zudo-doc-history-server": "^4.4.5",
604
604
  "diff": "^8.0.0",
605
605
  "katex": "^0.16.0",
606
606
  "preact": "^10.29.1",
@@ -634,9 +634,9 @@
634
634
  "tsx": "^4.21.0"
635
635
  },
636
636
  "devDependencies": {
637
- "@takazudo/zfb": "0.1.0-next.94",
638
- "@takazudo/zfb-md-wasm": "0.1.0-next.94",
639
- "@takazudo/zfb-runtime": "0.1.0-next.94",
637
+ "@takazudo/zfb": "0.1.0-next.96",
638
+ "@takazudo/zfb-md-wasm": "0.1.0-next.96",
639
+ "@takazudo/zfb-runtime": "0.1.0-next.96",
640
640
  "@types/fs-extra": "^11.0.4",
641
641
  "@types/minimist": "^1.2.5",
642
642
  "@types/node": "^25.3.5",
@@ -650,7 +650,7 @@
650
650
  "typescript": "^5.0.0",
651
651
  "vitest": "^4.1.0",
652
652
  "zod": "^4.3.6",
653
- "@takazudo/zudo-doc-history-server": "4.4.5"
653
+ "@takazudo/zudo-doc-history-server": "4.4.7"
654
654
  },
655
655
  "scripts": {
656
656
  "build": "tsup && tsc -p tsconfig.build.json",