@takazudo/zudo-doc 5.5.2 → 5.5.3
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.
- package/CHANGELOG.md +10 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.5.3] - 2026-08-17
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Upgraded the zfb toolchain to 2.5.2, which fixes markdown directive nesting across blank lines, collapsed-run recognition on split shapes, fence-state carryover into the sibling scan, and JSX reconstruction swallowing nested line breaks. (f69f5c7b6)
|
|
12
|
+
|
|
13
|
+
### Other Changes
|
|
14
|
+
|
|
15
|
+
- Bumped the generated scaffold's zfb pins to 2.5.2 so a fresh project picks up the same fixes. (f69f5c7b6)
|
|
16
|
+
|
|
7
17
|
## [5.5.2] - 2026-08-16
|
|
8
18
|
|
|
9
19
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zudo-doc",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.3",
|
|
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",
|
|
@@ -610,10 +610,10 @@
|
|
|
610
610
|
],
|
|
611
611
|
"peerDependencies": {
|
|
612
612
|
"@takazudo/zdtp": "^0.4.10",
|
|
613
|
-
"@takazudo/zfb": "^2.5.
|
|
614
|
-
"@takazudo/zfb-md-wasm": "^2.5.
|
|
615
|
-
"@takazudo/zfb-runtime": "^2.5.
|
|
616
|
-
"@takazudo/zudo-doc-history-server": "^5.5.
|
|
613
|
+
"@takazudo/zfb": "^2.5.2",
|
|
614
|
+
"@takazudo/zfb-md-wasm": "^2.5.2",
|
|
615
|
+
"@takazudo/zfb-runtime": "^2.5.2",
|
|
616
|
+
"@takazudo/zudo-doc-history-server": "^5.5.2",
|
|
617
617
|
"diff": "^8.0.0",
|
|
618
618
|
"katex": "^0.16.0",
|
|
619
619
|
"preact": "^10.29.1",
|
|
@@ -647,9 +647,9 @@
|
|
|
647
647
|
"tsx": "^4.21.0"
|
|
648
648
|
},
|
|
649
649
|
"devDependencies": {
|
|
650
|
-
"@takazudo/zfb": "2.5.
|
|
651
|
-
"@takazudo/zfb-md-wasm": "2.5.
|
|
652
|
-
"@takazudo/zfb-runtime": "2.5.
|
|
650
|
+
"@takazudo/zfb": "2.5.2",
|
|
651
|
+
"@takazudo/zfb-md-wasm": "2.5.2",
|
|
652
|
+
"@takazudo/zfb-runtime": "2.5.2",
|
|
653
653
|
"@types/fs-extra": "^11.0.4",
|
|
654
654
|
"@types/minimist": "^1.2.5",
|
|
655
655
|
"@types/node": "^25.3.5",
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"typescript": "^5.0.0",
|
|
664
664
|
"vitest": "^4.1.0",
|
|
665
665
|
"zod": "^4.3.6",
|
|
666
|
-
"@takazudo/zudo-doc-history-server": "5.5.
|
|
666
|
+
"@takazudo/zudo-doc-history-server": "5.5.3"
|
|
667
667
|
},
|
|
668
668
|
"scripts": {
|
|
669
669
|
"build": "tsup && tsc -p tsconfig.build.json",
|