@adia-ai/a2ui 0.8.41 → 0.8.43
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 +11 -0
- package/catalog/catalog-a2ui_0_9.json +344 -893
- package/catalog/catalog-a2ui_0_9_rules.txt +28 -45
- package/catalog/tier-index.json +7 -31
- package/package.json +1 -1
- package/prop-apply.js +10 -1
- package/registry.js +11 -6
- package/validate/validator.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui
|
|
2
2
|
|
|
3
|
+
## [0.8.43] — 2026-08-18
|
|
4
|
+
|
|
5
|
+
### Removed
|
|
6
|
+
- **BREAKING — `registry.js` drops the `ColorPicker`/`color-picker-ui`, `ProgressRow`/`progress-row-ui`, `DatetimePicker`/`datetime-picker-ui`, `ToggleGroup`/`toggle-group-ui`, and `ToggleOption`/`toggle-option-ui` catalog identities (gh#1617).** Each named component was cut from `@adia-ai/web-components` in the same release wave; generation must reach for `ColorArea`, `Progress`, `CalendarPicker[precision]`, and `SegmentedControl[multiple]`/`Segment` instead. Corresponding `validate/validator.js` interactive-leaf-type and search-synonym entries updated to `ColorArea`.
|
|
7
|
+
|
|
8
|
+
## [0.8.42] — 2026-08-17
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- Catalog artifacts re-derived for the ADR-0063 compat-shim surface and rename-wave W2 names (PRs #1567/#1568/#1569, ADR-0069 Class-R resync). No protocol/runtime API change.
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
> Formerly `@adia-ai/a2ui-runtime`; renamed at ADR-0048 P3. Entries below
|
|
4
15
|
> 0.8.37 (the estate-split cut) were released under the old name and are kept
|
|
5
16
|
> verbatim.
|