Skip to content

Commit e446635

Browse files
committed
docs: release log
1 parent 361182f commit e446635

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/release/1.1.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,29 @@
55
- 1.1版本对插件进行规范,现在要求所有的插件必须使用class的方式实现。然后插件的方法可以通过`lf.extension.插件名称.插件方法`来调用。原来的`lf.插件方法`仍然可用,后续版本将废弃。
66
- `MiniMap` api不兼容更新。`MiniMap.show()` -> `lf.extension.miniMap.show()`; `MiniMap.hide()` -> `lf.extension.miniMap.hide()`
77

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+
820
### 1.1.26
921

10-
> 发布事件: 2022/08/27
22+
> 发版时间: 2022/08/27
1123
1224
- 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)
1426
- 修正 BaseEdgeModel 构造函数属性初始化顺序 [#740](https://github.com/didi/LogicFlow/pull/740) [@oe](https://github.com/oe)
1527

1628
### 1.1.25
1729

18-
> 发版事件:2022/08/21
30+
> 发版时间:2022/08/21
1931
2032
- features
2133
- 分组增加`isAllowAppendIn`方法,用来控制节点是否允许被添加到分组中。

0 commit comments

Comments
 (0)