Skip to content

Commit

Permalink
feat: add release version
Browse files Browse the repository at this point in the history
	@logicflow/[email protected]
	@logicflow/[email protected]
	@logicflow/[email protected]
	@logicflow/[email protected]
  • Loading branch information
DymoneLewis committed Feb 21, 2025
1 parent 6332188 commit 9eaae66
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/vue3-memory-leak/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logicflow-node-red-vue3",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
20 changes: 15 additions & 5 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
# Change Log

## 2.0.11

### Patch Changes

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

## 2.0.10

### Patch Changes

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


## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/core",
"version": "2.0.10",
"version": "2.0.11",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.15

### Patch Changes

- fix: 修复一些已知问题
- fix: 修复调整窗口大小后,小地图插件表现异常的问题 fix #2017
- fix(extension): dynamic-group 的 addChild 没有处理 nodeGroupMap fix #2041 #2042
- Updated dependencies
- @logicflow/core@2.0.11

## 2.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/extension",
"version": "2.0.14",
"version": "2.0.15",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/react-node-registry

## 1.0.12

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.11

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/react-node-registry",
"version": "1.0.11",
"version": "1.0.12",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/vue-node-registry

## 1.0.13

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.11

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/vue-node-registry",
"version": "1.0.12",
"version": "1.0.13",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# logicflow-docs

## 2.0.17

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.11
- @logicflow/extension@2.0.15
- @logicflow/react-node-registry@1.0.12

## 2.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logicflow-docs",
"version": "2.0.16",
"version": "2.0.17",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit 9eaae66

Please sign in to comment.