@adia-ai/web-modules 0.8.16 → 0.8.18
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 +20 -0
- package/dist/everything.min.js +78 -78
- package/dist/web-modules.min.css +1 -1
- package/dist/web-modules.sheet.js +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.8.18] — 2026-07-27
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **`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.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- **`<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).
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
- **`dist/` bundles rebuilt** in this cut's window (3 file(s)) — regenerated from the source changes described above, not independent edits.
|
|
13
|
+
|
|
14
|
+
## [0.8.17] — 2026-07-27
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- **`<form-popover>` — a form fragment behind a select-style summary trigger** (`form/form-popover/`, new `form/` cluster; operator mock 2026-07-27). Any AdiaUI form primitives as ordinary light-DOM children — check-ui groups, radio-ui groups, input-ui, divider-ui — packaged into an anchored `popover-ui` with a field-look trigger whose summary tracks the fragment live: `{label} · N selected` while any check-ui is checked, `{label} · N total` otherwise, bare label when the fragment has no checkboxes. Slotted controls keep their own name/value/event contracts; `summary-change` (bubbling, `{selected, total}`) fires on recompute. Decision rule at the contract: single-value choice → `select-ui`, pure actions → `menu-ui`, edge-anchored multi-field form → `drawer-ui`. Ships with a primitives-only canonical exemplar (`catalog/ui-patterns/app/filter-popover-form/`) that the module demo cites as its Pattern source.
|
|
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
|
+
- **`editor/` touched in this release window** (1 file(s), e.g. `editor-shell/editor-shell.examples.html`) — carried by the entries above.
|
|
22
|
+
|
|
3
23
|
## [0.8.16] — 2026-07-26
|
|
4
24
|
|
|
5
25
|
### Maintenance
|