@logicflow/core 2.0.15 → 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,10 +1,10 @@
1
1
 
2
- > @logicflow/core@2.0.14 build:dev /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.16 build:dev /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/core
3
3
  > rss
4
4
 
5
5
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
6
6
 
7
- > @logicflow/core@2.0.14 build:less /Users/didi/Desktop/github/LogicFlow/packages/core
7
+ > @logicflow/core@2.0.16 build:less /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/core
8
8
  > rss
9
9
 
10
10
  > [build:less] ./scripts/build-less
@@ -1,16 +1,16 @@
1
1
 
2
- > @logicflow/core@2.0.14 prebuild /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.16 prebuild /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/core
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/core@2.0.14 build /Users/didi/Desktop/github/LogicFlow/packages/core
8
+ > @logicflow/core@2.0.16 build /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/core
9
9
  > rss
10
10
 
11
11
  > [build] run-p -s build:dev build:umd
12
- > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
13
12
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
13
+ > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
14
14
  > [build:less] ./scripts/build-less
15
15
  > [build:less] ./scripts/build-less
16
16
  
@@ -20,9 +20,9 @@
20
20
  | Bundle Format: umd |
21
21
  | Bundle Name: Core |
22
22
  | Destination: dist/index.min.js |
23
- | Bundle Size: 388.56 KB |
24
- | Minified Size: 387.33 KB |
25
- | GZipped Size: 112.19 KB |
23
+ | Bundle Size: 390.13 KB |
24
+ | Minified Size: 388.9 KB |
25
+ | GZipped Size: 112.59 KB |
26
26
  | |
27
27
  +------------------------------------+
28
28
  (!) Circular dependencies
@@ -30,4 +30,4 @@ src/index.ts -> src/LogicFlow.tsx -> src/index.ts
30
30
  src/util/index.ts -> src/util/edge.ts -> src/util/index.ts
31
31
  src/util/index.ts -> src/util/edge.ts -> src/algorithm/index.ts -> src/algorithm/outline.ts -> src/util/index.ts
32
32
  ...and 19 more
33
- created dist/index.min.js in 19.1s
33
+ created dist/index.min.js in 35.1s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
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
+ ## 2.0.16
20
+
21
+ ### Patch Changes
22
+
23
+ - fix: 修正静态方法调用逻辑,解决destroy报错问题
24
+
3
25
  ## 2.0.15
4
26
 
5
27
  ### Patch Changes