Unverified Commit c59325ed authored by Zhou's avatar Zhou Committed by GitHub
Browse files

Create changelog.zh-CN.md

parent 63d2b69e
main 0.5 0.7 0.7.6 Dunqing-feat-select-m2o-next acl acl-field acl-module actions api-fields app-manager audit-logs auditlogs block-schema changed-with-associations chore/error-message create-with-reverse-field database-next dev develop doc/api-database doc/db-repository doc/dev-res-action doc/new-user-manual doc/plugin-workflow doc/relation-repository enable-permission example/custom-signup-page example/util examples excel-function feat-add-block-title-feature feat-add-default-sort feat-association-field-block feat-association-field-features feat-default-value feat-fix-time-and-collection-pagination feat-fk-input feat-form-validator feat-kanban-add-description feat-m2o-sub-form-mode feat-record-block-initializers-fields-pick feat-relation-field-uischema feat/associate-operate feat/automations-doc feat/batch-operation feat/cache feat/changed-with-associations feat/client-v0.6 feat/collection-inherits feat/collection-templates feat/create-nocobase-app feat/database feat/dev-ci feat/field-unique feat/form-save-tip feat/get-json-schema-with-async-node feat/grap-collection feat/inherit-collection feat/kanban feat/logger feat/non-paged-list feat/plugin-collection-manager feat/plugin-collections-v0.6 feat/plugin-export feat/plugin-file-manager feat/plugin-import feat/plugin-import-2 feat/plugin-manager feat/plugin-manager-0823 feat/plugin-ui-schema-v0.6 feat/plugin-user-groups feat/plugin-users-with-jwt feat/plugin-verification feat/plugin-workflow feat/plugin-workflow-collection-field feat/pm feat/pnpm-support feat/reference-check feat/remove-assoc-fields-after-table-destroy feat/request-logs feat/resize-grid-columns feat/safer-update feat/submodule-graph-collection feat/table-related-components feat/tree-table-block feat/workflow-request feature/add-slate-component feature/allow_sign_up feature/custom_footer_bar feature/custom_operation feature/insert-field-schema-after feature/nocobase-next-calendar feature/nocobase-next-filter feature/nocobase-next-markdown feature/plugin-export fix-acl fix-acl-role fix-acl-target-action-error fix-drag-area fix-formula-bug fix-link-to-default-value fix-multi-app-manager fix-multiple-apps fix-repository-test fix-reverse-field-update fix-template-menu fix-template-with-fields-only fix-timezone fix-ui-schema-transaction fix/association-deleted fix/attachment-upload fix/block-select-collection-menu fix/bulk-update-db-locked fix/collection-manager fix/collection-manager-0719 fix/collection-manager-del-foreign-key fix/create-inherits fix/custom-assign-value fix/database-find-with-appends fix/database-view-error fix/destroy-fields-by-array fix/docker-ci fix/empty-response fix/export-date fix/export-percent fix/form-item-label-style fix/form-sys-fields-default-edit-mode fix/kanban-image-thumbnail fix/kanban-text-overflow fix/menu-schema fix/menu-url-style fix/merge-include fix/plugin-cm fix/plugin-file-manager fix/plugin-workflow fix/table-data fix/table-field-overflow is-current-user migrator next nocobase-build nocobase-next nocobase-next-action-log nocobase-next-cascader nocobase-next-checkbox nocobase-next-kanban perf/cache-schema perf/token plugin-acl plugin-application plugin-collection-manager plugin-multiple-apps plugin-ui-schema pre-release refactor/client refactor/database refactor/plugin-workflow refactor/plugin-workflow-ui relationships rollback schema-component-next sort-filed-init-value table-demo tree tree-demo v0.8.0-alpha.13 v0.8.0-alpha.11 v0.8.0-alpha.9 v0.8.0-alpha.8 v0.8.0-alpha.7 v0.8.0-alpha.6 v0.8.0-alpha.5 v0.8.0-alpha.3 v0.8.0-alpha.2 v0.8.0-alpha.1 v0.7.7-alpha.1 v0.7.6-alpha.2 v0.7.5-alpha.1.1666403334 v0.7.5-alpha.1 v0.7.4-alpha.7 v0.7.4-alpha.4 v0.7.4-alpha.1 v0.7.3-alpha.1 v0.7.2-alpha.2 v0.7.2-alpha.1 v0.7.1-alpha.5 v0.7.1-alpha.4 v0.7.0-alpha.82 v0.7.0-alpha.67 v0.7.0-alpha.64 v0.7.0-alpha.60 v0.7.0-alpha.59 v0.7.0-alpha.58 v0.7.0-alpha.57 v0.7.0-alpha.34 v0.7.0-alpha.33 v0.7.0-alpha.30 v0.7.0-alpha.29 v0.7.0-alpha.28 v0.7.0-alpha.24 v0.7.0-alpha.16 v0.7.0-alpha.15 v0.7.0-alpha.6 v0.7.0-alpha.5 v0.7.0-alpha.4 v0.7.0-alpha.3 v0.7.0-alpha.2 v0.7.0-alpha.1 v0.7.0-alpha.0 v0.6.2-alpha.12 v0.6.2-alpha.11 v0.6.2-alpha.10 v0.6.2-alpha.9 v0.6.2-alpha.7 v0.6.2-alpha.6 v0.6.2-alpha.5 v0.6.2-alpha.4 v0.6.2-alpha.3 v0.6.2-alpha.1 v0.6.2-alpha.0 v0.6.1-alpha.0 v0.6.0 v0.6.0-alpha.1
No related merge requests found
Showing with 111 additions and 0 deletions
+111 -0
# 更新日志
## v0.5 - 2021/5 ~ 2021/9
重新设计 client,实现所见即所得的无代码配置界面;重构部分核心插件;提供 server API。
重构:
- @nocobase/client
- @nocobase/database
- @nocobase/plugin-collections
- @nocobase/plugin-permissions
更新:
- @nocobase/server
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
新增:
- @nocobase/plugin-ui-schemas
- @nocobase/plugin-ui-router
- @nocobase/plugin-client
- @nocobase/plugin-notifications
- @nocobase/plugin-system-settings
- @nocobase/plugin-multi-apps
- create-nocobase-app
废弃:
- @nocobase/plugin-pages
## v0.4 - 2021/3 ~ 2021/4
实现表单形式的无代码配置方案。
重构:
- @nocobase/plugin-collections
- @nocobase/plugin-pages
更新:
- @nocobase/client
- @nocobase/plugin-permissions
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
新增:
- @nocobase/plugin-china-region
- @nocobase/plugin-export
## v0.3 - 2020/10 ~ 2021/1
将 app 和 api 进行拆分,提炼了 server 和 client 内核,并实现了核心的一些插件。
更新:
- @nocobase/database
- @nocobase/actions
新增:
- @nocobase/server
- @nocobase/client
- @nocobase/plugin-collections
- @nocobase/plugin-pages
- @nocobase/plugin-permissions
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
废弃:
- @nocobase/app
- @nocobase/api
## v0.2 - 2020/7 ~ 2020/9
使用 sequelize 重构 database,将 router 拆分为 resourcer 和 actions,并初步构建了无代码平台的 app 和 api。
重构:
- @nocobase/database
新增:
- @nocobase/resourcer
- @nocobase/actions
- @nocobase/app
- @nocobase/api
废弃:
- @nocobase/router
## v0.1 - 2020/6
基于 Bookshelf 和 Koa 构建了第一版配置化的 database 和 router。
新增:
- @nocobase/database
- @nocobase/router
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment