nocobase/docs/changelog.md

106 lines
1.9 KiB
Markdown
Raw Normal View History

2021-11-21 12:43:18 +00:00
2021-11-23 03:42:09 +00:00
# Changelog
2021-11-21 12:43:18 +00:00
## v0.5 - 2021/5 ~ 2021/9
2021-11-23 03:42:09 +00:00
Redesign client to achieve WYSIWYG configuration interface without code; refactor some core plugins; provide server API.
2021-11-22 01:40:38 +00:00
2021-11-23 03:42:09 +00:00
Changed
2021-11-21 12:43:18 +00:00
- @nocobase/client
2021-11-22 01:40:38 +00:00
- @nocobase/database
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-collections
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-permissions
- @nocobase/server
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
2021-11-23 03:42:09 +00:00
Added
2021-11-22 01:40:38 +00:00
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-ui-schemas
- @nocobase/plugin-ui-router
- @nocobase/plugin-client
- @nocobase/plugin-notifications
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-system-settings
- @nocobase/plugin-multi-apps
- create-nocobase-app
2021-11-23 03:42:09 +00:00
Deprecated
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-pages
2021-11-21 12:43:18 +00:00
## v0.4 - 2021/3 ~ 2021/4
2021-11-23 03:42:09 +00:00
Provide no-code configuration UI.
2021-11-22 01:40:38 +00:00
2021-11-23 03:42:09 +00:00
Changed
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-collections
- @nocobase/plugin-pages
2021-11-22 01:40:38 +00:00
- @nocobase/client
- @nocobase/plugin-permissions
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
2021-11-23 03:42:09 +00:00
Added
2021-11-22 01:40:38 +00:00
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-china-region
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-export
2021-11-21 12:43:18 +00:00
## v0.3 - 2020/10 ~ 2021/1
2021-11-23 03:42:09 +00:00
Split the app and api, refined the server and client kernels, and implemented some core plugins.
2021-11-21 12:43:18 +00:00
2021-11-23 03:42:09 +00:00
Changes
2021-11-22 01:40:38 +00:00
- @nocobase/database
- @nocobase/actions
2021-11-23 03:42:09 +00:00
Added
2021-11-22 01:40:38 +00:00
2021-11-21 12:43:18 +00:00
- @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
2021-11-23 03:42:09 +00:00
Deprecated
2021-11-22 01:40:38 +00:00
- @nocobase/app
- @nocobase/api
2021-11-21 12:43:18 +00:00
## v0.2 - 2020/7 ~ 2020/9
2021-11-23 03:42:09 +00:00
Refactored database using sequelize. Split router into resourcer and actions.Initially built app and api for no-code platform.
2021-11-21 12:43:18 +00:00
2021-11-23 03:42:09 +00:00
Changed
2021-11-22 01:40:38 +00:00
2021-11-21 12:43:18 +00:00
- @nocobase/database
2021-11-22 01:40:38 +00:00
2021-11-23 03:42:09 +00:00
Added
2021-11-22 01:40:38 +00:00
2021-11-21 12:43:18 +00:00
- @nocobase/resourcer
- @nocobase/actions
- @nocobase/app
- @nocobase/api
2021-11-23 03:42:09 +00:00
Deprecated
2021-11-22 01:40:38 +00:00
- @nocobase/router
2021-11-21 12:43:18 +00:00
## v0.1 - 2020/6
2021-11-23 03:42:09 +00:00
Built the first version of configured database and router based on Bookshelf and Koa.
2021-11-22 01:40:38 +00:00
2021-11-23 03:42:09 +00:00
Added
2021-11-21 12:43:18 +00:00
- @nocobase/database
- @nocobase/router