Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions renderers/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Unreleased

- (v0_9) Remove legacy Angular component implementations of the Basic Catalog in favor of universal Web Components from `@a2ui/web_core`.
- (v0_9) Support universal Web Components in the v0.9 renderer:
- Migrate default Basic Catalog implementations from Angular components to universal Web Components from `@a2ui/web_core`.
Comment thread
josemontespg marked this conversation as resolved.
- Add `toWebComponent` adapter to convert custom Angular `@Component` implementations into Web Components.
- Update `SurfaceComponent` and `AngularCatalog` to dynamically render custom element tags and manage component lifecycle reactively.
- (v0_9) Implement `createComponentImplementation` helper and deprecate `extraComponents` and `functions` in `BasicCatalogOptions` to align with the core API. [#2060](https://github.com/a2ui-project/a2ui/pull/2060)

## 0.10.5

Expand Down

This file was deleted.

72 changes: 0 additions & 72 deletions renderers/angular/src/v0_9/catalog/basic/audio-player.component.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading