File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ Add the below code to your head section in HTML document.
62
62
``` html
63
63
<head >
64
64
...
65
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 /css/designer.css" rel =" stylesheet" >
66
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 /css/designer-light.css" rel =" stylesheet" >
67
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 /css/designer-dark.css" rel =" stylesheet" >
68
- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 /lib/designer.js" ></script >
65
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 /css/designer.css" rel =" stylesheet" >
66
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 /css/designer-light.css" rel =" stylesheet" >
67
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 /css/designer-dark.css" rel =" stylesheet" >
68
+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 /lib/designer.js" ></script >
69
69
```
70
70
71
71
Call the designer by:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function embedStylesheet(url) {
16
16
17
17
const baseUrl = isTestEnv ( )
18
18
? '..'
19
- : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 ' ;
19
+ : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 ' ;
20
20
21
21
embedScript ( `${ baseUrl } /lib/designer.js` ) ;
22
22
embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
You can’t perform that action at this time.
0 commit comments