Skip to content

Commit

Permalink
fix: group插件参数改动补充到文档里
Browse files Browse the repository at this point in the history
  • Loading branch information
liuziqi authored and boyongjiong committed Nov 11, 2024
1 parent 64ad37d commit 9167546
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sites/docs/docs/tutorial/update.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import "@logicflow/core/lib/style/index.css";

```

1. pluginOptions参数传入的各插件的options需要根据插件名分割开
3. pluginOptions参数传入的各插件的options需要根据插件名分割开
```js
// 这里以设置小地图是否显示连线配置项:showEdge为例
// 1.x版本
Expand All @@ -58,6 +58,14 @@ new LogicFlow({
},
})
```

4. Group插件提供的isAllowMoveTo方法和isInRange方法的参数名调整:
```
x1 → minX
y1 → minY
x2 → maxX
y2 → maxY
```
其他改动理论上对使用没有影响,以下是改动内容一览:

### 项目基建
Expand Down

0 comments on commit 9167546

Please sign in to comment.