Skip to content

Commit 210e739

Browse files
committed
feat: release new version
@logicflow/core@2.1.3 @logicflow/extension@2.1.5 @logicflow/react-node-registry@1.1.3 @logicflow/vue-node-registry@1.1.4 @logicflow/layout@2.0.3
1 parent 7359374 commit 210e739

File tree

12 files changed

+59
-6
lines changed

12 files changed

+59
-6
lines changed

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- fix: 修复issue反馈的问题
8+
- fix: 修复用户自定义折线路径场景下,终点没在具体锚点上导致的NaN报错的问题 #2121
9+
310
## 2.1.2
411

512
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/core",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "LogicFlow, help you quickly create flowcharts",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/extension/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- fix: 修复issue反馈的问题
8+
- feat: 修改小地图 lf 实例的创建与销毁时机 #2261
9+
- fix: bpmn格式数据兼容特殊字符 #2269
10+
- feat: 渐进连线的连线模式支持配置 #2175
11+
- feat: 画布导出的安全系数和安全边距支持配置 #2213
12+
- Updated dependencies
13+
- @logicflow/core@2.1.3
14+
- @logicflow/vue-node-registry@1.1.4
15+
316
## 2.1.4
417

518
### Patch Changes

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "LogicFlow Extensions",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/layout/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- fix: 修复issue反馈的问题
8+
- fix: 修复自动布局文本位置不跟新bug #2282
9+
- Updated dependencies
10+
- @logicflow/core@2.1.3
11+
312
## 2.0.2
413

514
### Patch Changes

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/layout",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "LogicFlow layout",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react-node-registry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/react-node-registry
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.3
9+
310
## 1.1.2
411

512
### Patch Changes

packages/react-node-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/react-node-registry",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "LogicFlow React Shape",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/vue-node-registry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/vue-node-registry
22

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.3
9+
310
## 1.1.3
411

512
### Patch Changes

packages/vue-node-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/vue-node-registry",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "LogicFlow Vue Component Node Registry",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)