Skip to content

Version packages - #16

Merged
siddarthvader merged 1 commit into
mainfrom
changeset-release/main
Jul 14, 2026
Merged

Version packages#16
siddarthvader merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

gruntend-sdk@0.5.0

Minor Changes

  • c43e31e: Add first-class generated UI renderers so applications explicitly choose how a compiled generated-UI frame is committed to its target.

    • Export renderer and session contracts from gruntend-sdk/renderer.
    • Add the built-in DOMPurify renderer at gruntend-sdk/renderer/dom-purify with an exact markup policy and direct DocumentFragment commits.
    • Route Svelte, React, Vue, and Solid adapters through the selected renderer and add shared render and action lifecycle callbacks.
    • Add renderer conformance, sanitization, event delegation, and lifecycle coverage.

    Framework adapters now require a renderer prop. Create a renderer once for the mounted component lifetime and pass it alongside the GeneratedUi value. DOMPurify is the only built-in browser renderer; applications can implement the renderer interface for other targets or commit strategies.

@siddarthvader
siddarthvader merged commit 6a8648d into main Jul 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant