You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌟 The pro version introduces the loading badge. Check the [badges example](https://nocode-js.github.io/sequential-workflow-designer-pro-demo/demos/webpack-pro-app/public/badges.html).
16
+
1
17
## 0.14.0
2
18
3
19
This version introduces the context menu, providing a new and interactive way to engage with the designer. If you want, you can disable this feature using the `contextMenu` property in the configuration.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Sequential Workflow Designer
4
4
5
-
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-designer)
5
+
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-designer)
6
6
7
7
Sequential workflow designer with 0 external dependencies for web. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow builders.
8
8
@@ -93,10 +93,10 @@ Add the below code to your head section in HTML document.
Copy file name to clipboardExpand all lines: angular/designer/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Sequential Workflow Designer for Angular
4
4
5
-
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-designer-angular)
5
+
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-designer-angular)
6
6
7
7
Angular wrapper for the [Sequential Workflow Designer](https://github.com/nocode-js/sequential-workflow-designer) component.
8
8
@@ -151,6 +151,7 @@ At the end attach the designer:
0 commit comments