File tree Expand file tree Collapse file tree 6 files changed +64
-3
lines changed Expand file tree Collapse file tree 6 files changed +64
-3
lines changed Original file line number Diff line number Diff line change 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
+
3
19
## 2.0.16
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/core" ,
3
- "version" : " 2.0.16 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " LogicFlow, help you quickly create flowcharts" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 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
+
3
25
## 2.0.21
4
26
5
27
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/extension" ,
3
- "version" : " 2.0.21 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " LogicFlow Extensions" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 1
1
# logicflow-docs
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/extension @3.0.0
24
+ - @logicflow/react-node-registry @2.0.0
25
+
3
26
## 2.0.23
4
27
5
28
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logicflow-docs" ,
3
- "version" : " 2.0.23 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"private" : true ,
5
5
"description" : " LogicFlow sites deployed on gh-pages" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments