@adia-ai/web-modules 0.6.35 → 0.6.36
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 +25 -0
- package/dist/everything.min.js +67 -66
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.36] — 2026-05-24
|
|
4
|
+
|
|
5
|
+
### Added — Wave A+B+C+D module demos rebuilt via authoring v1.8.0 Mode 8
|
|
6
|
+
|
|
7
|
+
- **Wave A+B+C+D complete** (commit `fbe33e6af`): grandfather allowlist eliminated; all composite/module demos re-authored against the v1.8.0 §CompositeDemoAuthoring protocol. `billing-overview` (pilot, commit `15f3f1c65`), `invoice-history` (commit `721b9b4b5`), and downstream Wave demos all NAILED per the design-plan + canonical-anatomy + Pattern-source-cited discipline.
|
|
8
|
+
- **5 v0.6.35 module demos** authored (commit `1c7d2b7aa`); `date-range-picker` centered popover landed alongside.
|
|
9
|
+
|
|
10
|
+
### Fixed — `<payment-method-form>` self-bubbled-change infinite recursion guard
|
|
11
|
+
|
|
12
|
+
- **Commit `b5bca8779`**: `<payment-method-form>` previously re-emitted `change` events that bubbled back into its own handler, recursing until the event loop hit a stack-overflow. NEW guard short-circuits self-bubbled events. Vitest coverage added.
|
|
13
|
+
|
|
14
|
+
### Fixed — `<payment-method-list>` rows rewritten with `card-ui` native grammar
|
|
15
|
+
|
|
16
|
+
- **Commit `4e86400c9`**: list rows were nested raw `<div>` constructs that broke `card-ui` body-slot expectations under the OD-5 themability sweep. Rewritten using canonical `<card-ui><section>` row grammar.
|
|
17
|
+
|
|
18
|
+
### Fixed — `<billing-overview>` empty-state display + dashboard-layout minmax
|
|
19
|
+
|
|
20
|
+
- **`empty-state-ui` display override** (commit `4223a4147`) — outer container clobbered the flex layout; restored.
|
|
21
|
+
- **`<dashboard-layout>` minmax(min, 1fr) dropped** (commit `94d497557`) — container queries now manage responsive; minmax was fighting them.
|
|
22
|
+
- **Toolbar size mismatch** (commit `1298fb064`) — `<search-ui>` rendered taller than sibling buttons; aligned.
|
|
23
|
+
|
|
24
|
+
### Changed — `dist/everything.min.js` + `dist/shell/admin-shell.min.js` + `dist/icons-manifest.js` rebuilt
|
|
25
|
+
|
|
26
|
+
- Bundle pass absorbed the 21 web-components fixes + 31 web-modules updates landing this cycle.
|
|
27
|
+
|
|
3
28
|
## [0.6.35] — 2026-05-24
|
|
4
29
|
|
|
5
30
|
### Fixed — `<admin-shell>` warns at first click when `AdminSidebar` / `AdminCommand` is not registered (FB-55)
|