@logicflow/extension 2.2.0-alpha.4 → 2.2.0-alpha.6

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.2.0-alpha.4 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.2.0-alpha.5 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.2.0-alpha.4 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.2.0-alpha.5 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -18,7 +18,7 @@ Browserslist: caniuse-lite is outdated. Please run:
18
18
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
19
19
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
20
20
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
21
- created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.5s
21
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 2.7s
22
22
  
23
23
  ./src/index.ts → dist/index.min.js...
24
24
  +----------------------------------------------------+
@@ -30,9 +30,9 @@ Browserslist: caniuse-lite is outdated. Please run:
30
30
  |  @logicflow/vue-node-registry: VueNodeRegistry |
31
31
  | |
32
32
  | Destination: dist/index.min.js |
33
- | Bundle Size: 466.64 KB |
34
- | Minified Size: 464.85 KB |
35
- | GZipped Size: 133.16 KB |
33
+ | Bundle Size: 466.35 KB |
34
+ | Minified Size: 464.58 KB |
35
+ | GZipped Size: 133.02 KB |
36
36
  | |
37
37
  +----------------------------------------------------+
38
- created dist/index.min.js in 8.1s
38
+ created dist/index.min.js in 8.5s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修复来自内部反馈的边问题 & Control插件redo/undo的事件监听判断从name改成key
8
+ - Updated dependencies
9
+ - @logicflow/core@2.2.0-alpha.6
10
+ - @logicflow/vue-node-registry@1.2.0-alpha.6
11
+
12
+ ## 2.2.0-alpha.5
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: 修复已知问题
17
+ - 修复圆角折线插件会出现没有圆角或圆角旁多了一条线的问题
18
+ - 修复导出插件safetyMargin和safetyFactor导致的快照导出后不居中对齐问题 & 修改safetyFactor为1 safetyMargin为0
19
+ - snapshot插件导出图片受canvas的大小限制导致导出为空(计算规则、等比缩放)
20
+ - Updated dependencies
21
+ - @logicflow/core@2.2.0-alpha.5
22
+ - @logicflow/vue-node-registry@1.2.0-alpha.5
23
+
3
24
  ## 2.2.0-alpha.4
4
25
 
5
26
  ### Patch Changes