File tree Expand file tree Collapse file tree 12 files changed +34
-29
lines changed Expand file tree Collapse file tree 12 files changed +34
-29
lines changed Original file line number Diff line number Diff line change 1+ # 0.21.2
2+
3+ This version resolves the problem of unwanted dragging of the image element in the toolbox [ #149 ] ( https://github.com/nocode-js/sequential-workflow-designer/issues/149 ) .
4+
15# 0.21.1
26
37Added support for Angular 17 [ #145 ] ( https://github.com/nocode-js/sequential-workflow-designer/issues/145 ) .
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ Add the below code to your head section in HTML document.
102102``` html
103103<head >
104104...
105- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1 /css/designer.css" rel =" stylesheet" >
106- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1 /css/designer-light.css" rel =" stylesheet" >
107- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1 /css/designer-dark.css" rel =" stylesheet" >
108- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1 /dist/index.umd.js" ></script >
105+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.2 /css/designer.css" rel =" stylesheet" >
106+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.2 /css/designer-light.css" rel =" stylesheet" >
107+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.2 /css/designer-dark.css" rel =" stylesheet" >
108+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.2 /dist/index.umd.js" ></script >
109109```
110110
111111Call 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.21.1 " ,
4+ "version" : " 0.21.2 " ,
55 "author" : {
66 "name" : " NoCode JS" ,
77 "url" : " https://nocode-js.com/"
1515 "peerDependencies" : {
1616 "@angular/common" : " 12 - 18" ,
1717 "@angular/core" : " 12 - 18" ,
18- "sequential-workflow-designer" : " ^0.21.1 "
18+ "sequential-workflow-designer" : " ^0.21.2 "
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.21.1 " ,
30- "sequential-workflow-designer-angular" : " ^0.21.1 " ,
29+ "sequential-workflow-designer" : " ^0.21.2 " ,
30+ "sequential-workflow-designer-angular" : " ^0.21.2 " ,
3131 "tslib" : " ^2.3.0" ,
3232 "zone.js" : " ~0.14.6"
3333 },
Original file line number Diff line number Diff line change @@ -6744,17 +6744,17 @@ send@0.18.0:
67446744 range-parser "~1.2.1"
67456745 statuses "2.0.1"
67466746
6747- sequential-workflow-designer-angular@^0.21.1 :
6748- version "0.21.1 "
6749- resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.21.1 .tgz#e7e84e99864ba4593e3605221b5ed1250cdbd93e "
6750- integrity sha512-SvjAR8KUxZa127dHtPxMnzDdSs1GQ8Lc1Nx9nsHDbaX85czju6VkbzHemH8hfFKETLjDrdSqWoMODXwjDBnFwg ==
6747+ sequential-workflow-designer-angular@^0.21.2 :
6748+ version "0.21.2 "
6749+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.21.2 .tgz#862affe152042104c5fa668c4426e949cb9e1888 "
6750+ integrity sha512-0FpWnTR64StQOlR+HdYnTl3+ZhbxTP2Z8CCi0NYMK+2kV0aMVFKIz/hNdcJwDM24nspOFGF/f+FGzjOcrVgJmQ ==
67516751 dependencies :
67526752 tslib "^2.3.0"
67536753
6754- sequential-workflow-designer@^0.21.1 :
6755- version "0.21.1 "
6756- resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.21.1 .tgz#943a4c7737b5726068e7c973d94aad565c1f85cf "
6757- integrity sha512-w20IHGTx/+3SCvwVJBXYGGOjAQJ/YTTR3TKSnqfSa7atwXlAd/NbScmuVtBIjyRubZ7E6isPIfin19eMEv8WKw ==
6754+ sequential-workflow-designer@^0.21.2 :
6755+ version "0.21.2 "
6756+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.21.2 .tgz#dab9702ff56a9e20967cb6840bfd19fb710c2c35 "
6757+ integrity sha512-yjBrENF1bongMB0bW4AcatlhNfM1B48jKVgJKEkAAVgZy7/DioHZ3545fXVGol6bvjcqtKRHwOasZKITvVJU2Q ==
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.21.1 " ,
10- "sequential-workflow-designer-react" : " ^0.21.1 "
9+ "sequential-workflow-designer" : " ^0.21.2 " ,
10+ "sequential-workflow-designer-react" : " ^0.21.2 "
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.21.1 " ,
20- "sequential-workflow-designer-svelte" : " ^0.21.1 "
19+ "sequential-workflow-designer" : " ^0.21.2 " ,
20+ "sequential-workflow-designer-svelte" : " ^0.21.2 "
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.21.1 " ,
4+ "version" : " 0.21.2 " ,
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 @@ -15,7 +15,8 @@ export class ToolboxItemView {
1515 if ( data . iconUrl ) {
1616 const iconImage = Dom . element ( 'img' , {
1717 class : 'sqd-toolbox-item-icon-image' ,
18- src : data . iconUrl
18+ src : data . iconUrl ,
19+ draggable : 'false'
1920 } ) ;
2021 icon . appendChild ( iconImage ) ;
2122 } else {
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.21.1 ' ;
16+ const baseUrl = isTestEnv ( ) ? '../designer' : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.2 ' ;
1717
1818embedScript ( `${ baseUrl } /dist/index.umd.js` ) ;
1919embedStylesheet ( `${ baseUrl } /css/designer.css` ) ;
You can’t perform that action at this time.
0 commit comments