From 47dffe55b54e0c16b0cbc30415c3438f5b9fc977 Mon Sep 17 00:00:00 2001 From: chenos Date: Sun, 7 Apr 2024 08:33:09 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdda1ccb5..36c8e257de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.21.0-alpha.4](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.3...v0.21.0-alpha.4) - 2024-04-07 + +### Merged + +- fix: getSourceKeyByAssocation [`#3947`](https://github.com/nocobase/nocobase/pull/3947) +- fix(RichText): unify style [`#3946`](https://github.com/nocobase/nocobase/pull/3946) +- fix(connectDataBlocks): should add FilterBlockProvider to Grid [`#3944`](https://github.com/nocobase/nocobase/pull/3944) +- chore: add appVersion to Schema [`#3936`](https://github.com/nocobase/nocobase/pull/3936) +- fix: collectionFieldInterfaceSelect [`#3945`](https://github.com/nocobase/nocobase/pull/3945) +- fix: fix sourceId of templates [`#3941`](https://github.com/nocobase/nocobase/pull/3941) +- fix(collection manager): collection manager primarykey & nanoid & uuid suport index setting [`#3943`](https://github.com/nocobase/nocobase/pull/3943) +- fix(plugin-formula-field): fix component context [`#3937`](https://github.com/nocobase/nocobase/pull/3937) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.4 [`3171339`](https://github.com/nocobase/nocobase/commit/31713390b57543d0825aa1bb81a8d191fa39f7f5) +- chore: update changelog [`4132100`](https://github.com/nocobase/nocobase/commit/41321004cab7c42f6c1b4454596507ce50ea061e) + ## [v0.21.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.2...v0.21.0-alpha.3) - 2024-04-06 ### Merged