github live-codes/livecodes sdk-v0.9.0

latest releases: v46, sdk-v0.11.1, sdk-v0.11.0...
5 months ago

sdk-v0.9.0 (2025-03-15)

Highlights for this release

In this release of SDK, the following changes were made:

  • The React component type was changed from JSX.Element to React.ReactElement<Props> for compatibility with React 19 (which removed the JSX type).
  • The editor (markup, style, script) order in the UI can now be set using a new order option in the editor configuration. (e.g. config.markup.order). This can be useful, specially after adding support for Vue and Svelte in the markup editor, for example to have components followed by the styles. (see example)
  • A new daisyui starter template was added.

Features

  • SDK: Change SDK react component type from JSX.Element to React.ReactElement<Props> (962d4da)
  • Config: allow re-ordering code editors (5d73064)
  • Templates: add daisyUI starter template (c24fc56)

Don't miss a new livecodes release

NewReleases is sending notifications on new releases.