Aurora Catalyst CLI
User-facing changes in aurora-catalyst-cli. Internal refactors, performance improvements, and bug fixes are intentionally omitted — this log is scoped to what changes how you use the platform. Each entry links back to the original proposal in the source repo.
Entries are grouped by the semver tag that ships them, newest first. Changes archived since the last tag appear under Unreleased until a new version is cut.
Unreleased
- Rename `webComponent` to `widget` Breaking · 2026-04-26
BREAKING — the YAML namespace `webComponent` is renamed to `widget` everywhere. Hard cutover with no alias and no deprecation period.
- Relational widget dispatch in forms Feature · 2026-04-26
The form generator now dispatches every relational widget.type to a Spartan partial, declares per-relation Options inputs, and pre-loads them in the route resolver.
- Detail mode: view or dialog Breaking · 2026-04-25
Aggregate forms move to a standalone *-form.component.ts and a new front.detailMode YAML field chooses between a routed page and a list-with-modal CRUD.
- FieldSchema emits relation entries Feature · 2026-04-24
The CLI now emits a relation entry per YAML relationship in *.field-schema.ts, activating recursive sanitization and validation of nested aggregates.
- Preservation regions for HTML Feature · 2026-04-18
Preservation regions let you mark zones of generated HTML with AURORA:NAME markers. Your hand-written or AI edits survive regeneration while untouched regions still receive template improvements.