@adia-ai/a2ui-runtime 0.5.5 → 0.5.7
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 +7 -31
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,11 +8,17 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
|
8
8
|
> description has always called it the "A2UI runtime"; v0.3.0 aligns
|
|
9
9
|
> the package name with its purpose. See v0.3.0 entry for migration
|
|
10
10
|
> notes.
|
|
11
|
-
|
|
12
11
|
## [Unreleased]
|
|
13
12
|
|
|
14
13
|
_No pending changes._
|
|
15
14
|
|
|
15
|
+
## [0.5.7] - 2026-05-15
|
|
16
|
+
|
|
17
|
+
_Lockstep ride-along (no source change)._
|
|
18
|
+
|
|
19
|
+
## [0.5.6] - 2026-05-14
|
|
20
|
+
|
|
21
|
+
_Lockstep ride-along (no source change)._
|
|
16
22
|
## [0.5.5] - 2026-05-14
|
|
17
23
|
|
|
18
24
|
### Changed — §176 (v0.5.5) — legacy registry alias removal
|
|
@@ -22,7 +28,6 @@ Removed `['Chat', 'chat-ui']` entry from `registry.js`. Renamed to `chat-thread-
|
|
|
22
28
|
Net: -1 entry; **192 total registry entries** at v0.5.5.
|
|
23
29
|
|
|
24
30
|
Commit `443365913`. See root CHANGELOG and journal §176 for full context.
|
|
25
|
-
|
|
26
31
|
## [0.5.4] - 2026-05-14
|
|
27
32
|
|
|
28
33
|
### Changed — lockstep ride-along; no source changes
|
|
@@ -34,28 +39,21 @@ Tracking the v0.5.4 cycle's prop-fidelity arcs (§163 transpiler fix,
|
|
|
34
39
|
§164 chunk re-harvest, §165 validator check #19, §166a/b/c audit-script
|
|
35
40
|
family slots 12+13 + smoke shift-left): see root `CHANGELOG.md` for the
|
|
36
41
|
full narrative. This package carries no source changes this cycle.
|
|
37
|
-
|
|
38
42
|
## [0.5.3] - 2026-05-14
|
|
39
43
|
|
|
40
44
|
_No pending changes._
|
|
41
|
-
|
|
42
45
|
## [0.5.2] - 2026-05-13
|
|
43
46
|
|
|
44
47
|
_Lockstep ride-along (no source change)._
|
|
45
|
-
|
|
46
|
-
|
|
47
48
|
## [0.5.1] - 2026-05-13
|
|
48
49
|
|
|
49
50
|
_Lockstep ride-along (no source change)._
|
|
50
|
-
|
|
51
51
|
## [0.5.0] - 2026-05-13
|
|
52
52
|
|
|
53
53
|
_Lockstep ride-along (no source change)._
|
|
54
|
-
|
|
55
54
|
## [0.4.9] - 2026-05-13
|
|
56
55
|
|
|
57
56
|
_No pending changes._
|
|
58
|
-
|
|
59
57
|
## [0.4.8] - 2026-05-12
|
|
60
58
|
|
|
61
59
|
### Ride-along (no source changes)
|
|
@@ -63,7 +61,6 @@ _No pending changes._
|
|
|
63
61
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.8` (§80 event-types codegen for 38 non-form primitives + §85 class-subpath script fix + §89 icons.js split + B+C+D consumer-friction infra), `@adia-ai/web-modules@0.4.8` (FEEDBACK-02 #1 `.d.ts` shipment + `composes:` ADR-0027 wiring), `@adia-ai/a2ui-compose@0.4.8` (§87 zettel `ensureBooted()` race fix + §88 free-form composition mode), `@adia-ai/a2ui-corpus@0.4.8` (catalog regen ride-along), `@adia-ai/a2ui-mcp@0.4.8` (§87 eval threshold rebaseline). Source byte-identical to v0.4.7.
|
|
64
62
|
|
|
65
63
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.8]`](../../../CHANGELOG.md) for the cut narrative.
|
|
66
|
-
|
|
67
64
|
## [0.4.7] - 2026-05-12
|
|
68
65
|
|
|
69
66
|
### Ride-along (no source changes)
|
|
@@ -71,7 +68,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
71
68
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.7` (§74 `.d.ts` codegen for 73 non-form primitives + §77 non-side-effect `class` subpath per component + class.js helper extractions in agent + toolbar primitives), `@adia-ai/web-modules@0.4.7`, `@adia-ai/a2ui-compose@0.4.7` (§72 `getComponentCatalog()` reads canonical catalog), `@adia-ai/a2ui-corpus@0.4.7` (§72 `corpus/patterns/` + `corpus/compositions/` retired from disk + tarball — v0.4.6 §65 carry-over closed), `@adia-ai/a2ui-mcp@0.4.7`, `@adia-ai/a2ui-retrieval@0.4.7` (§72 vocab reads canonical catalog + dead pattern-embeddings retired). Source byte-identical to v0.4.6.
|
|
72
69
|
|
|
73
70
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.7]`](../../../CHANGELOG.md) for the cut narrative.
|
|
74
|
-
|
|
75
71
|
## [0.4.6] - 2026-05-12
|
|
76
72
|
|
|
77
73
|
### Ride-along (no source changes)
|
|
@@ -79,7 +75,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
79
75
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.6` (§68 .d.ts shipment + USAGE.md + `defineIfFree` + NEW `<toggle-scheme-ui>` primitive + `<pane-ui>` resize tracking 1:1), `@adia-ai/web-modules@0.4.6` (`<editor-sidebar>` resize-state detection widened via `:has()`), `@adia-ai/a2ui-compose@0.4.6` (§66 canonical `.a2ui.json` sidecars in `buildSystemPrompt` + §64 composition-library canonical retrieval), `@adia-ai/a2ui-corpus@0.4.6` (§63 settings-admin-page Mode A + 12 antipattern fixes + chunk re-harvest), `@adia-ai/a2ui-retrieval@0.4.6` (§64 pattern-library retirement, consumers migrated to composition-library), `@adia-ai/a2ui-mcp@0.4.6` (§64 step 5 patterns surface retired from server.js + eval-fix.mjs). Source byte-identical to v0.4.5.
|
|
80
76
|
|
|
81
77
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.6]`](../../../CHANGELOG.md) for the cut narrative.
|
|
82
|
-
|
|
83
78
|
## [0.4.5] - 2026-05-12
|
|
84
79
|
|
|
85
80
|
### Ride-along (no source changes)
|
|
@@ -87,7 +82,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
87
82
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.5` (§61 CSS subpath exports + CustomEvent.detail sweep across 17 form-bearing primitives + slider reactivity test lock-in + §52 design-tokens export module + UI), `@adia-ai/web-modules@0.4.5` (§61 CSS subpath exports — six cluster `*.css` exports), `@adia-ai/a2ui-compose@0.4.5` (§56 system-prompt CORPUS CONTEXT block in monolithic strategies), `@adia-ai/llm@0.4.5` (§54 doc-comment path refresh). Source byte-identical to v0.4.4.
|
|
88
83
|
|
|
89
84
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
90
|
-
|
|
91
85
|
## [0.4.4] - 2026-05-12
|
|
92
86
|
|
|
93
87
|
### Changed
|
|
@@ -112,7 +106,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
112
106
|
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.
|
|
113
107
|
|
|
114
108
|
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutting arc narrative + [docs/journal/2026/05/2026-05-12.md](../../../docs/journal/2026/05/2026-05-12.md) §§ 45 / 49 / 51 for per-§ details.
|
|
115
|
-
|
|
116
109
|
## [0.4.3] - 2026-05-11
|
|
117
110
|
|
|
118
111
|
### Ride-along (no source changes)
|
|
@@ -120,7 +113,6 @@ See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) for the cross-cutt
|
|
|
120
113
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.3` (input-ui type=number locale + thousands grouping + hold-to-repeat) + `@adia-ai/a2ui-compose@0.4.3` + `@adia-ai/a2ui-retrieval@0.4.3` (process.env browser-compat fix) + `@adia-ai/a2ui-corpus@0.4.3` (catalog regen + chunks re-harvest with new settings-appearance pattern). Source byte-identical to v0.4.2.
|
|
121
114
|
|
|
122
115
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.3]`](../../../CHANGELOG.md) for the cut narrative.
|
|
123
|
-
|
|
124
116
|
## [0.4.2] - 2026-05-11
|
|
125
117
|
|
|
126
118
|
### Ride-along (no source changes)
|
|
@@ -128,7 +120,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
128
120
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.2` (`<input-ui type="number">` rewrite drops native `<input type=number>` wrapping) + `@adia-ai/web-modules@0.4.2` (`<editor-sidebar>` grid-track width-mirror fix). Source byte-identical to v0.4.1.
|
|
129
121
|
|
|
130
122
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.2]`](../../../CHANGELOG.md) for the cut narrative.
|
|
131
|
-
|
|
132
123
|
## [0.4.1] - 2026-05-10
|
|
133
124
|
|
|
134
125
|
### Ride-along (no source changes)
|
|
@@ -136,7 +127,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
136
127
|
Lockstep PATCH cut alongside `@adia-ai/web-modules@0.4.1` (simple cluster) + `@adia-ai/a2ui-validator@0.4.1` (Phase 3 foundation) + `@adia-ai/a2ui-corpus@0.4.1` (fragment metrics reconciliation). Source byte-identical to v0.4.0.
|
|
137
128
|
|
|
138
129
|
Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHANGELOG.md `## [0.4.1]`](../../../CHANGELOG.md) for the cut narrative.
|
|
139
|
-
|
|
140
130
|
## [0.4.0] - 2026-05-10
|
|
141
131
|
|
|
142
132
|
### Ride-along (no source changes)
|
|
@@ -144,25 +134,21 @@ Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHA
|
|
|
144
134
|
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy shell shapes retired). Source byte-identical to v0.3.6.
|
|
145
135
|
|
|
146
136
|
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../CHANGELOG.md) for the cut narrative.
|
|
147
|
-
|
|
148
137
|
## [0.3.6] - 2026-05-10
|
|
149
138
|
|
|
150
139
|
### Ride-along (no source changes)
|
|
151
140
|
|
|
152
141
|
Lockstep version bump only — source byte-identical to v0.3.5. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.6]`](../../../CHANGELOG.md) for the cut narrative.
|
|
153
|
-
|
|
154
142
|
## [0.3.5] - 2026-05-07
|
|
155
143
|
|
|
156
144
|
### Ride-along (no source changes)
|
|
157
145
|
|
|
158
146
|
Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
159
|
-
|
|
160
147
|
## [0.3.4] - 2026-05-07
|
|
161
148
|
|
|
162
149
|
### Ride-along (no source changes)
|
|
163
150
|
|
|
164
151
|
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.
|
|
165
|
-
|
|
166
152
|
## [0.3.3] - 2026-05-07
|
|
167
153
|
|
|
168
154
|
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
@@ -175,7 +161,6 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
175
161
|
### No source changes
|
|
176
162
|
|
|
177
163
|
`@adia-ai/a2ui-runtime` source is byte-identical to `0.3.2`. The cut is a version bump + ride-along on the lockstep policy.
|
|
178
|
-
|
|
179
164
|
## [0.3.2] - 2026-05-06
|
|
180
165
|
|
|
181
166
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
@@ -190,7 +175,6 @@ version only.
|
|
|
190
175
|
### Changed
|
|
191
176
|
|
|
192
177
|
- `version`: `0.3.1` → `0.3.2`.
|
|
193
|
-
|
|
194
178
|
## [0.3.1] - 2026-05-06
|
|
195
179
|
|
|
196
180
|
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`docs/specs/package-architecture.md` § 15](../../../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).
|
|
@@ -201,7 +185,6 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
201
185
|
|
|
202
186
|
- `version`: `0.3.0` → `0.3.1`.
|
|
203
187
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
204
|
-
|
|
205
188
|
## [0.3.0] - 2026-05-05
|
|
206
189
|
|
|
207
190
|
**9-package lockstep cut + package rename + LLM extraction.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges bump `^0.2.0` → `^0.3.0`.
|
|
@@ -241,7 +224,6 @@ The `@adia-ai/a2ui-utils@0.2.5` and earlier remain on npm and continue to work;
|
|
|
241
224
|
### Why
|
|
242
225
|
|
|
243
226
|
"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.
|
|
244
|
-
|
|
245
227
|
## [0.2.5] - 2026-05-04
|
|
246
228
|
|
|
247
229
|
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [`docs/specs/package-architecture.md` § 15](../../../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).
|
|
@@ -252,7 +234,6 @@ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive conte
|
|
|
252
234
|
|
|
253
235
|
- `version`: `0.2.4` → `0.2.5`.
|
|
254
236
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
|
|
255
|
-
|
|
256
237
|
## [0.2.4] - 2026-05-04
|
|
257
238
|
|
|
258
239
|
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`docs/specs/package-architecture.md` § 15](../../../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).
|
|
@@ -271,7 +252,6 @@ _Nothing yet._
|
|
|
271
252
|
---
|
|
272
253
|
|
|
273
254
|
---
|
|
274
|
-
|
|
275
255
|
## [0.2.3] - 2026-05-04
|
|
276
256
|
|
|
277
257
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
@@ -286,7 +266,6 @@ Patch cut — no breaking changes.
|
|
|
286
266
|
### No source changes
|
|
287
267
|
|
|
288
268
|
`@adia-ai/a2ui-utils` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
289
|
-
|
|
290
269
|
## [0.2.2] — 2026-05-02
|
|
291
270
|
|
|
292
271
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
@@ -300,7 +279,6 @@ Patch cut — no breaking changes.
|
|
|
300
279
|
`a2ui-utils` source is byte-identical to `0.2.1`. The cut bumps version only.
|
|
301
280
|
|
|
302
281
|
---
|
|
303
|
-
|
|
304
282
|
## [0.2.1] — 2026-05-02
|
|
305
283
|
|
|
306
284
|
**Lockstep cut + A2UI registry mappings (`Field`/`Rating`/`ListItem`/`NavItem`/`NavGroup`).** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
@@ -324,7 +302,6 @@ All 5 components existed in `@adia-ai/web-components`; the registry hadn't been
|
|
|
324
302
|
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 [`docs/reports/playground-examples-review-2026-05-02.md`](../../../docs/reports/playground-examples-review-2026-05-02.md).
|
|
325
303
|
|
|
326
304
|
---
|
|
327
|
-
|
|
328
305
|
## [0.2.0] — 2026-05-02
|
|
329
306
|
|
|
330
307
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
@@ -345,7 +322,6 @@ dependencies. Five sibling packages depend on this package via
|
|
|
345
322
|
the exact version; the lockstep cut switches them to a working range.
|
|
346
323
|
|
|
347
324
|
---
|
|
348
|
-
|
|
349
325
|
## [0.0.2] — 2026-04-22
|
|
350
326
|
|
|
351
327
|
Controllers-move fix. `0.0.1` published but was broken for any
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-runtime",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "A2UI runtime
|
|
3
|
+
"version": "0.5.7",
|
|
4
|
+
"description": "A2UI runtime — 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": {
|
|
7
7
|
".": "./index.js",
|