Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
be97e0f
Add prototype lit renderer
jacobsimionato Mar 16, 2026
33dec9e
Improvements to lit renderer
jacobsimionato Mar 16, 2026
7ca71e5
Implement lit renderer basic catalog
jacobsimionato Mar 16, 2026
76ec032
Add demo:gallery09 target to samples.
ditman Mar 18, 2026
1e88edd
Remove spurious import
ditman Mar 18, 2026
2be0a07
Add missing dependency on Zod to lit renderer (do we need that?)
ditman Mar 18, 2026
005b8a6
Remove v0_9 export from index, and instead direct people to directly …
ditman Mar 20, 2026
9156004
Convert the a2ui-node element into a pure function.
ditman Mar 20, 2026
40fb793
Make the A2uiSurface render to the shadow DOM.
ditman Mar 20, 2026
da0a3b6
Make the A2uiController more specific on prop types.
ditman Mar 20, 2026
3010c5f
Remove ChildBuilder and simplify LitComponentImplementation.
ditman Mar 20, 2026
6efc343
Make the Tabs component a LitElement.
ditman Mar 20, 2026
102f5ae
Refactor every other component.
ditman Mar 20, 2026
19d8ca5
Add missing licenses to some files.
ditman Mar 20, 2026
24ff223
Create a base element that controls the lifecycle of the a2ui control…
ditman Mar 20, 2026
c5fc7a3
Refactor catalog items with A2uiLitElement<ApiType>
ditman Mar 21, 2026
08ebfdb
Add renderNode method to the A2uiLitElement class.
ditman Mar 23, 2026
ef69353
Update components to use the new API. Do not expose the old renderA2u…
ditman Mar 23, 2026
621e935
Some formatting
ditman Mar 23, 2026
3ba0f3a
Pass a Catalog to the renderA2uiNode helper function.
ditman Mar 24, 2026
042c538
Rename LitComponentImplementation to LitComponentApi
ditman Mar 24, 2026
04aabfc
Filesystem tidying:
ditman Mar 24, 2026
dd9e669
Roll version and update CHANGELOG
ditman Mar 25, 2026
accfe0a
package-lock.json
ditman Mar 25, 2026
24f49b6
Add JSDocs
ditman Mar 25, 2026
c2bc8d9
Add missing license headers
ditman Mar 25, 2026
102918b
Some more JSDoc
ditman Mar 25, 2026
719870e
Use A2uiLitElement instead of a bespoke type for the A2uiController c…
ditman Mar 25, 2026
573e449
Add jsdom tests.
ditman Mar 26, 2026
bb5eebf
more locks
ditman Mar 26, 2026
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
4 changes: 4 additions & 0 deletions renderers/lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.4

- Add a `v0_9` renderer. Import from `@a2ui/lit/v0_9`.

## 0.8.3

- Prepare to land a `v0_9` renderer.
Expand Down
Loading
Loading