diff --git a/CHANGELOG.md b/CHANGELOG.md index 983b87c9f8..46af7bcfb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,61 @@ 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.16](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.15...v0.21.0-alpha.16) - 2024-04-28 + +### Merged + +- feat(plugin-workflow): refresh the list after sync [`#4177`](https://github.com/nocobase/nocobase/pull/4177) +- feat(plugin-workflow): show workflow key as tooltip on title [`#4178`](https://github.com/nocobase/nocobase/pull/4178) +- test(plugin-workflow): add test cases [`#4199`](https://github.com/nocobase/nocobase/pull/4199) +- chore: api cache control header [`#4203`](https://github.com/nocobase/nocobase/pull/4203) +- feat: load vditor dep from local [`#4190`](https://github.com/nocobase/nocobase/pull/4190) +- test: input number separator test [`#4204`](https://github.com/nocobase/nocobase/pull/4204) +- fix: number field shuold support separator setting [`#4197`](https://github.com/nocobase/nocobase/pull/4197) +- fix(plugin-workflow): refine experience [`#4195`](https://github.com/nocobase/nocobase/pull/4195) +- chore: optimize warning wordings of import & export [`#4196`](https://github.com/nocobase/nocobase/pull/4196) +- refactor: external data source collection manager [`#4193`](https://github.com/nocobase/nocobase/pull/4193) +- fix: env bug [`#4191`](https://github.com/nocobase/nocobase/pull/4191) +- fix: empty operator with association field [`#4189`](https://github.com/nocobase/nocobase/pull/4189) +- chore: add e2e [`#4184`](https://github.com/nocobase/nocobase/pull/4184) +- fix: vditor version [`#4183`](https://github.com/nocobase/nocobase/pull/4183) +- refactor: form data template locale improve [`#4188`](https://github.com/nocobase/nocobase/pull/4188) +- test: add automated testing [`#4098`](https://github.com/nocobase/nocobase/pull/4098) +- chore: data source logger instance [`#4181`](https://github.com/nocobase/nocobase/pull/4181) +- chore: get database instance in relation repository [`#4179`](https://github.com/nocobase/nocobase/pull/4179) +- chore: add e2e for variables [`#4152`](https://github.com/nocobase/nocobase/pull/4152) +- chore: define collection debug message [`#4176`](https://github.com/nocobase/nocobase/pull/4176) +- chore: unsupportedFields in view collection [`#4155`](https://github.com/nocobase/nocobase/pull/4155) +- feat: add plugin-field-markdown-vditor [`#4065`](https://github.com/nocobase/nocobase/pull/4065) +- fix: bulk edit form acl action error [`#4166`](https://github.com/nocobase/nocobase/pull/4166) +- fix: auto create uuid foreign key in relation field [`#4160`](https://github.com/nocobase/nocobase/pull/4160) +- fix(plugin-fm): fix confusing size limit hint [`#4153`](https://github.com/nocobase/nocobase/pull/4153) +- fix(users): improve users:updateProfile [`#4162`](https://github.com/nocobase/nocobase/pull/4162) +- fix(client): get api url [`#4161`](https://github.com/nocobase/nocobase/pull/4161) +- feat: remove plugin-ui-routes-storage [`#4140`](https://github.com/nocobase/nocobase/pull/4140) +- fix: lock cytoscape version [`#4158`](https://github.com/nocobase/nocobase/pull/4158) +- refactor: collection template support presetFieldsDisabled [`#4159`](https://github.com/nocobase/nocobase/pull/4159) +- fix: grid schema [`#4157`](https://github.com/nocobase/nocobase/pull/4157) +- client unit test [`#4150`](https://github.com/nocobase/nocobase/pull/4150) +- fix: update belongs to many association that target key is not primary key [`#4146`](https://github.com/nocobase/nocobase/pull/4146) +- refactor: form data template locale improve [`#4148`](https://github.com/nocobase/nocobase/pull/4148) +- fix(database): column name in array field [`#4110`](https://github.com/nocobase/nocobase/pull/4110) +- test: refresh on action e2e test [`#4147`](https://github.com/nocobase/nocobase/pull/4147) +- fix(custom-request): support configuring content type [`#4144`](https://github.com/nocobase/nocobase/pull/4144) +- chore: deprecate the current record variable from the form [`#4063`](https://github.com/nocobase/nocobase/pull/4063) +- feat(Theme): add some tokens [`#4137`](https://github.com/nocobase/nocobase/pull/4137) +- fix(client): fix some warnings [`#4143`](https://github.com/nocobase/nocobase/pull/4143) +- style: tableActionColumn style improve [`#4138`](https://github.com/nocobase/nocobase/pull/4138) +- fix: actionBar style improve [`#4123`](https://github.com/nocobase/nocobase/pull/4123) +- chore: warning message if on delete conflict [`#4141`](https://github.com/nocobase/nocobase/pull/4141) +- fix(plugin-workflow-manual): allow pass node when no assignee [`#4139`](https://github.com/nocobase/nocobase/pull/4139) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.16 [`fdd3ca6`](https://github.com/nocobase/nocobase/commit/fdd3ca614e2b016744a47cfb5c6a9d59e996fd76) +- chore: make e2e more stable [`8524bea`](https://github.com/nocobase/nocobase/commit/8524beae6796333cd96f6d0536937ef869f66b2b) +- chore: make e2e more stable [`08f6872`](https://github.com/nocobase/nocobase/commit/08f68720bf2677604befd55f662f2a8c039057d4) + ## [v0.21.0-alpha.15](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.14...v0.21.0-alpha.15) - 2024-04-23 ### Merged