@adia-ai/a2ui-runtime 0.7.24 → 0.7.26
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 +26 -16
- package/css-channel.test.js +1 -1
- package/package.json +1 -1
- package/renderer.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-runtime
|
|
2
2
|
|
|
3
|
+
## [0.7.26] — 2026-07-04
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.26 work shipped in variant="outline" retired as the reach-for-secondary generation-time habit. See `packages/a2ui/compose/CHANGELOG.md#unreleased` for details.
|
|
7
|
+
|
|
8
|
+
## [0.7.25] — 2026-07-03
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.25 work shipped in accordion-ui variant="flat|contained" posture + 2 footnote fixes + keyboard a11y. See `packages/web-components/CHANGELOG.md#0725--2026-07-03` for details.
|
|
12
|
+
|
|
3
13
|
## [0.7.24] — 2026-07-01
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
|
@@ -225,7 +235,7 @@
|
|
|
225
235
|
|
|
226
236
|
### Added — Phase 1 CSS channel: `updateStyles` + `removeStyles`
|
|
227
237
|
|
|
228
|
-
- **CSS channel — Phase 1** (commit `d664bee22`): runtime gains `updateStyles(id, patch)` + `removeStyles(id, keys)` APIs for parallel-channel CSS-token updates from a2ui messages. Lets agents send token-only updates (`{"--button-bg": "var(--a-accent-strong)"}`) without re-emitting the full component tree. Companion smoke + tests + visual eval fixture in evals/. Sibling spec example + visual eval fixture also updated in commits `f7f8430b2` and `ff62fe305`. Spec:
|
|
238
|
+
- **CSS channel — Phase 1** (commit `d664bee22`): runtime gains `updateStyles(id, patch)` + `removeStyles(id, keys)` APIs for parallel-channel CSS-token updates from a2ui messages. Lets agents send token-only updates (`{"--button-bg": "var(--a-accent-strong)"}`) without re-emitting the full component tree. Companion smoke + tests + visual eval fixture in evals/. Sibling spec example + visual eval fixture also updated in commits `f7f8430b2` and `ff62fe305`. Spec: `.claude/docs/specs/genui-css-channel.md`.
|
|
229
239
|
|
|
230
240
|
## [0.6.33] — 2026-05-23
|
|
231
241
|
|
|
@@ -323,7 +333,7 @@
|
|
|
323
333
|
## [0.6.15] — 2026-05-21
|
|
324
334
|
|
|
325
335
|
### Maintenance
|
|
326
|
-
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.6.15 work shipped in `@adia-ai/web-components` — `installIconLoaders` shape-detects malformed flat globs (FB-07 auto-promote + warn), `icons-phosphor.js` surfaces silent-fail diagnostics (FB-08), and docs/skill examples corrected (FB-09). See `packages/web-components/CHANGELOG.md#0615--2026-05-21` for details.
|
|
336
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.6.15 work shipped in `@adia-ai/web-components` — `installIconLoaders` shape-detects malformed flat globs (FB-07 auto-promote + warn), `icons-phosphor.js` surfaces silent-fail diagnostics (FB-08), and .claude/docs/skill examples corrected (FB-09). See `packages/web-components/CHANGELOG.md#0615--2026-05-21` for details.
|
|
327
337
|
|
|
328
338
|
## [0.6.14] — 2026-05-21
|
|
329
339
|
|
|
@@ -587,7 +597,7 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
587
597
|
|
|
588
598
|
Project-lifetime category error; same shape as the §47 `<a>` → Button transpiler bug. Both encoded incorrect assumptions about HTML attribute spelling. Fix: new `static #HTML_LOWERCASE_ATTRS` set (38 HTML-spec attrs sourced from MDN reference + DOM specs covering input/form/media/image/anchor/generic/microdata/script categories); `#toAttr()` now consults the set before kebab-casing. Multi-token attrs still kebab correctly.
|
|
589
599
|
|
|
590
|
-
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting arc narrative + [docs/journal/2026/05/2026-05-12.md](
|
|
600
|
+
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting arc narrative + [.claude/docs/journal/2026/05/2026-05-12.md](../../../.claude/docs/journal/2026/05/2026-05-12.md) §§ 45 / 49 / 51 for per-§ details.
|
|
591
601
|
## [0.4.3] - 2026-05-11
|
|
592
602
|
|
|
593
603
|
### Ride-along (no source changes)
|
|
@@ -633,7 +643,7 @@ Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-
|
|
|
633
643
|
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
634
644
|
## [0.3.3] - 2026-05-07
|
|
635
645
|
|
|
636
|
-
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [
|
|
646
|
+
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
637
647
|
|
|
638
648
|
### Changed
|
|
639
649
|
|
|
@@ -646,7 +656,7 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
646
656
|
## [0.3.2] - 2026-05-06
|
|
647
657
|
|
|
648
658
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
649
|
-
one version per [
|
|
659
|
+
one version per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
650
660
|
Internal `@adia-ai/*` dep ranges unchanged at `^0.3.0`.
|
|
651
661
|
|
|
652
662
|
### No source changes
|
|
@@ -659,7 +669,7 @@ version only.
|
|
|
659
669
|
- `version`: `0.3.1` → `0.3.2`.
|
|
660
670
|
## [0.3.1] - 2026-05-06
|
|
661
671
|
|
|
662
|
-
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [
|
|
672
|
+
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
663
673
|
|
|
664
674
|
This package itself ships **no source changes** in v0.3.1. The cut bumps version only — substantive content lives in [`@adia-ai/web-components`](https://github.com/adiahealth/gen-ui-kit/releases/tag/web-components-v0.3.1) (folder-per-trait restructure; barrel API unchanged).
|
|
665
675
|
|
|
@@ -669,7 +679,7 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
669
679
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
670
680
|
## [0.3.0] - 2026-05-05
|
|
671
681
|
|
|
672
|
-
**9-package lockstep cut + package rename + LLM extraction.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [
|
|
682
|
+
**9-package lockstep cut + package rename + LLM extraction.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges bump `^0.2.0` → `^0.3.0`.
|
|
673
683
|
|
|
674
684
|
This is a **minor cut on top of v0.2.5 with two BREAKING changes for npm consumers** (acceptable under pre-1.0 semver):
|
|
675
685
|
1. **Package renamed** — `@adia-ai/a2ui-utils` → `@adia-ai/a2ui-runtime` (this package).
|
|
@@ -708,9 +718,9 @@ The `@adia-ai/a2ui-utils@0.2.5` and earlier remain on npm and continue to work;
|
|
|
708
718
|
"utils" undersold what this package is and collided visually with `web-modules/runtime/` (which holds `<a2ui-root>`, the surface element). The package's own description has always called it "A2UI runtime — renderer, registry, streams"; the name now matches.
|
|
709
719
|
## [0.2.5] - 2026-05-04
|
|
710
720
|
|
|
711
|
-
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [
|
|
721
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.5 under semver — patch-cut asymmetry).
|
|
712
722
|
|
|
713
|
-
This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive content lives in `web-components` (new `<fields-ui>` form-grid primitive + `draggable-list-item` last-item drop-zone fix, both surfaced by the Tasks UI Playground at
|
|
723
|
+
This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive content lives in `web-components` (new `<fields-ui>` form-grid primitive + `draggable-list-item` last-item drop-zone fix, both surfaced by the Tasks UI Playground at `.claude/docs/projects/tasks-playground/`); `a2ui-corpus` ships a catalog regen for the new `<fields-ui>` yaml. `a2ui-utils` rides along at version bump only — no source change.
|
|
714
724
|
|
|
715
725
|
### Changed
|
|
716
726
|
|
|
@@ -718,7 +728,7 @@ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive conte
|
|
|
718
728
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
|
|
719
729
|
## [0.2.4] - 2026-05-04
|
|
720
730
|
|
|
721
|
-
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [
|
|
731
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
|
|
722
732
|
|
|
723
733
|
This is a **patch cut on top of v0.2.3, no BREAKING changes.** Substantive content lives in `web-components` (Tier 4 trait library lift, 11 new traits + 2 architectural rewrites, plus accumulated bug fixes); `a2ui-corpus` ships a catalog regen for the new `<demo-toggle-ui>` primitive. Six packages ride along at version + dep-range bump.
|
|
724
734
|
|
|
@@ -738,7 +748,7 @@ _Nothing yet._
|
|
|
738
748
|
|
|
739
749
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
740
750
|
0.2.2 → 0.2.3 per
|
|
741
|
-
[
|
|
751
|
+
[`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
742
752
|
Patch cut — no breaking changes.
|
|
743
753
|
|
|
744
754
|
### Changed
|
|
@@ -750,7 +760,7 @@ Patch cut — no breaking changes.
|
|
|
750
760
|
`@adia-ai/a2ui-utils` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
751
761
|
## [0.2.2] — 2026-05-02
|
|
752
762
|
|
|
753
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [
|
|
763
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
754
764
|
|
|
755
765
|
### Changed
|
|
756
766
|
|
|
@@ -763,7 +773,7 @@ Patch cut — no breaking changes.
|
|
|
763
773
|
---
|
|
764
774
|
## [0.2.1] — 2026-05-02
|
|
765
775
|
|
|
766
|
-
**Lockstep cut + A2UI registry mappings (`Field`/`Rating`/`ListItem`/`NavItem`/`NavGroup`).** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [
|
|
776
|
+
**Lockstep cut + A2UI registry mappings (`Field`/`Rating`/`ListItem`/`NavItem`/`NavGroup`).** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`.claude/docs/specs/package-architecture.md` § 15](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
767
777
|
|
|
768
778
|
### Changed
|
|
769
779
|
|
|
@@ -781,14 +791,14 @@ Five new A2UI type → AdiaUI tag mappings in `registry.js`:
|
|
|
781
791
|
|
|
782
792
|
All 5 components existed in `@adia-ai/web-components`; the registry hadn't been kept in sync. Closing this gap fixes 28/113 hand-authored patterns that previously rendered as `[unknown: X]` placeholders when imported into `/site/playground/a2ui-editor`, plus the render-preview's `streamed-list` example. The `NavItem` and `NavGroup` additions also align with [ADR-0015](../../../.brain/adrs/0015-three-tier-naming-convention.md)'s nav consolidation (the retired `SectionNav`/`SectionNavItem` types are migrated in `@adia-ai/a2ui-corpus`).
|
|
783
793
|
|
|
784
|
-
Smoke side-effect: zettel score 91 → 92; `smoke:engines` flipped from `valid=false score=98/91` to `valid=true score=100/92` because the unregistered types were tripping validation. Per-finding triage in [
|
|
794
|
+
Smoke side-effect: zettel score 91 → 92; `smoke:engines` flipped from `valid=false score=98/91` to `valid=true score=100/92` because the unregistered types were tripping validation. Per-finding triage in [`.claude/docs/reports/playground-examples-review-2026-05-02.md`](../../../.claude/docs/reports/playground-examples-review-2026-05-02.md).
|
|
785
795
|
|
|
786
796
|
---
|
|
787
797
|
## [0.2.0] — 2026-05-02
|
|
788
798
|
|
|
789
799
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
790
|
-
version, governed by [
|
|
791
|
-
(Versioning Policy)](
|
|
800
|
+
version, governed by [`.claude/docs/specs/package-architecture.md` § 15
|
|
801
|
+
(Versioning Policy)](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
792
802
|
|
|
793
803
|
### Changed
|
|
794
804
|
|
package/css-channel.test.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A2UI CSS channel — unit fixtures.
|
|
3
3
|
*
|
|
4
|
-
* Spec: docs/specs/genui-css-channel.md §8.1
|
|
4
|
+
* Spec: .claude/docs/specs/genui-css-channel.md §8.1
|
|
5
5
|
* Covers the 11 named fixtures asserting the renderer's updateStyles +
|
|
6
6
|
* removeStyles surface. happy-dom supports constructable stylesheets +
|
|
7
7
|
* adoptedStyleSheets natively; @scope semantics are not enforced by the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-runtime",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.26",
|
|
4
4
|
"description": "A2UI runtime \u2014 renderer, registry, streams, surface manifest, and wiring primitives for the A2UI (Agent-to-UI) protocol. Framework-agnostic; pairs with any A2UI-conformant component set.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
package/renderer.js
CHANGED
|
@@ -103,7 +103,7 @@ export class A2UIRenderer {
|
|
|
103
103
|
bindings: new Map(),
|
|
104
104
|
// CSS channel (Phase 1): styleId -> { sheet, ruleCount, appliedAt }.
|
|
105
105
|
// Populated by #updateStyles; cleared by #removeStyles / #deleteSurface.
|
|
106
|
-
// See docs/specs/genui-css-channel.md §5.4.
|
|
106
|
+
// See .claude/docs/specs/genui-css-channel.md §5.4.
|
|
107
107
|
adoptedSheets: new Map(),
|
|
108
108
|
});
|
|
109
109
|
}
|
|
@@ -521,7 +521,7 @@ export class A2UIRenderer {
|
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
// ── CSS channel (updateStyles / removeStyles) ──
|
|
524
|
-
// Spec: docs/specs/genui-css-channel.md
|
|
524
|
+
// Spec: .claude/docs/specs/genui-css-channel.md
|
|
525
525
|
// Implements Phase 1 of the gen-ui parallel-channels initiative.
|
|
526
526
|
|
|
527
527
|
// Forbidden top-level selector tokens — these would pollute document scope
|