chore: update changelog

This commit is contained in:
chenos 2024-04-19 22:53:45 +08:00
parent a8eb2b719c
commit 52893e213e

View File

@ -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.21.0-alpha.12](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.11...v0.21.0-alpha.12) - 2024-04-19
### Merged
- fix: field component [`#4102`](https://github.com/nocobase/nocobase/pull/4102)
- fix: association select support add mode [`#4108`](https://github.com/nocobase/nocobase/pull/4108)
- fix: createdBy & updatedBy target option [`#4109`](https://github.com/nocobase/nocobase/pull/4109)
- fix(linkage-rule): linkage rule support empty condiction [`#4103`](https://github.com/nocobase/nocobase/pull/4103)
- fix: add SanitizedCollectionProvider [`#4100`](https://github.com/nocobase/nocobase/pull/4100)
- fix: tree collection target error [`#4105`](https://github.com/nocobase/nocobase/pull/4105)
- fix: add ClearCollectionFieldContext [`#4101`](https://github.com/nocobase/nocobase/pull/4101)
- feat: improve form block [`#4099`](https://github.com/nocobase/nocobase/pull/4099)
- chore: migrate sortable options to sort field [`#4011`](https://github.com/nocobase/nocobase/pull/4011)
- feat: support sort option in appends [`#4056`](https://github.com/nocobase/nocobase/pull/4056)
- feat(data-vi): allows pie chart to accept negative numbers, fix T-4075 [`#4094`](https://github.com/nocobase/nocobase/pull/4094)
- fix(data-vi): number becomes string after precision transformation [`#4092`](https://github.com/nocobase/nocobase/pull/4092)
- fix: encode url params [`#4055`](https://github.com/nocobase/nocobase/pull/4055)
- test(plugin-workflow): add test case for duplicated triggering schedule workflow [`#3817`](https://github.com/nocobase/nocobase/pull/3817)
- perf(LinkageRules): solve lagging problems [`#4090`](https://github.com/nocobase/nocobase/pull/4090)
- fix(subTable): should not display Allow add new data option [`#4086`](https://github.com/nocobase/nocobase/pull/4086)
- fix: missing fields [`#4083`](https://github.com/nocobase/nocobase/pull/4083)
- fix: table select pagination error [`#4078`](https://github.com/nocobase/nocobase/pull/4078)
- fix: reset page when setting block data scope [`#4081`](https://github.com/nocobase/nocobase/pull/4081)
### Commits
- chore(versions): 😊 publish v0.21.0-alpha.12 [`a8eb2b7`](https://github.com/nocobase/nocobase/commit/a8eb2b719c0de798d141ebc8db349e24ff0f89f0)
- chore: update changelog [`57242c1`](https://github.com/nocobase/nocobase/commit/57242c1ce608fbe0ae15611f3f791d06dbdcbc90)
- fix: delete sock files before nocobase start [`3445001`](https://github.com/nocobase/nocobase/commit/3445001540ec05b3cc2ffeb542debc2683582c37)
## [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