File tree Expand file tree Collapse file tree 11 files changed +30
-23
lines changed Expand file tree Collapse file tree 11 files changed +30
-23
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.2
2
+
3
+ * Fixed the bug with moving the viewport by the scroll wheel button.
4
+ * Added a simple animation to placeholders during dragging.
5
+
1
6
## 0.10.1
2
7
3
8
* Fixed the bug with the auto-hide feature in the smart editor.
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ Add the below code to your head section in HTML document.
88
88
``` html
89
89
<head >
90
90
...
91
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.1 /css/designer.css" rel =" stylesheet" >
92
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.1 /css/designer-light.css" rel =" stylesheet" >
93
- <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.1 /css/designer-dark.css" rel =" stylesheet" >
94
- <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.1 /dist/index.umd.js" ></script >
91
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.2 /css/designer.css" rel =" stylesheet" >
92
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.2 /css/designer-light.css" rel =" stylesheet" >
93
+ <link href =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.2 /css/designer-dark.css" rel =" stylesheet" >
94
+ <script src =" https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.2 /dist/index.umd.js" ></script >
95
95
```
96
96
97
97
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.10.1 " ,
4
+ "version" : " 0.10.2 " ,
5
5
"author" : {
6
6
"name" : " NoCode JS" ,
7
7
"url" : " https://nocode-js.com/"
15
15
"peerDependencies" : {
16
16
"@angular/common" : " 12 - 15" ,
17
17
"@angular/core" : " 12 - 15" ,
18
- "sequential-workflow-designer" : " ^0.10.1 "
18
+ "sequential-workflow-designer" : " ^0.10.2 "
19
19
},
20
20
"dependencies" : {
21
21
"tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 24
24
"@angular/platform-browser-dynamic" : " ^15.2.2" ,
25
25
"@angular/router" : " ^15.2.2" ,
26
26
"rxjs" : " ~7.8.0" ,
27
- "sequential-workflow-designer" : " ^0.10.1 " ,
28
- "sequential-workflow-designer-angular" : " ^0.10.1 " ,
27
+ "sequential-workflow-designer" : " ^0.10.2 " ,
28
+ "sequential-workflow-designer-angular" : " ^0.10.2 " ,
29
29
"tslib" : " ^2.3.0" ,
30
30
"zone.js" : " ~0.13.0"
31
31
},
Original file line number Diff line number Diff line change @@ -5180,17 +5180,17 @@ send@0.18.0:
5180
5180
range-parser "~1.2.1"
5181
5181
statuses "2.0.1"
5182
5182
5183
- sequential-workflow-designer-angular@^0.10.1 :
5184
- version "0.10.1 "
5185
- resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.10.1 .tgz#ab4dd09d7b7e542b18ba5c3521d9687490213467 "
5186
- integrity sha512-3vfKQd3IpJiaosDP7kmPz66EUH/w8O5tX/uoufPO8ymDg+TtFaM4owafq88VyvNb9Gy06W7+PM4aWP78cHgdqQ ==
5183
+ sequential-workflow-designer-angular@^0.10.2 :
5184
+ version "0.10.2 "
5185
+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.10.2 .tgz#c496facffe214c57bcd116e28c096966bb3da5eb "
5186
+ integrity sha512-M9eMlbvIaKcgY4UAPngwbmpcYxhEJKnoLDhXplwVGLB8AsOxf9AdmKj3TpJEd2PMvTtHGLiQu3NrOPr4OV36Kw ==
5187
5187
dependencies :
5188
5188
tslib "^2.3.0"
5189
5189
5190
- sequential-workflow-designer@^0.10.1 :
5191
- version "0.10.1 "
5192
- resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.10.1 .tgz#44dfc4e5bb901f9e0fb95b627a0344cde8f25d44 "
5193
- integrity sha512-OIR0Glck99alIjliweGo9HZhegXSnQmBwbnSzZjqr15QlVFAIuo4YePPy/PV5y/wTvQZoq02SVpSzgukIQDNGQ ==
5190
+ sequential-workflow-designer@^0.10.2 :
5191
+ version "0.10.2 "
5192
+ resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.10.2 .tgz#f8c355ea3c8772d247e7ac9bc0ecf1ce91b51187 "
5193
+ integrity sha512-mq9yOwwOwo9a9LPfzOUwECSVpkXYSDLqoUENEqconj0GDbUk3pVuXHQ78b/n4DOMdoxNSloZyRxbmkUZrLTFkw ==
5194
5194
dependencies :
5195
5195
sequential-workflow-model "^0.1.1"
5196
5196
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"react" : " ^18.2.0" ,
7
7
"react-dom" : " ^18.2.0" ,
8
- "sequential-workflow-designer" : " ^0.10.1 " ,
9
- "sequential-workflow-designer-react" : " ^0.10.1 "
8
+ "sequential-workflow-designer" : " ^0.10.2 " ,
9
+ "sequential-workflow-designer-react" : " ^0.10.2 "
10
10
},
11
11
"devDependencies" : {
12
12
"@types/jest" : " ^29.2.5" ,
Original file line number Diff line number Diff line change 255
255
.sqd-placeholder .sqd-placeholder-rect {
256
256
stroke-width : 1 ;
257
257
stroke-dasharray : 3 ;
258
+ transition : fill 100ms ;
258
259
}
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.10.1 " ,
4
+ "version" : " 0.10.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 @@ -105,6 +105,7 @@ export class WorkspaceView {
105
105
this . canvas . addEventListener (
106
106
'mousedown' ,
107
107
e => {
108
+ e . preventDefault ( ) ;
108
109
handler ( readMousePosition ( e ) , e . target as Element , e . button ) ;
109
110
} ,
110
111
false
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.10.1 ' ;
22
+ : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.10.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.10.1 " ,
4
+ "version" : " 0.10.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.10.1 "
50
+ "sequential-workflow-designer" : " ^0.10.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.10.1 " ,
66
+ "sequential-workflow-designer" : " ^0.10.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