File tree Expand file tree Collapse file tree 11 files changed +38
-28
lines changed
Expand file tree Collapse file tree 11 files changed +38
-28
lines changed Original file line number Diff line number Diff line change 1+ # 0.30.0
2+
3+ This version introduces a new step component: ` launchPad ` .
4+
5+ The ` launchPad ` step component allows you to place multiple steps along a horizontal axis. Its design suggests that any of the contained steps can be executed independently or simultaneously. You can use it as a container for parallel execution or as a trigger hub-waiting for one or more embedded trigger steps to activate the workflow.
6+
7+ The main goal of this addition is to enable the creation of workflows with multiple triggers in the standard version of the designer.
8+
9+ To see how it looks, please check out [ this example] ( https://nocode-js.github.io/sequential-workflow-designer/examples/triggers.html ) .
10+
111# 0.29.2
212
313Added a new theme: ` soft ` .
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ Add the below code to your head section in HTML document.
105105``` html
106106<head >
107107...
108- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.29.2 /css/designer.css" rel =" stylesheet" >
109- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.29.2 /css/designer-light.css" rel =" stylesheet" >
110- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.29.2 /css/designer-dark.css" rel =" stylesheet" >
111- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.29.2 /dist/index.umd.js" ></script >
108+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.30.0 /css/designer.css" rel =" stylesheet" >
109+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.30.0 /css/designer-light.css" rel =" stylesheet" >
110+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.30.0 /css/designer-dark.css" rel =" stylesheet" >
111+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.30.0 /dist/index.umd.js" ></script >
112112```
113113
114114Call the designer by:
Original file line number Diff line number Diff line change 11{
22 "name" : " sequential-workflow-designer-angular" ,
33 "description" : " Angular wrapper for Sequential Workflow Designer component." ,
4- "version" : " 0.29.2 " ,
4+ "version" : " 0.30.0 " ,
55 "author" : {
66 "name" : " NoCode JS" ,
77 "url" : " https://nocode-js.com/"
1515 "peerDependencies" : {
1616 "@angular/common" : " 12 - 19" ,
1717 "@angular/core" : " 12 - 19" ,
18- "sequential-workflow-designer" : " ^0.29.2 "
18+ "sequential-workflow-designer" : " ^0.30.0 "
1919 },
2020 "dependencies" : {
2121 "tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 2626 "@angular/platform-browser-dynamic" : " ^17.3.9" ,
2727 "@angular/router" : " ^17.3.9" ,
2828 "rxjs" : " ~7.8.0" ,
29- "sequential-workflow-designer" : " ^0.29.2 " ,
30- "sequential-workflow-designer-angular" : " ^0.29.2 " ,
29+ "sequential-workflow-designer" : " ^0.30.0 " ,
30+ "sequential-workflow-designer-angular" : " ^0.30.0 " ,
3131 "tslib" : " ^2.3.0" ,
3232 "zone.js" : " ~0.14.6"
3333 },
Original file line number Diff line number Diff line change 67446744 range-parser "~1.2.1"
67456745 statuses "2.0.1"
67466746
6747- sequential-workflow-designer-angular@^0.29.2 :
6748- version "0.29.2 "
6749- resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.29.2 .tgz#04a12899ea6daf50e12bae286bd2d792519f55c2 "
6750- integrity sha512-IiOi46UrE31EUe4DL9ZT1MwswDIsmpq/qIgC5GBEeI5kKENXL09e4KbePhJQXurnpSJCzcX7cUCnRuoFsMsCdg ==
6747+ sequential-workflow-designer-angular@^0.30.0 :
6748+ version "0.30.0 "
6749+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.30.0 .tgz#94cf034281c6e3409a0fef921d132b67e3562fcd "
6750+ integrity sha512-7eRPzyZkEF65nhBMmNS4O3u9S0tuWBo07QxJsNjAijQMpkDE3BgMmNDssvjeUwFdKPR1oQdH5H1LzsBAIyXN3Q ==
67516751 dependencies :
67526752 tslib "^2.3.0"
67536753
6754- sequential-workflow-designer@^0.29.2 :
6755- version "0.29.2 "
6756- resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.29.2 .tgz#bdb610325396baab5f5e91f95bb846159cb0cb0b "
6757- integrity sha512-yPxMLLZUV529HQIAVSEWHEjOLDWn+abEZ+E7VIq3vIAs9ew3fG7U/StUz+mA8+zr7iTSp9wlGUXdZi8ZRtQ1Qw ==
6754+ sequential-workflow-designer@^0.30.0 :
6755+ version "0.30.0 "
6756+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.30.0 .tgz#98a11796ab3323030048965f8849d1b93a79e8c4 "
6757+ integrity sha512-SwjlRMhO6auFpB9DiYm+1Lb1KHbLL7h66GgOEs60Ej4n0Y5yDTN9ifDLGOiMvUSWqTe3xkfEEsVQ/WLuW9Lz8Q ==
67586758 dependencies :
67596759 sequential-workflow-model "^0.2.0"
67606760
Original file line number Diff line number Diff line change 66 "dependencies" : {
77 "react" : " ^18.2.0" ,
88 "react-dom" : " ^18.2.0" ,
9- "sequential-workflow-designer" : " ^0.29.2 " ,
10- "sequential-workflow-designer-react" : " ^0.29.2 "
9+ "sequential-workflow-designer" : " ^0.30.0 " ,
10+ "sequential-workflow-designer-react" : " ^0.30.0 "
1111 },
1212 "devDependencies" : {
1313 "@types/jest" : " ^29.2.5" ,
Original file line number Diff line number Diff line change 1616 "eslint" : " eslint ./src --ext .ts"
1717 },
1818 "dependencies" : {
19- "sequential-workflow-designer" : " ^0.29.2 " ,
20- "sequential-workflow-designer-svelte" : " ^0.29.2 "
19+ "sequential-workflow-designer" : " ^0.30.0 " ,
20+ "sequential-workflow-designer-svelte" : " ^0.30.0 "
2121 },
2222 "devDependencies" : {
2323 "@sveltejs/adapter-static" : " ^2.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sequential-workflow-designer" ,
33 "description" : " Customizable no-code component for building flow-based programming applications." ,
4- "version" : " 0.29.2 " ,
4+ "version" : " 0.30.0 " ,
55 "type" : " module" ,
66 "main" : " ./lib/esm/index.js" ,
77 "types" : " ./lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function embedStylesheet(url) {
1313 document . write ( `<link href="${ url } " rel="stylesheet">` ) ;
1414}
1515
16- const baseUrl = isTestEnv ( ) ? '../designer' : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.29.2 ' ;
16+ const baseUrl = isTestEnv ( ) ? '../designer' : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.30.0 ' ;
1717
1818embedScript ( `${ baseUrl } /dist/index.umd.js` ) ;
1919embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " sequential-workflow-designer-react" ,
33 "description" : " React wrapper for Sequential Workflow Designer component." ,
4- "version" : " 0.29.2 " ,
4+ "version" : " 0.30.0 " ,
55 "type" : " module" ,
66 "main" : " ./lib/esm/index.js" ,
77 "types" : " ./lib/index.d.ts" ,
4747 "peerDependencies" : {
4848 "react" : " >=18.2.0" ,
4949 "react-dom" : " >=18.2.0" ,
50- "sequential-workflow-designer" : " ^0.29.2 "
50+ "sequential-workflow-designer" : " ^0.30.0 "
5151 },
5252 "devDependencies" : {
5353 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
6363 "prettier" : " ^3.2.5" ,
6464 "react" : " ^18.2.0" ,
6565 "react-dom" : " ^18.2.0" ,
66- "sequential-workflow-designer" : " ^0.29.2 " ,
66+ "sequential-workflow-designer" : " ^0.30.0 " ,
6767 "rollup" : " ^4.40.0" ,
6868 "rollup-plugin-dts" : " ^6.2.1" ,
6969 "rollup-plugin-typescript2" : " ^0.36.0" ,
You can’t perform that action at this time.
0 commit comments