docs: update roadmap and release notes

This commit is contained in:
chenos 2022-05-23 09:34:29 +08:00
parent e5c5e16b73
commit f198411c73
5 changed files with 55 additions and 14 deletions

View File

@ -1,5 +1,26 @@
# Release Notes # Release Notes
## 2022/05/22 ~ v0.7.0-alpha.59
- fix(client): improve translation
- fix(cli): nocobase test command --db-clean option is invalid
- refactor(plugin-workflow): change column type of executed from boolean to integer (#411)
## 2022/05/22 ~ v0.7.0-alpha.58
- fix: 204 no content response (#378)
- feat: destroy association field after target collection destroy (#376)
- fix(type): use sequelize native Transactionable instead of TransactionAble (#410)
- fix(plugin-workflow): remove previous listeners when collection changed in config (#409)
- fix(plugin-acl): missing pagination parameters (#394)
- feat(client): add custom action (#396)
- refactor(plugin-workflow): multiple instances and event management (fix #384) (#408)
- feat(cli): --db-sync options
- fix(client): pagination dropdown menu is blocked (#398)
- feat: display version number (#386)
- fix: missing isTruly/isFalsy filter operators (#390)
- fix(client): reset page number to first page (#399)
## 2022/05/19 ~ v0.7.0-alpha.57 ## 2022/05/19 ~ v0.7.0-alpha.57
### New features ### New features

View File

@ -3,22 +3,22 @@
## Iterating ## Iterating
- `core` Roles & Permissions - `core` Roles & Permissions
- `core` Upgrading - `core` Upgrades & Migrations
- `plugin` Workflow - `plugin` Workflow
- `core` Custom actions - `core` Custom actions
- `doc` Development Doc - `doc` Development Doc
## Developing ## Developing
- `plugin` Action logs - `plugin` Revision history
- `plugin` Export - `plugin` Export
- `core` Plugins manager - `core` Plugin manager
## Planning ## Planning
- `plugin` Reference and copy data from related tables - `plugin` Reference and copy data from related tables (collection field)
- `plugin` Formula - `plugin` Formula (collection field)
- `ui` Mobile version - `ui` Mobile responsive
- `plugin` Data visualization(low code) - `plugin` Data visualization(low code)
- `plugin` Aggregate calculation - `plugin` Aggregate calculation
@ -27,6 +27,6 @@
- `plugin` Database connection - `plugin` Database connection
- `plugin` Approval - `plugin` Approval
- `plugin` Full-text search - `plugin` Full-text search
- `plugin` Shared pages - `plugin` Sharing pages
- `plugin` Data visualization(no code) - `plugin` Data visualization(no code)
- `plugin` Open API - `plugin` Open API

View File

@ -1,5 +1,26 @@
# 更新日志 # 更新日志
## 2022/05/23 ~ v0.7.0-alpha.59
- fix(client): improve translation
- fix(cli): nocobase test command --db-clean option is invalid
- refactor(plugin-workflow): change column type of executed from boolean to integer (#411)
## 2022/05/22 ~ v0.7.0-alpha.58
- fix: 204 no content response (#378)
- feat: destroy association field after target collection destroy (#376)
- fix(type): use sequelize native Transactionable instead of TransactionAble (#410)
- fix(plugin-workflow): remove previous listeners when collection changed in config (#409)
- fix(plugin-acl): missing pagination parameters (#394)
- feat(client): add custom action (#396)
- refactor(plugin-workflow): multiple instances and event management (fix #384) (#408)
- feat(cli): --db-sync options
- fix(client): pagination dropdown menu is blocked (#398)
- feat: display version number (#386)
- fix: missing isTruly/isFalsy filter operators (#390)
- fix(client): reset page number to first page (#399)
## 2022/05/19 ~ v0.7.0-alpha.57 ## 2022/05/19 ~ v0.7.0-alpha.57
### 新功能 ### 新功能
@ -11,11 +32,11 @@
- 全新的文档v0.7 - 全新的文档v0.7
### 问题修复和改进 ### 问题修复和改进
- 将 NocoBase 无代码平台插件放到一起 `@nocobase/preset-nocobase` - 将 NocoBase 无代码平台插件放到一起 `@nocobase/preset-nocobase`
- 改进 create 脚手架 `create-nocobase-app` - 改进 create 脚手架 `create-nocobase-app`
- 官网文档主题 `dumi-theme-nocobase` - 官网文档主题 `dumi-theme-nocobase`
## 2022/05/14 ~ v0.7.0-alpha.34 ## 2022/05/14 ~ v0.7.0-alpha.34
- feat: add plugins:getPinned action api - feat: add plugins:getPinned action api

View File

@ -3,22 +3,21 @@
## 正在迭代 ## 正在迭代
- `core` 角色和权限 - `core` 角色和权限
- `core` 系统升级 - `core` 升级和迁移
- `plugin` 工作流 - `plugin` 工作流
- `core` 自定义操作 - `core` 自定义操作
- `doc` 开发文档 - `doc` 开发文档
## 正在开发 ## 正在开发
- `plugin` 操作记录 - `plugin` 更新记录
- `plugin` 导出 - `plugin` 导出
- `core` 插件管理器 - `core` 插件管理器
## 准备开发 ## 准备开发
- `plugin` 引用和复制关系表的数据 - `plugin` 引用和复制关系表的数据(字段)
- `plugin` 公式 - `plugin` 公式字段
- `ui` 移动端响应 - `ui` 移动端响应
- `plugin` 数据可视化(低代码) - `plugin` 数据可视化(低代码)
- `plugin` 聚合计算 - `plugin` 聚合计算

View File

@ -1,5 +1,5 @@
{ {
"version": "independent", "version": "0.7.0-alpha.58",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"npmClientArgs": [ "npmClientArgs": [