Update release-notes.md
This commit is contained in:
parent
a8f951dfab
commit
1d5f884be8
@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
## 2022/06/26 ~ v0.7.1-alpha.7
|
## 2022/06/26 ~ v0.7.1-alpha.7
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
- Fields: Formula、Relationships(o2o, o2m, m2o, m2m)
|
||||||
|
- Blocks: Charts(g2plot)
|
||||||
|
- Plugins: Audit logs, Export, Workflow(schedule trigger)
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
- The percentage field stores the original value. For example, the old version stored 1% as 1 and the new version stores 1% as 0.01
|
||||||
|
- Remove sub-table field and replace it with one-to-many relationship
|
||||||
|
- If the NocoBase application was previously installed using yarn create, you need to yarn create again, and then execute yarn nocobase upgrade
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
- fix(cli): upgrade from docker
|
- fix(cli): upgrade from docker
|
||||||
- chore(create-nocobase-app): fix some bugs (#538)
|
- chore(create-nocobase-app): fix some bugs (#538)
|
||||||
- feat: relationship fields are loaded on demand
|
- feat: relationship fields are loaded on demand
|
||||||
@ -78,18 +92,6 @@
|
|||||||
- 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)
|
|
||||||
- Plugins: Audit logs, Export
|
|
||||||
|
|
||||||
### Breaking changes
|
|
||||||
|
|
||||||
- The value of the percentage field, such as 20%, the new version is 0.2, the old version is 20
|
|
||||||
- Deleted the sub-table field and used the one-to-many field instead
|
|
||||||
- Previously created projects need to be recreated.
|
|
||||||
|
|
||||||
## 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
|
||||||
|
Loading…
Reference in New Issue
Block a user