Skip to content

Commit 8ac85ad

Browse files
chore(sdk): release v2.2.0 (#56)
1 parent f20b8b2 commit 8ac85ad

9 files changed

Lines changed: 20 additions & 36 deletions

.changeset/delete-empty-selection-no-modal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/duplicate-to-drafts-conditional.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/keyboard-zoom.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nodes-palette-race-condition.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-months-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/readonly-cut-paste-block.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/template-selector-title.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.2.0] - 2026-06-29
4+
5+
### Added
6+
7+
- Keyboard zoom in the editor: `Ctrl/Cmd` with `+`/`=` zooms in and `Ctrl/Cmd` with `-` zooms out while the canvas is focused.
8+
9+
### Changed
10+
11+
- Render the app bar's "Duplicate to Drafts" menu item only when an `onDuplicateClick` handler is provided, removing the default no-op button.
12+
13+
### Fixed
14+
15+
- Stop the delete confirmation modal from opening when Delete or Backspace is pressed with nothing selected.
16+
- Surface validation errors when nodes load before the palette. A race between node and palette loading previously dropped newly applicable errors (for example, for fields not evaluated earlier), so the node showed only a "!" indicator until selected.
17+
- Block edge creation in read-only mode.
18+
- Block cut and paste in the diagram in read-only mode; copying is still allowed.
19+
- Use the SDK's own `templateSelector.title` string for the template selector modal title instead of an unrelated plugin translation key.
20+
321
## [2.1.0] - 2026-06-16
422

523
### Added
@@ -38,6 +56,7 @@ First public npm release. The major bump continues the Workflow Builder version
3856

3957
- Distribution model: editor is now consumed via `npm install @workflowbuilder/sdk` instead of cloning the monorepo. Consumers no longer need monorepo tooling, tsconfig paths, or workspace symlinks.
4058

59+
[2.2.0]: https://www.npmjs.com/package/@workflowbuilder/sdk/v/2.2.0
4160
[2.1.0]: https://www.npmjs.com/package/@workflowbuilder/sdk/v/2.1.0
4261
[2.0.1]: https://www.npmjs.com/package/@workflowbuilder/sdk/v/2.0.1
4362
[2.0.0]: https://www.npmjs.com/package/@workflowbuilder/sdk/v/2.0.0

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflowbuilder/sdk",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React SDK for Workflow Builder — embed a visual, flow-based workflow editor in your app.",
55
"keywords": [
66
"workflow",

0 commit comments

Comments
 (0)