diff --git a/CHANGELOG.md b/CHANGELOG.md index 94270e93f..a01a69e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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.9.4-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.4-alpha.1...v0.9.4-alpha.2) - 2023-05-26 + +### Merged + +- fix: parse nested associations in filterParser [`#1941`](https://github.com/nocobase/nocobase/pull/1941) +- fix(association-field): allow dissociate [`#1940`](https://github.com/nocobase/nocobase/pull/1940) +- fix(data-template): fix title input prevented proper data switching [`#1937`](https://github.com/nocobase/nocobase/pull/1937) +- refactor: association select display loading when data is loading [`#1925`](https://github.com/nocobase/nocobase/pull/1925) +- fix(association-field): allow multiple [`#1938`](https://github.com/nocobase/nocobase/pull/1938) +- feat(multi-app-manager): support auto start [`#1931`](https://github.com/nocobase/nocobase/pull/1931) +- fix(client): fix some warnings [`#1934`](https://github.com/nocobase/nocobase/pull/1934) + +### Commits + +- chore(versions): 😊 publish v0.9.4-alpha.2 [`d7f2146`](https://github.com/nocobase/nocobase/commit/d7f21460c68ba7415d7d46f93303ead706b6d8f9) +- fix(association-field): display sub-details by default [`1e870cf`](https://github.com/nocobase/nocobase/commit/1e870cf5ef7770b3e71051b39983dbca7d496706) +- chore: update changelog [`f2619b0`](https://github.com/nocobase/nocobase/commit/f2619b032597a0b65db7717cab418a6282a12651) + ## [v0.9.4-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.3-alpha.1...v0.9.4-alpha.1) - 2023-05-25 ### Merged