diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e70db467..b3b0a1a76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ 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.15.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.15.0-alpha.2...v0.15.0-alpha.3) - 2023-11-16 + +### Merged + +- feat: e2e commands [`#3042`](https://github.com/nocobase/nocobase/pull/3042) +- Revert "chore: hide linkage rule option in some buttons (#3046)" [`#3051`](https://github.com/nocobase/nocobase/pull/3051) +- chore: hide linkage rule option in some buttons [`#3046`](https://github.com/nocobase/nocobase/pull/3046) +- feat: collection factory [`#3047`](https://github.com/nocobase/nocobase/pull/3047) +- fix: association block filter params [`#3039`](https://github.com/nocobase/nocobase/pull/3039) +- fix(plugin-fm): fix error log [`#3038`](https://github.com/nocobase/nocobase/pull/3038) +- refactor: findSchema should omit AssociationField.Viewer [`#3037`](https://github.com/nocobase/nocobase/pull/3037) +- fix: fix display association fields with subform [`#3036`](https://github.com/nocobase/nocobase/pull/3036) +- test: optimize command [`#3030`](https://github.com/nocobase/nocobase/pull/3030) +- fix: attachment field in m2m association field report error whwen setting required [`#3031`](https://github.com/nocobase/nocobase/pull/3031) + +### Commits + +- chore(versions): 😊 publish v0.15.0-alpha.3 [`60112aa`](https://github.com/nocobase/nocobase/commit/60112aae62801a98969ebafe6af082f005555328) +- chore: update changelog [`13be8d0`](https://github.com/nocobase/nocobase/commit/13be8d012f69367f141dfa0bf6193c7f909aa2cd) + ## [v0.15.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.15.0-alpha.1...v0.15.0-alpha.2) - 2023-11-13 ### Merged