File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ Add the below code to your head section in HTML document.
6161``` html
6262<head >
6363...
64- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.8 /css/designer.css" rel =" stylesheet" >
65- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.8 /css/designer-light.css" rel =" stylesheet" >
66- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.8 /css/designer-dark.css" rel =" stylesheet" >
67- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.8 /lib/designer.js" ></script >
64+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.9 /css/designer.css" rel =" stylesheet" >
65+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.9 /css/designer-light.css" rel =" stylesheet" >
66+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.9 /css/designer-dark.css" rel =" stylesheet" >
67+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.9 /lib/designer.js" ></script >
6868```
6969
7070Call the designer by:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function embedStylesheet(url) {
1515
1616const baseUrl = isTestEnv ( )
1717 ? '..'
18- : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.8 ' ;
18+ : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.1.9 ' ;
1919
2020embedScript ( `${ baseUrl } /lib/designer.js` ) ;
2121embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " sequential-workflow-designer" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "main" : " ./lib/designer.js" ,
55 "types" : " ./lib/designer.d.ts" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments