diff --git a/CHANGELOG.md b/CHANGELOG.md index 09feab27b..bdebc6740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ 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.5](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.4...v0.20.0-alpha.5) - 2024-03-06 + +### Merged + +- fix(save-record): differentiate between creation and updating based on record.isNew [`#3620`](https://github.com/nocobase/nocobase/pull/3620) +- fix(plugin-workflow): fix schedule repeat logic [`#3612`](https://github.com/nocobase/nocobase/pull/3612) +- refactor: useFormItemInitializerFields [`#3621`](https://github.com/nocobase/nocobase/pull/3621) +- fix: collection without filterTargetKey should not be able to add block [`#3614`](https://github.com/nocobase/nocobase/pull/3614) +- fix(kanban): fix block [`#3619`](https://github.com/nocobase/nocobase/pull/3619) +- fix: should display settings after field deleted [`#3606`](https://github.com/nocobase/nocobase/pull/3606) +- fix: role name is error in role configure [`#3618`](https://github.com/nocobase/nocobase/pull/3618) +- fix: bulkEditFormItemSettings collection undefined [`#3616`](https://github.com/nocobase/nocobase/pull/3616) +- fix: calender failed to change view for week [`#3602`](https://github.com/nocobase/nocobase/pull/3602) +- fix(Table): fix Fixed Block bug [`#3601`](https://github.com/nocobase/nocobase/pull/3601) +- chore: remove data source [`#3610`](https://github.com/nocobase/nocobase/pull/3610) +- test: acl test [`#3609`](https://github.com/nocobase/nocobase/pull/3609) +- fix: not exists data sourec [`#3608`](https://github.com/nocobase/nocobase/pull/3608) +- fix: data-block parent request with data-source [`#3605`](https://github.com/nocobase/nocobase/pull/3605) +- fix: remove temp doc [`#3603`](https://github.com/nocobase/nocobase/pull/3603) + +### Commits + +- chore(versions): 😊 publish v0.20.0-alpha.5 [`0fc382d`](https://github.com/nocobase/nocobase/commit/0fc382d298aac59908186dca692dbf75660005e7) +- fix(select): fieldNames are missing the value parameter [`e82179f`](https://github.com/nocobase/nocobase/commit/e82179ff61aab97e3c5ec47e06af861e45e7a390) +- chore(ci): build pro image [`4716c13`](https://github.com/nocobase/nocobase/commit/4716c13d81c216eddf23def86c4bafc22c7d14f7) + ## [v0.20.0-alpha.4](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.3...v0.20.0-alpha.4) - 2024-03-05 ### Commits