@logicflow/extension 2.0.8 → 2.0.10

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.6 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.0.10 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/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.6 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.0.10 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/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.3s
18
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.6s
19
19
  
20
20
  ./src/index.ts → dist/index.min.js...
21
21
  +------------------------------------+
@@ -26,36 +26,9 @@
26
26
  |  @logicflow/core: Core |
27
27
  | |
28
28
  | Destination: dist/index.min.js |
29
- | Bundle Size: 626.73 KB |
30
- | Minified Size: 624.42 KB |
31
- | GZipped Size: 173 KB |
29
+ | Bundle Size: 442.74 KB |
30
+ | Minified Size: 440.96 KB |
31
+ | GZipped Size: 127.22 KB |
32
32
  | |
33
33
  +------------------------------------+
34
- (!) "this" has been rewritten to "undefined"
35
- https://rollupjs.org/troubleshooting/#error-this-is-undefined
36
- ../core/es/view/Control.js
37
- 1: var __extends = (this && this.__extends) || (function () {
38
- ^
39
- 2: var extendStatics = function (d, b) {
40
- 3: extendStatics = Object.setPrototypeOf ||
41
- ...and 7 other occurrences
42
- ../core/es/util/matrix.js
43
- 1: var __extends = (this && this.__extends) || (function () {
44
- ^
45
- 2: var extendStatics = function (d, b) {
46
- 3: extendStatics = Object.setPrototypeOf ||
47
- ...and 5 other occurrences
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
-
55
- ...and 28 other files
56
- (!) Circular dependencies
57
- ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/util/index.js
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
- ../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
- ...and 10 more
61
- created dist/index.min.js in 8.4s
34
+ created dist/index.min.js in 12.3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(extension): 分组组件实现自动扩展 close #1750
8
+ - fix(extension): 「dynamic-group」存入history时,将text坐标恢复到未折叠前的数据 close #1810
9
+
10
+ - Updated dependencies
11
+ - @logicflow/core@2.0.6
12
+
13
+ ## 2.0.9
14
+
15
+ ### Patch Changes
16
+
17
+ - fix(core&extension): fix bugs from issues
18
+ - fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826)
19
+ - Updated dependencies
20
+ - @logicflow/core@2.0.5
21
+
3
22
  ## 2.0.8
4
23
 
5
24
  ### Patch Changes