File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes - Release New Extension Version
6
+
7
+ - fix(extension): 修复 BpmnAdapter 导入含有边的 xml 报错问题
8
+ - 修复 BpmnAdapter、BPMNAdapter 插件导入含有边的 xml 报错问题 close #1823
9
+ - 修复 example 中 bpmn demo 用法错误
10
+
11
+ - refactor(build): 修正 build: watch 脚本中的命令格式
12
+ - 在 build:watch : esm 和 build:watch : cjs 脚本中添加反斜杠,以确保命令在各种环境中正确执行。这个修改提高了构建过程的可靠性和跨平台兼容性。 close #1818
13
+
14
+ - docs(site): 获取画布数据 api 补充到快速上手页
15
+ - fix(examples): 修复rect节点中radius属性在properties中使用方式错误
16
+
3
17
## 2.0.4
4
18
5
19
### Patch Changes: Release 2.0.4 Version
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/extension" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
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.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @logicflow/extension @2.0.5
9
+
3
10
## 2.0.5
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logicflow-docs" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
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