File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 5
5
- 1.1版本对插件进行规范,现在要求所有的插件必须使用class的方式实现。然后插件的方法可以通过` lf.extension.插件名称.插件方法 ` 来调用。原来的` lf.插件方法 ` 仍然可用,后续版本将废弃。
6
6
- ` MiniMap ` api不兼容更新。` MiniMap.show() ` -> ` lf.extension.miniMap.show() ` ; ` MiniMap.hide() ` -> ` lf.extension.miniMap.hide() `
7
7
8
+ ### 1.1.27
9
+
10
+ > 发版时间: 2022/09/13
11
+
12
+ - features
13
+ - 增加自定义箭头功能。 [ #755 ] ( https://github.com/didi/LogicFlow/issues/755 )
14
+ - addNode方法添加的节点默认会放到grid上。[ #756 ] ( https://github.com/didi/LogicFlow/issues/756 )
15
+ - bugfix
16
+ - 修复画布添加的group节点报错的问题。[ #757 ] ( https://github.com/didi/LogicFlow/issues/757 )
17
+ - 修复自定义快捷键为字母时会被编辑文本触发的问题。[ #760 ] ( https://github.com/didi/LogicFlow/issues/760 )
18
+ - 修复HTML节点中的click事件在非置顶节点中首次点击无效的问题。[ #767 ] ( https://github.com/didi/LogicFlow/issues/767 )
19
+
8
20
### 1.1.26
9
21
10
- > 发布事件 : 2022/08/27
22
+ > 发版时间 : 2022/08/27
11
23
12
24
- features
13
- - 增加 edgeGenerator 选项, 可自定义连边规则 [ #739 ] ( https://github.com/didi/LogicFlow/pull/740 ) [ @oe ] ( https://github.com/oe )
25
+ - 增加 edgeGenerator 选项, 可自定义连边规则 [ #739 ] ( https://github.com/didi/LogicFlow/pull/739 ) [ @oe ] ( https://github.com/oe )
14
26
- 修正 BaseEdgeModel 构造函数属性初始化顺序 [ #740 ] ( https://github.com/didi/LogicFlow/pull/740 ) [ @oe ] ( https://github.com/oe )
15
27
16
28
### 1.1.25
17
29
18
- > 发版事件 :2022/08/21
30
+ > 发版时间 :2022/08/21
19
31
20
32
- features
21
33
- 分组增加` isAllowAppendIn ` 方法,用来控制节点是否允许被添加到分组中。
You can’t perform that action at this time.
0 commit comments