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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+38-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,43 @@
1
1
## 0.3.0
2
2
3
-
This version introduces component extensions. By this it's possible to create own components. Breaking changes:
4
-
5
-
* Static method `Designer.utils.getParents()` is deleted. You should use the `getStepParents()` method from the `Designer` class. Example: `designer.getStepParents(needleStep)`
6
-
* The `ComponentType` is not an enum anymore. It's type (`string`). This change doesn't affect serialized JSONs.
3
+
This version introduces new build formats (ESM, UMD) of the package.
4
+
5
+
🤩 For more advanced use cases we prepared **the paid pro package**. The package is in the early stage. Currently it contains advanced components for steps. [Here](https://github.com/nocode-js/sequential-workflow-designer-pro-demo) you can find more information and examples.
6
+
7
+
#### Breaking Changes
8
+
9
+
* Default export of the `Designer` class is removed. Now you should import directly the `Designer` class.
* The package now contains two type of build: ESM and UMD. ESM build is located in the `lib` folder. UMD build is located in the `dist` folder. That means the URL to the CDN is also changed.
Copy file name to clipboardexpand all lines: LICENSE
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
The MIT License (MIT)
2
2
3
-
Copyright (c) 2022 Bartlomiej Tadych
3
+
Copyright (c) 2022 N4NO.com
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copy file name to clipboardexpand all lines: README.md
+8-8
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)[](https://twitter.com/b4rtaz)
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 no 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 designers.
8
8
@@ -37,7 +37,7 @@ Install this package by [NPM](https://www.npmjs.com/) command:
0 commit comments