diff --git a/CHANGELOG.md b/CHANGELOG.md index c64f0e54ba..a72a034c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ 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.16](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.15...v0.20.0-alpha.16) - 2024-03-23 + +### Merged + +- refactor: view collection support filterTargetKey config [`#3767`](https://github.com/nocobase/nocobase/pull/3767) +- fix: hide child when useVisible() is false [`#3803`](https://github.com/nocobase/nocobase/pull/3803) +- fix(client): fix action designer error occured in custom form [`#3801`](https://github.com/nocobase/nocobase/pull/3801) +- fix: through collection support search [`#3800`](https://github.com/nocobase/nocobase/pull/3800) +- fix(subTable): fix sorting rule setting [`#3795`](https://github.com/nocobase/nocobase/pull/3795) +- fix: load data source when data source load failed [`#3793`](https://github.com/nocobase/nocobase/pull/3793) +- fix(acl): role menu loading status [`#3787`](https://github.com/nocobase/nocobase/pull/3787) +- fix(acl): bug when adding users to roles [`#3783`](https://github.com/nocobase/nocobase/pull/3783) +- fix: filter does not allow passing empty objects [`#3780`](https://github.com/nocobase/nocobase/pull/3780) +- fix(acl): role menu list only displays one page [`#3775`](https://github.com/nocobase/nocobase/pull/3775) +- feat(plugin-user): add model method desensitize() to filter hidden field [`#3768`](https://github.com/nocobase/nocobase/pull/3768) +- fix(plugin-file-manager): fix storage locale on file template table header [`#3769`](https://github.com/nocobase/nocobase/pull/3769) +- fix: first character entered in foreign key input is not displayed [`#3770`](https://github.com/nocobase/nocobase/pull/3770) + +### Commits + +- chore(versions): 😊 publish v0.20.0-alpha.16 [`71ec7ec`](https://github.com/nocobase/nocobase/commit/71ec7ece6a65fa00acd590ebb4a6de828fe01655) +- chore: update changelog [`170d601`](https://github.com/nocobase/nocobase/commit/170d60158666efd1c75f7d273ddcf529d5ed3c88) +- fix: manual e2e [`556152d`](https://github.com/nocobase/nocobase/commit/556152d7c22ce0e871d3ac244539db84f52c2fe7) + ## [v0.20.0-alpha.15](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.14...v0.20.0-alpha.15) - 2024-03-20 ### Merged