Skip to content

@workflowbuilder/sdk v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 09:06
· 16 commits to main since this release
dd9aabe

Added

  • logo and logoHref props on <WorkflowBuilder.Root>. logo accepts an image URL, { light, dark } per-theme URLs, or a custom element and replaces the built-in app-bar logo; logoHref wraps it in a link.
  • maxRows option on the TextArea uischema control, capping how far the field auto-grows.

Changed

  • Slim the base install to @workflowbuilder/sdk @xyflow/react zustand. @jsonforms/core, @jsonforms/react, i18next, react-i18next, i18next-browser-languagedetector and immer moved from peer to regular dependencies and install automatically. JsonForms authoring primitives (withJsonFormsControlProps, rankWith, useJsonForms, RuleEffect, ControlProps, …) are now re-exported from @workflowbuilder/sdk, so custom renderers need no extra installs.
  • Drop the decision node's node-level output port; branches are its only outputs. Edges drawn from the old bare source handle lose their connection point.

Fixed

  • Add vertical spacing between branch cards in the decision properties panel. The accordion layout no longer lays out classless child divs, so custom controls should style their own root.
  • Stop the language selector from showing "EN" while the UI renders Polish for regional locales (e.g. pl-PL).