@adia-ai/a2ui 0.8.42 → 0.8.44

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui
2
2
 
3
+ ## [0.8.44] — 2026-08-20
4
+
5
+ ### Maintenance
6
+ - **Catalog rules text re-derived (gh#1669).** `input.yaml`'s `a2ui.rules` entry corrected — it falsely claimed an inline `[hint]` prop on `input-ui` (only `field-ui` has one); `catalog-a2ui_0_9_rules.txt` picks up the fix. No protocol/runtime API change.
7
+
8
+ ## [0.8.43] — 2026-08-18
9
+
10
+ ### Removed
11
+ - **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`.
12
+
3
13
  ## [0.8.42] — 2026-08-17
4
14
 
5
15
  ### Maintenance