docs: update release notes

This commit is contained in:
chenos 2022-06-10 08:54:31 +08:00
parent d2837740bf
commit fe1f8c489a
2 changed files with 30 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## To be released
- feat(client): improve locale
- refactor(plugin-workflow): add revision column to execution (#491)
- fix(plugin-multi-app-manager): fix pg cannot create database block tests
- refactor(database): hook proxy (#402)
- feat: chart blocks (#484)
@ -25,6 +27,15 @@
- fix(plugin-workflow): fix languages (#451)
- fix: afterSync hook not triggered (#450)
### New Features
- Fields: formula、relationships(o2o, o2m, m2o, m2m)
- Blocks: charts(g2plot)
### Break Changes
- The value of the percentage field, such as 20%, the new version is 0.2, the old version is 20
## 2022/06/01 ~ v0.7.0-alpha.83
- fix: default value of time zone
@ -40,6 +51,10 @@
- docs(github): change to markdown format (#430)
- fix(cli): typo (#429)
### New Features
- Core: db migrator
## 2022/05/26 ~ v0.7.0-alpha.82
- feat(client,sdk): improve api client

View File

@ -2,6 +2,8 @@
## To be released
- feat(client): improve locale
- refactor(plugin-workflow): add revision column to execution (#491)
- fix(plugin-multi-app-manager): fix pg cannot create database block tests
- refactor(database): hook proxy (#402)
- feat: chart blocks (#484)
@ -25,6 +27,15 @@
- fix(plugin-workflow): fix languages (#451)
- fix: afterSync hook not triggered (#450)
### New Features
- Fields: formula、relationships(o2o, o2m, m2o, m2m)
- Blocks: charts(g2plot)
### Break Changes
- The value of the percentage field, such as 20%, the new version is 0.2, the old version is 20
## 2022/06/01 ~ v0.7.0-alpha.83
- fix: default value of time zone
@ -40,6 +51,10 @@
- docs(github): change to markdown format (#430)
- fix(cli): typo (#429)
### New Features
- Core: db migrator
## 2022/05/26 ~ v0.7.0-alpha.82
- feat(client,sdk): improve api client