From 1d5f884be8bff328b8b6dbf865bf9e138ec96cf9 Mon Sep 17 00:00:00 2001 From: Zhou Date: Mon, 27 Jun 2022 09:15:43 +0800 Subject: [PATCH] Update release-notes.md --- docs/en-US/release-notes.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/en-US/release-notes.md b/docs/en-US/release-notes.md index b53889bdbc..69dab57a51 100644 --- a/docs/en-US/release-notes.md +++ b/docs/en-US/release-notes.md @@ -2,6 +2,20 @@ ## 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 - chore(create-nocobase-app): fix some bugs (#538) - feat: relationship fields are loaded on demand @@ -78,18 +92,6 @@ - fix(plugin-workflow): fix languages (#451) - 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 - fix: default value of time zone