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
toReact.ReactElement<Props>
for compatibility with React 19 (which removed theJSX
type). - The editor (
markup
,style
,script
) order in the UI can now be set using a neworder
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.