Skip to content

Commit

Permalink
feat: release @logicflow/core & extension 2.0.2, release engine and r…
Browse files Browse the repository at this point in the history
…eact/vue-node-registry
  • Loading branch information
boyongjiong committed Aug 22, 2024
1 parent d0dd959 commit 077d8af
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.0.2

### Patch Changes: Release 2.0.2 Version
- 修复自定义节点 Model 中 initNodeData 方法不生效
- 修复circle、diamond、polygon、rect、ellipse 中 initNodeData 方法不生效
- 修复官网教程- 基础教程- 节点文章中跳转错误
- example中补充自定义circle、diamon、polygon节点
- 解决 Menu 插件 setMenuByType 为私有方法导致用户无法调用的 bug close #1773
- 修复单独引入less导致的用户侧启动服务报错的问题
- 修复文档中 core 包 css 资源地址错误的问题 close #1798
- 修复 model 中 width/height/radius 等 properties 传 0 无效的 bug

## 2.0.1

### Patch Changes: 修复 2.0 版本中 Core 包及 Extension 中 dynamic-group/label 等插件的 bug
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.1",
"version": "2.0.2",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @logicflow/engine

## 0.1.1

### Patch Changes

- 更新依赖

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/engine",
"version": "0.1.0",
"version": "0.1.1",
"description": "a process engine for javascript",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.0.2

### Patch Changes: Release 2.0.2 Version
- 修复自定义节点 Model 中 initNodeData 方法不生效
- 修复circle、diamond、polygon、rect、ellipse 中 initNodeData 方法不生效
- 修复官网教程- 基础教程- 节点文章中跳转错误
- example中补充自定义circle、diamon、polygon节点
- 解决 Menu 插件 setMenuByType 为私有方法导致用户无法调用的 bug close #1773
- 修复单独引入less导致的用户侧启动服务报错的问题
- 修复文档中 core 包 css 资源地址错误的问题 close #1798
- 修复 model 中 width/height/radius 等 properties 传 0 无效的 bug

- Updated dependencies
- @logicflow/core@2.0.2

## 2.0.1

### Patch Changes: 修复 2.0 版本中 Core 包及 Extension 中 dynamic-group/label 等插件的 bug
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.1",
"version": "2.0.2",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @logicflow/react-node-registry

## 1.0.2

### Patch Changes

- Release New Version,移除多余 console

- Updated dependencies
- @logicflow/core@2.0.2

## 1.0.1

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

## 1.0.2

### Patch Changes

- Release New Version,移除多余 console

- Updated dependencies
- @logicflow/core@2.0.2

## 1.0.1

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

## 2.0.3

### Patch Changes: 优化 docs 项目打包,减少包体积,修复若干 bug

- 升级 rollup 以及相关 plugins 版本,用于解决 build:umd 时 sourceMap 失败的问题
- 增加 visualizer 包用于分析打包产物
- docs 中 global.ts 中依赖加载通过 import 引入,之前通过 require 引入会导致 tree-shaking 失效
- 修复文档中 core 包 css 资源地址错误的问题
- 升级 dumi-theme-logicflow 包为 0.0.19,将 @babel/standalone 按需加载
- 官网移除百度统计埋点

- Updated dependencies
- @logicflow/core@2.0.2
- @logicflow/extension@2.0.2
- @logicflow/react-node-registry@1.0.2

## 2.0.2

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

0 comments on commit 077d8af

Please sign in to comment.