@takazudo/zdtp 0.8.3 → 0.8.4
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 +6 -0
- package/dist/{index-Clr4RmUe.js → index-BtjPws6K.js} +1 -1
- package/dist/{index-CPaKyHUA.js → index-DD2WOdSn.js} +1918 -1896
- package/dist/index.d.ts +1 -0
- package/dist/index.js +30 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ 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.4] - 2026-09-26
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- 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)
|
|
16
|
+
|
|
11
17
|
## [0.8.3] - 2026-09-25
|
|
12
18
|
|
|
13
19
|
### 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-
|
|
3
|
+
import { b as ft, p as wt, u as ht, a as Ne, A as bt, Z as gt } from "./index-DD2WOdSn.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);
|