> ## Documentation Index
> Fetch the complete documentation index at: https://flowdrop.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 1.x

> FlowDrop 1.x release highlights

A glanceable summary of the 1.x line. For the full, detailed notes, see the
[complete changelog on GitHub](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md).

<Update label="1.15.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1150---2026-05-28)
</Update>

<Update label="1.14.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1140---2026-05-27)
</Update>

<Update label="1.13.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1130---2026-05-23)
</Update>

<Update label="1.12.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1120---2026-05-16)
</Update>

<Update label="1.11.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1110---2026-05-11)
</Update>

<Update label="1.10.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#1100---2026-05-10)
</Update>

<Update label="1.9.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#190---2026-05-09)
</Update>

<Update label="1.8.1" description="2026-04-28">
  Fixes an AI Assistant freeze on corrupted command batches with an unclosed `"""` block.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#181---2026-04-28)
</Update>

<Update label="1.8.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#180---2026-04-28)
</Update>

<Update label="1.7.0" description="2026-04-10">
  * **`workflowSettingsSchema`** lets you inject custom fields into the Workflow Settings panel, persisted in `workflow.config`.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#170---2026-04-10)
</Update>

<Update label="1.6.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#160---2026-04-08)
</Update>

<Update label="1.5.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#150---2026-04-03)
</Update>

<Update label="1.4.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#140---2026-03-16)
</Update>

<Update label="1.3.0" description="2026-03-15">
  * Port ordering (`portOrder`) and manual port hiding (`hiddenPorts`).
  * All ports shown by default on SimpleNode and SquareNode.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#130---2026-03-15)
</Update>

<Update label="1.2.2" description="2026-03-13">
  Fixes a browser freeze when dragging a node with proximity connect enabled.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#122---2026-03-13)
</Update>

<Update label="1.2.1" description="2026-03-13">
  Icon theming and sidebar empty-state fixes.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#121---2026-03-13)
</Update>

<Update label="1.2.0" description="2026-03-13">
  * The `theme` system is now reachable from the JS mount API (`mountFlowDropApp({ theme })`).

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#120---2026-03-13)
</Update>

<Update label="1.1.0" description="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 →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#110---2026-03-12)
</Update>

<Update label="1.0.1" description="2026-03-11">
  Fixes duplicate workflow saves on UUID-keyed backends (detect existing workflows by `id` presence, not a UUID regex).

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#101---2026-03-11)
</Update>

<Update label="1.0.0" description="2026-03-11">
  First stable release of `@flowdrop/flowdrop` — production-ready after the 0.0.x series under the `@d34dman/flowdrop` namespace.

  [Full notes →](https://github.com/flowdrop-io/flowdrop/blob/main/libs/flowdrop/CHANGELOG.md#100---2026-03-11)
</Update>
