@logicflow/extension 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/extension@2.0.5 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
2
+ > @logicflow/extension@2.0.6 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
3
3
  > rss
4
4
 
5
5
  > [prebuild] run-s -s clean:build
6
6
  > [clean:build] rimraf dist es lib
7
7
 
8
- > @logicflow/extension@2.0.5 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
8
+ > @logicflow/extension@2.0.6 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -15,7 +15,7 @@
15
15
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
16
16
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
17
17
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
18
- created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.7s
18
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.3s
19
19
  
20
20
  ./src/index.ts → dist/index.min.js...
21
21
  +------------------------------------+
@@ -26,9 +26,9 @@
26
26
  |  @logicflow/core: Core |
27
27
  | |
28
28
  | Destination: dist/index.min.js |
29
- | Bundle Size: 626.65 KB |
30
- | Minified Size: 624.34 KB |
31
- | GZipped Size: 172.98 KB |
29
+ | Bundle Size: 626.73 KB |
30
+ | Minified Size: 624.42 KB |
31
+ | GZipped Size: 173 KB |
32
32
  | |
33
33
  +------------------------------------+
34
34
  (!) "this" has been rewritten to "undefined"
@@ -45,12 +45,12 @@
45
45
  2: var extendStatics = function (d, b) {
46
46
  3: extendStatics = Object.setPrototypeOf ||
47
47
  ...and 5 other occurrences
48
- ../core/es/util/graph.js
49
- 1: var __read = (this && this.__read) || function (o, n) {
50
- ^
51
- 2: var m = typeof Symbol === "function" && o[Symbol.iterator];
52
- 3: if (!m) return o;
53
- ...and 1 other occurrence
48
+ ../core/es/util/edge.js
49
+ 1: var __assign = (this && this.__assign) || function () {
50
+ ^
51
+ 2: __assign = Object.assign || function(t) {
52
+ 3: for (var s, i = 1, n = arguments.length; i < n; i++) {
53
+ ...and 5 other occurrences
54
54
 
55
55
  ...and 28 other files
56
56
  (!) Circular dependencies
@@ -58,4 +58,4 @@
58
58
  ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/algorithm/index.js -> ../core/es/algorithm/outline.js -> ../core/es/util/index.js
59
59
  ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/model/index.js -> ../core/es/model/edge/index.js -> ../core/es/model/edge/BaseEdgeModel.js -> ../core/es/util/index.js
60
60
  ...and 10 more
61
- created dist/index.min.js in 13.4s
61
+ created dist/index.min.js in 8.4s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - @logicflow/core@2.0.4
10
+
11
+ ## 2.0.7
12
+
13
+ ### Patch Changes
14
+
15
+ - fix: bugs from issues
16
+
17
+ - fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 close #1802
18
+ - fix: 修复 bpmn-elements/Task/subProcess 中 onClick 方法报错的问题 close #1857
19
+
3
20
  ## 2.0.6
4
21
 
5
22
  ### Patch Changes - Release @logicflow/extension@2.0.6