@adia-ai/a2ui 0.8.42 → 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 +5 -0
- package/catalog/catalog-a2ui_0_9.json +92 -830
- package/catalog/catalog-a2ui_0_9_rules.txt +16 -39
- package/catalog/tier-index.json +3 -33
- package/package.json +1 -1
- package/prop-apply.js +10 -1
- package/registry.js +9 -6
- package/validate/validator.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
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
|
+
|
|
3
8
|
## [0.8.42] — 2026-08-17
|
|
4
9
|
|
|
5
10
|
### Maintenance
|