File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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.
6262``` html
6363<head >
6464...
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 >
6969```
7070
7171Call the designer by:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function embedStylesheet(url) {
1616
1717const baseUrl = isTestEnv ( )
1818 ? '..'
19- : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0 ' ;
19+ : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1 ' ;
2020
2121embedScript ( `${ baseUrl } /lib/designer.js` ) ;
2222embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
You can’t perform that action at this time.
0 commit comments