diff --git a/CHANGELOG.md b/CHANGELOG.md index c55bc39119..aa4873c2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ 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.14](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.13...v0.21.0-alpha.14) - 2024-04-22 + +### Merged + +- fix: load association field in collection [`#4122`](https://github.com/nocobase/nocobase/pull/4122) +- perf: remove all Skeleton animation [`#4113`](https://github.com/nocobase/nocobase/pull/4113) +- test: add e2e [`#4121`](https://github.com/nocobase/nocobase/pull/4121) +- chore(data-vi): adjust api [`#4116`](https://github.com/nocobase/nocobase/pull/4116) +- fix: scheduleEventTrigger [`#4114`](https://github.com/nocobase/nocobase/pull/4114) +- feat(plugin-workflow): add checker for intervally dispatching [`#4119`](https://github.com/nocobase/nocobase/pull/4119) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.14 [`7e4ad0d`](https://github.com/nocobase/nocobase/commit/7e4ad0daae8b69559f8ad6fe286c7603efbc4ccc) +- chore: update changelog [`e25d155`](https://github.com/nocobase/nocobase/commit/e25d15518e8f5ebce8705c531c198344669d94d4) +- chore: add deprecated comment for CompatibleSchemaInitializer [`451bcca`](https://github.com/nocobase/nocobase/commit/451bcca06f4c0b61630c7f4f6a5aba0194984560) + ## [v0.21.0-alpha.13](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.12...v0.21.0-alpha.13) - 2024-04-21 ### Merged