Skip to content

Commit

Permalink
feat: release c new version
Browse files Browse the repository at this point in the history
  @logicflow/[email protected] e
  @logicflow/[email protected]
  @logicflow/[email protected]
  @logicflow/[email protected]
  • Loading branch information
DymoneLewis committed Nov 26, 2024
1 parent d3d45ef commit 59237eb
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 11 deletions.
14 changes: 12 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.8

### Patch Changes

- fix(core): 修复已知问题,新增渐进连线能力
- feat: 支持动态修改画布背景配置
- fix(core): 修复使用label情况下双击节点会让节点进入文本编辑态问题
- fix(core): 修复初始化画布时因为节点吸附网格导致的节点与边错位问题 #1954
- feat(core): 增加节点和边的focus和blur事件上报 #1917
- feat(core): line 和 polyline 增加getPath方法 #1929

## 2.0.7

### Patch Changes
Expand All @@ -16,11 +27,10 @@
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by wbccb
- fix(core): 修复笔记本触摸板点击边事件失效 by wuchenguang1998
- feat(examples): 添加动画边demo by DymoneLewis
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- feat: node-registry 自定义properties类型 by HeatonZ
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by Yuan-ZW


## 2.0.6

### 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.7",
"version": "2.0.8",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
16 changes: 15 additions & 1 deletion packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.12

### Patch Changes

- fix(core/extension): 新增渐进连线能力 & 修复Label、MiniMap和DynamicGroup等插件的已知问题
- feat(NodeSelection): 新增 NodeSelection 支持自节点移动或resize时自动更新大小,新增resize NodeSelection 节点时,自动缩放其关联的子节点
- feat(extension): 新增渐进连线插件&插件说明文档&增加源码调试示例
- fix(extension): group插件isAllowMoveTo方法的参数名优化
- 修复 DynamicGroup 相关 bug
- feat(MiniMap): 新增MiniMap组件跟随的当前容器一起缩放
- fix(extension/label): 修复label文本框固定展示白底、hover后内容偏移、单击后无法拖动、拖拽面板遮挡、状态更新问题,支持label删除
- Updated dependencies
- @logicflow/core@2.0.8

## 2.0.11

### Patch Changes
Expand All @@ -17,7 +31,7 @@
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by wbccb
- fix(core): 修复笔记本触摸板点击边事件失效 by wuchenguang1998
- feat(examples): 添加动画边demo by DymoneLewis
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- feat: node-registry 自定义properties类型 by HeatonZ
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by Yuan-ZW
- Updated dependencies
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.11",
"version": "2.0.12",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 8 additions & 1 deletion 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.8

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.8

## 1.0.7

### Patch Changes
Expand All @@ -17,7 +24,7 @@
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by wbccb
- fix(core): 修复笔记本触摸板点击边事件失效 by wuchenguang1998
- feat(examples): 添加动画边demo by DymoneLewis
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- feat: node-registry 自定义properties类型 by HeatonZ
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by Yuan-ZW
- Updated dependencies
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.7",
"version": "1.0.8",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 8 additions & 1 deletion 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.9

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.8

## 1.0.8

### Patch Changes
Expand All @@ -17,7 +24,7 @@
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by wbccb
- fix(core): 修复笔记本触摸板点击边事件失效 by wuchenguang1998
- feat(examples): 添加动画边demo by DymoneLewis
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- feat: node-registry 自定义properties类型 by HeatonZ
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by Yuan-ZW
- Updated dependencies
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.8",
"version": "1.0.9",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
17 changes: 16 additions & 1 deletion sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# logicflow-docs

## 2.0.13

### Patch Changes

- feat(docs): 增加动画边demo
- feat: 关闭 useSpeedInsights
- feat: 新增渐进连线功能说明文档
- fix: 修正文档内容拼写错误
- fix: group插件参数改动补充到文档里

- Updated dependencies
- @logicflow/core@2.0.8
- @logicflow/extension@2.0.12
- @logicflow/react-node-registry@1.0.8

## 2.0.12

### Patch Changes
Expand All @@ -17,7 +32,7 @@
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by wbccb
- fix(core): 修复笔记本触摸板点击边事件失效 by wuchenguang1998
- feat(examples): 添加动画边demo by DymoneLewis
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- fix(core): 类型定义 properties:change 改为 node:properties-change by HeatonZ
- feat: node-registry 自定义properties类型 by HeatonZ
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by Yuan-ZW
- Updated dependencies
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.12",
"version": "2.0.13",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit 59237eb

Please sign in to comment.