@takazudo/zdtp 0.8.1 → 0.8.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
CHANGED
|
@@ -8,6 +8,28 @@ The format is based on Keep a Changelog, and release notes are generated from th
|
|
|
8
8
|
|
|
9
9
|
No unreleased changes yet.
|
|
10
10
|
|
|
11
|
+
## [0.8.3] - 2026-09-25
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Recover panel mounts from orphaned SPA roots: a same-id root left behind by an SPA swap is now adopted and re-rendered instead of silently ignoring later toggles ([#986](https://github.com/Takazudo/zudo-design-token-panel/issues/986), [#996](https://github.com/Takazudo/zudo-design-token-panel/pull/996)) (2ba9339)
|
|
16
|
+
|
|
17
|
+
### Other Changes
|
|
18
|
+
|
|
19
|
+
- test: cover packed consumer SPA remount ([#996](https://github.com/Takazudo/zudo-design-token-panel/pull/996)) (2f0bd38)
|
|
20
|
+
- test: align packed doc smoke with real bootstrap timing ([#996](https://github.com/Takazudo/zudo-design-token-panel/pull/996)) (878a612)
|
|
21
|
+
- test: unmount auto-mount panel before jsdom teardown ([#996](https://github.com/Takazudo/zudo-design-token-panel/pull/996)) (c67549c)
|
|
22
|
+
- chore(deps): update first-party packages and vendor pins ([#994](https://github.com/Takazudo/zudo-design-token-panel/pull/994)) (f224082)
|
|
23
|
+
- feat(b4push): queue heavy steps through the machine-wide heavy-guard ([#985](https://github.com/Takazudo/zudo-design-token-panel/pull/985)) (27982a5)
|
|
24
|
+
|
|
25
|
+
## [0.8.2] - 2026-09-21
|
|
26
|
+
|
|
27
|
+
### Other Changes
|
|
28
|
+
|
|
29
|
+
- chore(deps): bump @takazudo/* registry deps to frozen targets ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (993b0f2)
|
|
30
|
+
- chore(deps): sync vendored zudo-doc manifest and pin prose to 5.26.3 / 0.8.1 ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (04943a4)
|
|
31
|
+
- chore(deps): stamp zudo-doc pins to v5.26.3 after verify ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (0570df5)
|
|
32
|
+
|
|
11
33
|
## [0.8.1] - 2026-09-21
|
|
12
34
|
|
|
13
35
|
### Features
|