Skip to content

Commit 9eaae66

Browse files
committed
feat: add release version
@logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected]
1 parent 6332188 commit 9eaae66

File tree

11 files changed

+54
-11
lines changed

11 files changed

+54
-11
lines changed

examples/vue3-memory-leak/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logicflow-node-red-vue3",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/core/CHANGELOG.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
# Change Log
22

3+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- fix: 修复一些已知问题
8+
- fix(core): 修复节点旋转后锚点无法被接线的问题 fix #1871
9+
- fix(core): 修复旋转节点多选后移动位置异常问题 fix #1794
10+
- feat(core): 销毁时调用所有插件的 destroy 方法
11+
- fix: 修正错误提示
12+
- feat: 折线边支持配置节点相邻第一个拐点位置&曲线边支持配置调整线拉伸长度 fix #1953
13+
314
## 2.0.10
415

516
### Patch Changes
617

7-
- fix(core): 导出的边数据中默认带上连接锚点的ID fix #1991
8-
- fix(core): 修复节点和文本同时支持拖拽场景下,拖拽文本时节点也跟随移动问题 fix #1520
9-
- fix(core): 修复静默状态下点击节点和边会修修改节点和边的层级 fix #1588
18+
- fix(core): 导出的边数据中默认带上连接锚点的ID fix #1991
19+
- fix(core): 修复节点和文本同时支持拖拽场景下,拖拽文本时节点也跟随移动问题 fix #1520
20+
- fix(core): 修复静默状态下点击节点和边会修修改节点和边的层级 fix #1588
1021
- fix: 兼容不设置高度时,窗口变化后更新画布尺寸
1122
- fix: 修复window resize失效问题
12-
- fix(内存): 修复调用clearData之后,依然保持对节点的引用导致的内存溢出bug fix #1993
23+
- fix(内存): 修复调用clearData之后,依然保持对节点的引用导致的内存溢出bug fix #1993
1324
- fix: 修复设置 textDraggable 为 true 时,边、节点文本无法拖拽的 bug
1425
- feat(core): 完善destory方法&增加性能测试demo
1526
- fix(core/polyline): 修复流程图初次渲染时即使传入pointsList折线路径也会重置问题&新增修改折线pointsList的方法
1627
- fix(core): 网格对齐改为开关控制 & 修复初始化时流程图偏移问题
1728

18-
1929
## 2.0.9
2030

2131
### Patch Changes

packages/core/package.json

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

packages/extension/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.0.15
4+
5+
### Patch Changes
6+
7+
- fix: 修复一些已知问题
8+
- fix: 修复调整窗口大小后,小地图插件表现异常的问题 fix #2017
9+
- fix(extension): dynamic-group 的 addChild 没有处理 nodeGroupMap fix #2041 #2042
10+
- Updated dependencies
11+
- @logicflow/core@2.0.11
12+
313
## 2.0.14
414

515
### Patch Changes

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "LogicFlow Extensions",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react-node-registry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/react-node-registry
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.0.11
9+
310
## 1.0.11
411

512
### Patch Changes

packages/react-node-registry/package.json

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

packages/vue-node-registry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/vue-node-registry
22

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.0.11
9+
310
## 1.0.12
411

512
### Patch Changes

packages/vue-node-registry/package.json

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

sites/docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# logicflow-docs
22

3+
## 2.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.0.11
9+
- @logicflow/extension@2.0.15
10+
- @logicflow/react-node-registry@1.0.12
11+
312
## 2.0.16
413

514
### Patch Changes

sites/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logicflow-docs",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"private": true,
55
"description": "LogicFlow sites deployed on gh-pages",
66
"scripts": {

0 commit comments

Comments
 (0)