docs: update release notes
This commit is contained in:
parent
d2837740bf
commit
fe1f8c489a
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## To be released
|
## 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
|
- fix(plugin-multi-app-manager): fix pg cannot create database block tests
|
||||||
- refactor(database): hook proxy (#402)
|
- refactor(database): hook proxy (#402)
|
||||||
- feat: chart blocks (#484)
|
- feat: chart blocks (#484)
|
||||||
@ -25,6 +27,15 @@
|
|||||||
- fix(plugin-workflow): fix languages (#451)
|
- fix(plugin-workflow): fix languages (#451)
|
||||||
- fix: afterSync hook not triggered (#450)
|
- 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
|
## 2022/06/01 ~ v0.7.0-alpha.83
|
||||||
|
|
||||||
- fix: default value of time zone
|
- fix: default value of time zone
|
||||||
@ -40,6 +51,10 @@
|
|||||||
- docs(github): change to markdown format (#430)
|
- docs(github): change to markdown format (#430)
|
||||||
- fix(cli): typo (#429)
|
- fix(cli): typo (#429)
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- Core: db migrator
|
||||||
|
|
||||||
## 2022/05/26 ~ v0.7.0-alpha.82
|
## 2022/05/26 ~ v0.7.0-alpha.82
|
||||||
|
|
||||||
- feat(client,sdk): improve api client
|
- feat(client,sdk): improve api client
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## To be released
|
## 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
|
- fix(plugin-multi-app-manager): fix pg cannot create database block tests
|
||||||
- refactor(database): hook proxy (#402)
|
- refactor(database): hook proxy (#402)
|
||||||
- feat: chart blocks (#484)
|
- feat: chart blocks (#484)
|
||||||
@ -25,6 +27,15 @@
|
|||||||
- fix(plugin-workflow): fix languages (#451)
|
- fix(plugin-workflow): fix languages (#451)
|
||||||
- fix: afterSync hook not triggered (#450)
|
- 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
|
## 2022/06/01 ~ v0.7.0-alpha.83
|
||||||
|
|
||||||
- fix: default value of time zone
|
- fix: default value of time zone
|
||||||
@ -40,6 +51,10 @@
|
|||||||
- docs(github): change to markdown format (#430)
|
- docs(github): change to markdown format (#430)
|
||||||
- fix(cli): typo (#429)
|
- fix(cli): typo (#429)
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- Core: db migrator
|
||||||
|
|
||||||
## 2022/05/26 ~ v0.7.0-alpha.82
|
## 2022/05/26 ~ v0.7.0-alpha.82
|
||||||
|
|
||||||
- feat(client,sdk): improve api client
|
- feat(client,sdk): improve api client
|
||||||
|
Loading…
Reference in New Issue
Block a user