@logicflow/extension 2.0.20 → 2.1.0

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.19 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.0.21 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.19 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.0.21 build /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -21,17 +21,18 @@ Browserslist: caniuse-lite is outdated. Please run:
21
21
  created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 2.9s
22
22
  
23
23
  ./src/index.ts → dist/index.min.js...
24
- +------------------------------------+
25
- | |
26
- | Bundle Format: umd |
27
- | Bundle Name: Extension |
28
- | External Globals: |
29
- |  @logicflow/core: Core |
30
- | |
31
- | Destination: dist/index.min.js |
32
- | Bundle Size: 459.14 KB |
33
- | Minified Size: 457.36 KB |
34
- | GZipped Size: 131.03 KB |
35
- | |
36
- +------------------------------------+
37
- created dist/index.min.js in 12.4s
24
+ +----------------------------------------------------+
25
+ | |
26
+ | Bundle Format: umd |
27
+ | Bundle Name: Extension |
28
+ | External Globals: |
29
+ |  @logicflow/core: Core |
30
+ |  @logicflow/vue-node-registry: VueNodeRegistry |
31
+ | |
32
+ | Destination: dist/index.min.js |
33
+ | Bundle Size: 459.93 KB |
34
+ | Minified Size: 458.13 KB |
35
+ | GZipped Size: 131.35 KB |
36
+ | |
37
+ +----------------------------------------------------+
38
+ created dist/index.min.js in 20.5s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - - [fix] 修复关闭网格吸附后点击节点时容易无法选中的问题
8
+ - [feature] 支持shift节点等比缩放
9
+ - [fix] 修复批量框选后,调整边起终点报错的 bug
10
+ - [fix] snapline cannot show when zoomed
11
+ - [feature] 画布增加blank:mousemove事件外发,并新增isDragging参数以区分鼠标是拖拽移动还是普通移动
12
+ - [feature] 邮件菜单某项的禁用能力
13
+ - 修复vue3项目中小地图插件不显示vue自定义节点问题 close #2200
14
+ - 修复渐进连线插件isInNode判定过于精确导致的偶现会连出两条线的问题 close #2210
15
+ - 修复带label的元素复制粘贴后label展示错位且不可拖拽的问题 close #2196
16
+ - 修复快照插件导出图片受浏览器对canvas限制 close #2187
17
+ - 优化文档中关于 OverlapMode 属性的说明
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @logicflow/core@2.1.0
23
+ - @logicflow/vue-node-registry@2.0.0
24
+
25
+ ## 2.0.21
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @logicflow/core@2.0.16
31
+
3
32
  ## 2.0.20
4
33
 
5
34
  ### Patch Changes