Skip to content

Aurora Catalyst Framework

User-facing changes in aurora-catalyst (the Angular + NestJS framework scaffolded by the 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

  • Relationship components in @aurora Feature · 2026-04-24

    Four new standalone Angular components — async-select-search, grid-select-element, grid-select-multiple-elements, grid-elements-manager — ship under @aurora/components.

  • Add GraphQL Fetchers Feature · 2026-04-22

    Seven new queryX / mutateX fetchers expose pure one-shot GraphQL calls — resolvers no longer need to stand up a composable to pre-load data.