Skip to main content
A glanceable summary of the 1.x line. For the full, detailed notes, see the complete changelog on GitHub.
1.15.0
2026-05-28
Dependent-autocomplete correctness across undo, redo, and form load.
  • Dependent fields keep their values on undo/redo and external config replacement.
  • Preloaded values survive form load (no more spurious clears).
  • Undo/redo restored for committed config edits.
Full notes →
1.14.0
2026-05-27
The OpenAPI spec now ships with the package, plus message pagination.
  • @flowdrop/flowdrop/openapi — the full backend spec is bundled and version-matched to the installed release.
  • Backward pagination for playground messages (before / latest cursors, hasOlder).
  • Pipeline-nesting fields on messages (parentPipelineId, rootPipelineId).
Full notes →
1.13.0
2026-05-23
Server-driven message presentation and a big accessibility pass.
  • Server-emitted message annotations — hierarchy, tags, and display fully control rendering.
  • Dependent autocomplete fields via autocomplete.params.
  • Mobile + container-query playground layouts, and an a11y pass on the message stream.
Full notes →
1.12.0
2026-05-16
Kanban pipeline view and extensible pipeline surfaces.
  • Kanban view with server-configurable columns (kanban_config).
  • New paused and interrupted execution statuses across all views.
  • Inject custom pipeline views via PipelineViewDef; full playground i18n and keyboard a11y.
Full notes →
1.11.0
2026-05-11
Full-page playground chrome for any host.
  • PlaygroundApp pairs the Navbar with PlaygroundStudio, plus a framework-agnostic mountPlaygroundApp().
  • A settings option on all playground mount functions.
Full notes →
1.10.0
2026-05-10
The integrated split-pane playground, packaged.
  • PlaygroundStudio + mountPlaygroundStudio() combine the pipeline panel and chat in one import.
  • Sequence-number polling cursor and automatic pipeline-panel refresh while following the latest run.
Full notes →
1.9.0
2026-05-09
Live pipeline view inside the playground.
  • Toggleable, resizable pipeline panel alongside the chat.
  • Run picker with a “latest” toggle; session chip dropdown.
Full notes →
1.8.1
2026-04-28
Fixes an AI Assistant freeze on corrupted command batches with an unclosed """ block.Full notes →
1.8.0
2026-04-28
The typed, overridable i18n system.
  • Every user-facing string renders from a single Messages tree; override any subset via the messages prop (paraglide-js friendly).
  • clearAllDrafts() for logout integrations.
Full notes →
1.7.0
2026-04-10
  • workflowSettingsSchema lets you inject custom fields into the Workflow Settings panel, persisted in workflow.config.
Full notes →
1.6.0
2026-04-08
  • Progressive command execution for AI-applied changes.
  • Auto-retry on failed command batches (the assistant self-corrects, gated by chatAutoRetry).
Full notes →
1.5.0
2026-04-03
Node swap, the command console, and the AI Chat panel.
  • Node swap — replace a node type while preserving connections and config.
  • Command console — a DSL for driving the canvas, with autocomplete and history.
  • AI Chat panel — natural-language prompts parsed into previewable DSL commands.
Full notes →
1.4.0
2026-03-16
  • Settings modal customization for vanilla-JS hosts.
  • Themeable logo and xyflow controls; collapsible sidebar; dynamic ports for all node types.
Full notes →
1.3.0
2026-03-15
  • Port ordering (portOrder) and manual port hiding (hiddenPorts).
  • All ports shown by default on SimpleNode and SquareNode.
Full notes →
1.2.2
2026-03-13
Fixes a browser freeze when dragging a node with proximity connect enabled.Full notes →
1.2.1
2026-03-13
Icon theming and sidebar empty-state fixes.Full notes →
1.2.0
2026-03-13
  • The theme system is now reachable from the JS mount API (mountFlowDropApp({ theme })).
Full notes →
1.1.0
2026-03-12
The theme and skin system.
  • theme prop accepts a built-in name ('default' | 'minimal') or a custom FlowDropTheme.
  • Full light/dark palette control via FlowDropSkin tokens.
Full notes →
1.0.1
2026-03-11
Fixes duplicate workflow saves on UUID-keyed backends (detect existing workflows by id presence, not a UUID regex).Full notes →
1.0.0
2026-03-11
First stable release of @flowdrop/flowdrop — production-ready after the 0.0.x series under the @d34dman/flowdrop namespace.Full notes →