Update changelog.md

This commit is contained in:
Zhou 2021-11-23 11:42:09 +08:00 committed by GitHub
parent c59325ede2
commit adf470f725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,22 @@
# 更新日志
# Changelog
## v0.5 - 2021/5 ~ 2021/9
重新设计 client实现所见即所得的无代码配置界面重构部分核心插件提供 server API。
Redesign client to achieve WYSIWYG configuration interface without code; refactor some core plugins; provide server API.
重构
Changed
- @nocobase/client
- @nocobase/database
- @nocobase/plugin-collections
- @nocobase/plugin-permissions
更新:
- @nocobase/server
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
新增
Added
- @nocobase/plugin-ui-schemas
- @nocobase/plugin-ui-router
@ -29,21 +26,18 @@
- @nocobase/plugin-multi-apps
- create-nocobase-app
废弃
Deprecated
- @nocobase/plugin-pages
## v0.4 - 2021/3 ~ 2021/4
实现表单形式的无代码配置方案。
Provide no-code configuration UI.
重构
Changed
- @nocobase/plugin-collections
- @nocobase/plugin-pages
更新:
- @nocobase/client
- @nocobase/plugin-permissions
- @nocobase/plugin-users
@ -51,21 +45,21 @@
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
新增
Added
- @nocobase/plugin-china-region
- @nocobase/plugin-export
## v0.3 - 2020/10 ~ 2021/1
将 app 和 api 进行拆分,提炼了 server 和 client 内核,并实现了核心的一些插件。
Split the app and api, refined the server and client kernels, and implemented some core plugins.
更新
Changes
- @nocobase/database
- @nocobase/actions
新增
Added
- @nocobase/server
- @nocobase/client
@ -77,35 +71,35 @@
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
废弃
Deprecated
- @nocobase/app
- @nocobase/api
## v0.2 - 2020/7 ~ 2020/9
使用 sequelize 重构 database将 router 拆分为 resourcer 和 actions并初步构建了无代码平台的 app 和 api。
Refactored database using sequelize. Split router into resourcer and actions.Initially built app and api for no-code platform.
重构
Changed
- @nocobase/database
新增
Added
- @nocobase/resourcer
- @nocobase/actions
- @nocobase/app
- @nocobase/api
废弃
Deprecated
- @nocobase/router
## v0.1 - 2020/6
基于 Bookshelf 和 Koa 构建了第一版配置化的 database 和 router。
Built the first version of configured database and router based on Bookshelf and Koa.
新增
Added
- @nocobase/database
- @nocobase/router