@takazudo/zdtp 0.8.3 → 0.8.5

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,22 @@ 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.5] - 2026-09-27
12
+
13
+ ### Fixed
14
+
15
+ - Stop a fresh panel mount persisting closed state for one flush: the open-state persist effect no longer writes the initial `open=false` over the intent that `showInstance` or a toggle had just stored. A reload or navigation in that window used to restore the panel closed, and a toggle in that window was lost ([#1000](https://github.com/Takazudo/zudo-design-token-panel/issues/1000), [#1001](https://github.com/Takazudo/zudo-design-token-panel/pull/1001)) (fc61431)
16
+
17
+ ### Other Changes
18
+
19
+ - Move the liveness comment onto the check it explains (f3c9bc7)
20
+
21
+ ## [0.8.4] - 2026-09-26
22
+
23
+ ### Fixed
24
+
25
+ - Recover an owned SPA root left empty with the open intent stored: after each open request the panel checks once that its root rendered, and remounts into the same element when the root is still empty, so later toggles keep working after an SPA remount ([#986](https://github.com/Takazudo/zudo-design-token-panel/issues/986), [#997](https://github.com/Takazudo/zudo-design-token-panel/pull/997)) (58cf00b)
26
+
11
27
  ## [0.8.3] - 2026-09-25
12
28
 
13
29
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  import { jsx as y, jsxs as K, Fragment as kt } from "preact/jsx-runtime";
2
2
  import { useEffect as P, useState as Y, useRef as O, useMemo as J, useCallback as X } from "preact/hooks";
3
- import { b as ft, p as wt, u as ht, a as Ne, A as bt, Z as gt } from "./index-CPaKyHUA.js";
3
+ import { b as ft, p as wt, u as ht, a as Ne, A as bt, Z as gt } from "./index-CAajoSLj.js";
4
4
  import { g as vt, m as j } from "./panel-config-DKfob-1r.js";
5
5
  const xt = (e, o) => {
6
6
  const t = new Array(e.length + o.length);