@takazudo/zdtp 0.8.0 → 0.8.2

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,31 @@ 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.2] - 2026-09-21
12
+
13
+ ### Other Changes
14
+
15
+ - chore(deps): bump @takazudo/* registry deps to frozen targets ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (993b0f2)
16
+ - 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)
17
+ - chore(deps): stamp zudo-doc pins to v5.26.3 after verify ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (0570df5)
18
+
19
+ ## [0.8.1] - 2026-09-21
20
+
21
+ ### Features
22
+
23
+ - Manifest `modes` rows are independently editable per side. Each row renders a light and a dark `ColorField` instead of two display-only chips; editing one side commits the whole pair as `light-dark(light, dark)`, copying the untouched side verbatim so a mixed-format pair keeps its authored syntax, and Reset restores the manifest pair. Applies to generic tabs and to both Palette views; a palette slot declared with `modes` on the Color tab stays display-only (a2a03fd, b87d2f6, 9368067, e32390a)
24
+ - A stored override equal to `item.default` now wins over the manifest pair, so a loaded state round-trips instead of falling back to the authored values (e32390a)
25
+
26
+ ### Fixed
27
+
28
+ - Keep `readonly` manifest `modes` rows display-only in the Palette Check view. They rendered editable color fields there while every other surface correctly kept the two chips (6302328)
29
+
30
+ ### Other Changes
31
+
32
+ - The `modes` section of the token-manifest reference now describes per-side editing, the `light-dark()` commit, Reset, the Color-tab palette-slot exception, and the `readonly` case, in both locales (27bb35e)
33
+ - The documentation homepage opts into the zudo-doc `home.wide` sitemap layout (e0fba99)
34
+ - Added per-mode editor coverage: a computed light/dark pair browser test, a hostile-host isolation case, and unit tests for the mode-pair commit path (bbe97a6, 6168338, 682986b)
35
+
11
36
  ## [0.8.0] - 2026-09-12
12
37
 
13
38
  ### Breaking Changes