File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ Add the below code to your head section in HTML document.
94
94
``` html
95
95
<head >
96
96
...
97
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1 /css/designer.css" rel =" stylesheet" >
98
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1 /css/designer-light.css" rel =" stylesheet" >
99
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1 /css/designer-dark.css" rel =" stylesheet" >
100
- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1 /dist/index.umd.js" ></script >
97
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2 /css/designer.css" rel =" stylesheet" >
98
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2 /css/designer-light.css" rel =" stylesheet" >
99
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2 /css/designer-dark.css" rel =" stylesheet" >
100
+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2 /dist/index.umd.js" ></script >
101
101
```
102
102
103
103
Call the designer by:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequential-workflow-designer-angular" ,
3
3
"description" : " Angular wrapper for Sequential Workflow Designer component." ,
4
- "version" : " 0.14.1 " ,
4
+ "version" : " 0.14.2 " ,
5
5
"author" : {
6
6
"name" : " NoCode JS" ,
7
7
"url" : " https://nocode-js.com/"
15
15
"peerDependencies" : {
16
16
"@angular/common" : " 12 - 16" ,
17
17
"@angular/core" : " 12 - 16" ,
18
- "sequential-workflow-designer" : " ^0.14.1 "
18
+ "sequential-workflow-designer" : " ^0.14.2 "
19
19
},
20
20
"dependencies" : {
21
21
"tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 26
26
"@angular/platform-browser-dynamic" : " ^15.2.9" ,
27
27
"@angular/router" : " ^15.2.9" ,
28
28
"rxjs" : " ~7.8.0" ,
29
- "sequential-workflow-designer" : " ^0.14.1 " ,
30
- "sequential-workflow-designer-angular" : " ^0.14.1 " ,
29
+ "sequential-workflow-designer" : " ^0.14.2 " ,
30
+ "sequential-workflow-designer-angular" : " ^0.14.2 " ,
31
31
"tslib" : " ^2.3.0" ,
32
32
"zone.js" : " ~0.13.0"
33
33
},
45
45
"prettier" : " ^2.8.4" ,
46
46
"typescript" : " ~4.9.5"
47
47
}
48
- }
48
+ }
Original file line number Diff line number Diff line change @@ -5956,17 +5956,17 @@ send@0.18.0:
5956
5956
range-parser "~1.2.1"
5957
5957
statuses "2.0.1"
5958
5958
5959
- sequential-workflow-designer-angular@^0.14.1 :
5960
- version "0.14.1 "
5961
- resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.14.1 .tgz#fdfb90516e74ea1c2924ec9f6f623f682129b3ba "
5962
- integrity sha512-7HPxGo5VN/bODMcSnx5nbfnCvAIHSghunlhHVkA0aPTCR29FcaoLo6PJ0ORxSR9V7EMlXY9dx+8UJZxn4wXjcg ==
5959
+ sequential-workflow-designer-angular@^0.14.2 :
5960
+ version "0.14.2 "
5961
+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.14.2 .tgz#a5de68575e58742e789f8f75e3243af1057318d5 "
5962
+ integrity sha512-ntRyaG50Qks1AUVguIY88BE1sSo2pb/CbPB8bVArrHiN1s1n+Vxs1iN06jLbXSWRJ3tJl7zDMTaQ3pQARAzVAA ==
5963
5963
dependencies :
5964
5964
tslib "^2.3.0"
5965
5965
5966
- sequential-workflow-designer@^0.14.1 :
5967
- version "0.14.1 "
5968
- resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.14.1 .tgz#1f7f5b2a1c4a337044e77eaef36fe1333ba22c4b "
5969
- integrity sha512-wPgNKnl/4q4QMbYqn19O9On6eYf/MXzityXAFmzo/WQBAl6RJhclY4LmL8HxotdkcGSQznW80E3gOpNERZCdLw ==
5966
+ sequential-workflow-designer@^0.14.2 :
5967
+ version "0.14.2 "
5968
+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.14.2 .tgz#b183024ccc1cf53d521353c93c7b9056f0619a6a "
5969
+ integrity sha512-iyHkYyuDG8J6oJfdndIKlrRHpASf7HP6sDZ0lUp8u//ZqiTJl7ZOuqmsvYigkt9lXmMn/Vo9OXQJSpcc6rLYPg ==
5970
5970
dependencies :
5971
5971
sequential-workflow-model "^0.2.0"
5972
5972
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"react" : " ^18.2.0" ,
8
8
"react-dom" : " ^18.2.0" ,
9
- "sequential-workflow-designer" : " ^0.14.1 " ,
10
- "sequential-workflow-designer-react" : " ^0.14.1 "
9
+ "sequential-workflow-designer" : " ^0.14.2 " ,
10
+ "sequential-workflow-designer-react" : " ^0.14.2 "
11
11
},
12
12
"devDependencies" : {
13
13
"@types/jest" : " ^29.2.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequential-workflow-designer" ,
3
3
"description" : " Customizable no-code component for building flow-based programming applications." ,
4
- "version" : " 0.14.1 " ,
4
+ "version" : " 0.14.2 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/esm/index.js" ,
7
7
"types" : " ./lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function embedStylesheet(url) {
19
19
20
20
const baseUrl = isTestEnv ( )
21
21
? '../designer'
22
- : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1 ' ;
22
+ : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2 ' ;
23
23
24
24
embedScript ( `${ baseUrl } /dist/index.umd.js` ) ;
25
25
embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequential-workflow-designer-react" ,
3
3
"description" : " React wrapper for Sequential Workflow Designer component." ,
4
- "version" : " 0.14.1 " ,
4
+ "version" : " 0.14.2 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/esm/index.js" ,
7
7
"types" : " ./lib/index.d.ts" ,
47
47
"peerDependencies" : {
48
48
"react" : " ^18.2.0" ,
49
49
"react-dom" : " ^18.2.0" ,
50
- "sequential-workflow-designer" : " ^0.14.1 "
50
+ "sequential-workflow-designer" : " ^0.14.2 "
51
51
},
52
52
"devDependencies" : {
53
53
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
63
63
"prettier" : " ^2.8.2" ,
64
64
"react" : " ^18.2.0" ,
65
65
"react-dom" : " ^18.2.0" ,
66
- "sequential-workflow-designer" : " ^0.14.1 " ,
66
+ "sequential-workflow-designer" : " ^0.14.2 " ,
67
67
"rollup" : " ^3.18.0" ,
68
68
"rollup-plugin-dts" : " ^5.2.0" ,
69
69
"rollup-plugin-typescript2" : " ^0.34.1" ,
You can’t perform that action at this time.
0 commit comments