From 69abfc98327b36bbc6b7e225294835bb457518d6 Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Mon, 4 Dec 2023 11:01:28 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 401ef6ae10..df74948ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ 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.16.0-alpha.7](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.6...v0.16.0-alpha.7) - 2023-12-04 + +### Commits + +- chore(versions): 😊 publish v0.16.0-alpha.7 [`d077a17`](https://github.com/nocobase/nocobase/commit/d077a17ee8cafc901a995f1ec7271ca78e4c32c3) +- chore(versions): 😊 publish v [`7810332`](https://github.com/nocobase/nocobase/commit/78103320eb6ee01559609784e7ba1a4493399c2c) + +## [v0.16.0-alpha.6](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.5...v0.16.0-alpha.6) - 2023-12-04 + +### Merged + +- fix: association field should support json field as title field [`#3129`](https://github.com/nocobase/nocobase/pull/3129) +- fix(client): allow match query case insensitive [`#3127`](https://github.com/nocobase/nocobase/pull/3127) +- fix(plugin-workflow): fix condition branch node finding logic (fix #3082) [`#3128`](https://github.com/nocobase/nocobase/pull/3128) +- refactor: url& sequence support availableType as string [`#3126`](https://github.com/nocobase/nocobase/pull/3126) +- refactor: view collection support json field [`#3125`](https://github.com/nocobase/nocobase/pull/3125) +- chore(users): remove deprecated code [`#3122`](https://github.com/nocobase/nocobase/pull/3122) +- refactor: collection template support configureActions [`#3123`](https://github.com/nocobase/nocobase/pull/3123) +- fix: onTemplateSuccess undefined [`#3119`](https://github.com/nocobase/nocobase/pull/3119) + +### Fixed + +- fix(plugin-workflow): fix condition branch node finding logic (fix #3082) (#3128) [`#3082`](https://github.com/nocobase/nocobase/issues/3082) + +### Commits + +- chore(versions): 😊 publish v0.16.0-alpha.6 [`9d64430`](https://github.com/nocobase/nocobase/commit/9d644304c10be0f8404f2f3370a43d2dc00e8aed) +- chore: update changelog [`06ba3bf`](https://github.com/nocobase/nocobase/commit/06ba3bffcbdf1fd44f5b7b17fb83314a91d96a40) +- feat: improve mock records [`bfeaf45`](https://github.com/nocobase/nocobase/commit/bfeaf456b9d821f2fdb54ecd797da8d476d5f87a) + ## [v0.16.0-alpha.5](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.4...v0.16.0-alpha.5) - 2023-11-30 ### Merged