Skip to main content

Studio SDK Plugins 1.0.39

Shared SDK Plugin Runtime

  • Added stable plugin identifiers and package subpath exports for individual bundled plugins, making per-plugin imports and runtime registration more reliable.
  • Aligned shared plugin types with Studio's extended GrapesJS type surface so plugin integrations get more accurate typing.

AI Chat

  • Improved AI Chat error handling by normalizing streamed messages more defensively and rendering JSON-shaped API errors more cleanly in the chat UI.

Flex Component

  • Hardened flex resize utilities against missing or unreadable computed styles to avoid runtime issues around resize handle calculations.

Data Source Handlebars

  • Fixed the Handlebars importer bundle path and related packaging so the plugin resolves the Handlebars runtime more reliably in built integrations.

ProseMirror

  • Fixed wrap-style formatting so wrapping selected text preserves inline markup and keeps the wrapped content in the expected place.