From dd0538ae048353266f99f52fbd9f6a9de420c572 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 26 Mar 2024 17:25:09 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72a034c8e..779e8ea099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,40 @@ 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.20.0-alpha.17](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.16...v0.20.0-alpha.17) - 2024-03-26 + +### Merged + +- feat: read pretty input number field support display format config [`#3815`](https://github.com/nocobase/nocobase/pull/3815) +- fix(Table): fix invalid pagination [`#3821`](https://github.com/nocobase/nocobase/pull/3821) +- chore: add tsdoc [`#3788`](https://github.com/nocobase/nocobase/pull/3788) +- chore(test): fix agent type [`#3819`](https://github.com/nocobase/nocobase/pull/3819) +- fix: embed plugin need hooks and e2e change [`#3727`](https://github.com/nocobase/nocobase/pull/3727) +- fix(associationBlock): fix association blocks for parent collection f… [`#3813`](https://github.com/nocobase/nocobase/pull/3813) +- fix(plugin-workflow-manual): fix schema migration [`#3814`](https://github.com/nocobase/nocobase/pull/3814) +- refactor(DataBlock): table block [`#3748`](https://github.com/nocobase/nocobase/pull/3748) +- fix(Details): block template [`#3807`](https://github.com/nocobase/nocobase/pull/3807) +- chore: cascade can replace set null action [`#3812`](https://github.com/nocobase/nocobase/pull/3812) +- feat(data-vi): support multiple data sources [`#3743`](https://github.com/nocobase/nocobase/pull/3743) +- feat(plugin-workflow): support multiple data source in workflow [`#3739`](https://github.com/nocobase/nocobase/pull/3739) +- chore: add options for matching and ignoring test files in e2e and p-test commands [`#3811`](https://github.com/nocobase/nocobase/pull/3811) +- chore: file collection template preset fields should be disabled [`#3810`](https://github.com/nocobase/nocobase/pull/3810) +- fix(plugin-workflow): remove string template in condition calculation [`#3688`](https://github.com/nocobase/nocobase/pull/3688) +- fix: refresh collection name when update [`#3797`](https://github.com/nocobase/nocobase/pull/3797) +- fix: reload when data source click refresh [`#3804`](https://github.com/nocobase/nocobase/pull/3804) +- fix: plugin manager keywords [`#3809`](https://github.com/nocobase/nocobase/pull/3809) +- fix: expand action and add new action should support drag & sort [`#3808`](https://github.com/nocobase/nocobase/pull/3808) +- fix: create attachments middleware [`#3794`](https://github.com/nocobase/nocobase/pull/3794) +- fix: useExpressionScope [`#3805`](https://github.com/nocobase/nocobase/pull/3805) +- chore: set default association reference on delete action to no action [`#3722`](https://github.com/nocobase/nocobase/pull/3722) +- fix: field permission all fields should be displayed [`#3799`](https://github.com/nocobase/nocobase/pull/3799) + +### Commits + +- chore(versions): 😊 publish v0.20.0-alpha.17 [`3398222`](https://github.com/nocobase/nocobase/commit/339822241f2f641656f64107318b793d63d0b2c9) +- fix: description [`0dc0d32`](https://github.com/nocobase/nocobase/commit/0dc0d329f80c268672bd80fc6cb0190c3cef964d) +- chore: update changelog [`35a6514`](https://github.com/nocobase/nocobase/commit/35a6514993bede12b952ce13641f7258fe6c76d2) + ## [v0.20.0-alpha.16](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.15...v0.20.0-alpha.16) - 2024-03-23 ### Merged