Skip to content

Commit 49ee118

Browse files
committed
More updates
Signed-off-by: lornakelly <lornakelly88@gmail.com>
1 parent 6fef880 commit 49ee118

47 files changed

Lines changed: 188 additions & 83 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/bump-sdk-package.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Bump sdk typescript package

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"changelog": ["@changesets/changelog-github", { "repo": "serverlessworkflow/editor" }],
2+
"changelog": ["@changesets/changelog-github", { "repo": "open-workflow-specification/editor" }],
33
"commit": false,
4-
"fixed": [["@serverlessworkflow/*"]],
4+
"fixed": [["@openworkflowspec/*"]],
55
"access": "public",
66
"baseBranch": "main",
77
"updateInternalDependencies": "patch"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Add containment support integrated with auto-layout.

.changeset/custom-tooltip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Implementation of tooltip

.changeset/edge-path-highlight.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Add edge path highlighting on selection.

.changeset/edges-routing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Apply auto-layout calculated waypoints to edges defined into parent nodes. Add explicit north / south fixed ports to nodes defined in ELK graph.

.changeset/entry-exit-nodes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Add entry/exit container nodes
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Fix ESM compatibility by keeping use-sync-external-store external in the build and declaring it as a runtime dependency.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Audit and improve accessibility

.changeset/mermaid-export.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
---
4+
5+
Add mermaid export functionality

0 commit comments

Comments
 (0)