From 57242c1ce608fbe0ae15611f3f791d06dbdcbc90 Mon Sep 17 00:00:00 2001 From: chenos Date: Wed, 17 Apr 2024 23:47:47 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a08689703..1d3691d1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ 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.11](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.10...v0.21.0-alpha.11) - 2024-04-17 + +### Merged + +- fix: custom request role list [`#4074`](https://github.com/nocobase/nocobase/pull/4074) +- fix: parse iso week [`#4068`](https://github.com/nocobase/nocobase/pull/4068) +- fix(sourceId): avoid error [`#4077`](https://github.com/nocobase/nocobase/pull/4077) +- fix(sql-collection): can't select interface when setting fields [`#4079`](https://github.com/nocobase/nocobase/pull/4079) +- fix: load with source field [`#4075`](https://github.com/nocobase/nocobase/pull/4075) +- fix: deletion of operation linkage rules does not take effect in real time [`#4058`](https://github.com/nocobase/nocobase/pull/4058) +- fix(core): fix round bug in formula evaluator [`#4070`](https://github.com/nocobase/nocobase/pull/4070) +- test: add e2e for data loading mode [`#4069`](https://github.com/nocobase/nocobase/pull/4069) +- fix(filterForm): avoid duplicate names [`#4071`](https://github.com/nocobase/nocobase/pull/4071) +- chore: optimize block title [`#4040`](https://github.com/nocobase/nocobase/pull/4040) +- fix: sync default value in view [`#4067`](https://github.com/nocobase/nocobase/pull/4067) +- fix(defaultValue): fix the issue of default values disappearing after refreshing the page [`#4066`](https://github.com/nocobase/nocobase/pull/4066) +- refactor: gantt block [`#4059`](https://github.com/nocobase/nocobase/pull/4059) +- fix: sub-table big field should support variable default value [`#4062`](https://github.com/nocobase/nocobase/pull/4062) +- chore(Theme): set the default font size of the Compact theme to 16 [`#4064`](https://github.com/nocobase/nocobase/pull/4064) +- test: add e2e for actions [`#4053`](https://github.com/nocobase/nocobase/pull/4053) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.11 [`438a059`](https://github.com/nocobase/nocobase/commit/438a059c7b742cb9922b61f8ecdd7f6357a575fb) +- fix: getCurrentTimezone error [`fa8e890`](https://github.com/nocobase/nocobase/commit/fa8e89067940d0373bf34d4d3f833bd88ffa77f5) +- chore: update changelog [`68bc73b`](https://github.com/nocobase/nocobase/commit/68bc73b9877668f2da2c3669314233c3cb1e15ea) + ## [v0.21.0-alpha.10](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.9...v0.21.0-alpha.10) - 2024-04-16 ### Merged