sdk-v0.14.0 (2026-05-08)
Highlights for this release
- The SDK now, in addition to React and Vue, provides support for Svelte, Solid, Preact, and Web Components. See docs.
- The SDK is now also published to jsr.io as
@livecodes/sdk. See docs. - Skills are published with SDK for use with AI agents. See AI guide.
- The SDK exports new utility functions for compressing and decompressing code (URI-friendly base64-encoded). This is useful for allowing users to provide share links (using URL hash) for embedded playgrounds. See guide.
setConfigSDK method can now accept a config URL.- "Prefill from DOM" is fixed. See docs.
- In addition to other improvements and bug fixes.
Features
- SDK: add preact sdk (d561bc8)
- SDK: add SDK Svelte component (337a774)
- SDK: add web-components SDK (fef131e)
- SDK: allow passing a config URL to
setConfigSDK method. (35497a5) - SDK: allow setting content in web-components sdk using child elements (824681b)
- SDK: export
compressanddecompressutility functions from SDK (621a41d) - SDK: export types from framework SDKs (df813d6)
Bug Fixes
- SDK: fix and document prefill from DOM (d6aa0d0)
- SDK: fix updating height in SDK (8a9d8a1)
- SDK: remove event handlers from array (3e107e2)
Performance Improvements
- SDK: timeout SDK calls, then clear event listeners (7a24970)