@adia-ai/web-modules 0.8.17 → 0.8.19

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
@@ -1,5 +1,24 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.8.19] — 2026-07-27
4
+
5
+ ### Fixed
6
+ - **The `form/` cluster now actually publishes** (gh#448) — announced in 0.8.17, renamed and tested in 0.8.18, yet absent from both published tarballs: the package's `files` array was never extended with `"form/"`, so `<form-popover-ui>` stayed documented-but-uninstallable across two releases (found by the adiav2 adoption attempt). Added `"form/"` plus the standard examples/html excludes; `npm pack --dry-run` now lists the form-popover-ui files.
7
+
8
+ ### Maintenance
9
+ - **`dist/` bundles rebuilt** in this cut's window (1 file(s)) — regenerated from the source changes described above, not independent edits.
10
+
11
+ ## [0.8.18] — 2026-07-27
12
+
13
+ ### Added
14
+ - **`form-popover-ui` test surface hardened** — 5 → 9 unit tests (the "Options" a11y fallback, `[placement]` passthrough incl. updates, reactive `[label]` re-render, and listener-removal symmetry on disconnect), plus its first passing `qa:rendered-dom` isolation probe (score 1) — see the root CHANGELOG for the harness repair that made module probes possible at all.
15
+
16
+ ### Changed
17
+ - **`<form-popover>` renamed to `<form-popover-ui>`** (`form/form-popover/`) — shipped v0.8.17 as the only standalone feature composite without the `-ui` suffix (12 of 13 siblings carry it: `confirm-dialog-ui`, `plan-picker-ui`, …); it had followed `theme-panel`, the one grandfathered outlier. Renamed while still `experimental` with zero known consumers — the window where a tag rename is free. Directory, module export (`FormPopover`), a2ui `component:` name, internal `data-form-popover-*` hooks, and `--form-popover-*` tokens are all unchanged; only the tag moves. The tier naming rule is now written down in `adia-author`'s `code-style.md` (primitives + standalone composites `-ui`; shell-cluster children bare).
18
+
19
+ ### Maintenance
20
+ - **`dist/` bundles rebuilt** in this cut's window (3 file(s)) — regenerated from the source changes described above, not independent edits.
21
+
3
22
  ## [0.8.17] — 2026-07-27
4
23
 
5
24
  ### Added