Skip to content

Commit

Permalink
feat: new versions
Browse files Browse the repository at this point in the history
release @logicflow/[email protected]
release @logicflow/[email protected]
release @logicflow/[email protected]
release @logicflow/[email protected]
  • Loading branch information
DymoneLewis committed Dec 12, 2024
1 parent b474678 commit 505ba57
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 5 deletions.
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.0.10

### Patch Changes

- fix(core): 导出的边数据中默认带上连接锚点的ID fix #1991
- fix(core): 修复节点和文本同时支持拖拽场景下,拖拽文本时节点也跟随移动问题 fix #1520
- fix(core): 修复静默状态下点击节点和边会修修改节点和边的层级 fix #1588
- fix: 兼容不设置高度时,窗口变化后更新画布尺寸
- fix: 修复window resize失效问题
- 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.9",
"version": "2.0.10",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.14

### Patch Changes

- fix(extension/label): 修复isMultiple设置false后仍能创建多个label的问题&增加input回调事件&增加便签示例
- fix(extension): 【dynamic-group】DynamicGroup 使用 moveNode 进行移动时子节点没有跟随移动
- fix(extension): 【dynamic-group】DynamicGroup 嵌套时子分组内元素被重复移动 n 次
- fix(extension): 【selection-select】修复框选组件的不选中分组节点内部元素的逻辑,避免在选择后拖拽时,与分组移动逻辑重复
- Updated dependencies
- @logicflow/core@2.0.10

## 2.0.13

### 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.13",
"version": "2.0.14",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @logicflow/react-node-registry

## 1.0.11

### Patch Changes

- fix: 修复issue反馈的bug
- Updated dependencies
- @logicflow/core@2.0.10

## 1.0.10

### 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.10",
"version": "1.0.11",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @logicflow/vue-node-registry

## 1.0.12

### Patch Changes

- fix: 修复issue反馈的bug
- Updated dependencies
- @logicflow/core@2.0.10

## 1.0.11

### 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.11",
"version": "1.0.12",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
12 changes: 12 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# logicflow-docs

## 2.0.16

### Patch Changes

- 增加业务场景示例
- fix(docs): 修复文档中“基础教程”和“实例”部分的 nodeModel 和 edgeModel 跳转地址错误

- Updated dependencies
- @logicflow/core@2.0.10
- @logicflow/extension@2.0.14
- @logicflow/react-node-registry@1.0.11

## 2.0.15

### 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.15",
"version": "2.0.16",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit 505ba57

Please sign in to comment.