diff --git a/CHANGELOG.md b/CHANGELOG.md index d8637755e..401ef6ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,35 @@ 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.16.0-alpha.5](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.4...v0.16.0-alpha.5) - 2023-11-30 + +### Merged + +- fix(pm): create plugin bug [`#3117`](https://github.com/nocobase/nocobase/pull/3117) +- fix: fields options undefined [`#3116`](https://github.com/nocobase/nocobase/pull/3116) +- refactor: map field support connect as remote table field [`#3114`](https://github.com/nocobase/nocobase/pull/3114) +- fix(linkageRules): fix autorun [`#3105`](https://github.com/nocobase/nocobase/pull/3105) +- chore: sync collection after set collection fields [`#3112`](https://github.com/nocobase/nocobase/pull/3112) +- fix(client): adjust error message [`#3108`](https://github.com/nocobase/nocobase/pull/3108) +- fix(plugin-workflow): fix form event parse variables [`#3106`](https://github.com/nocobase/nocobase/pull/3106) +- chore: view primary key [`#3107`](https://github.com/nocobase/nocobase/pull/3107) +- fix: query view collection with primaryKey [`#3104`](https://github.com/nocobase/nocobase/pull/3104) +- fix: association data params missing appends [`#3103`](https://github.com/nocobase/nocobase/pull/3103) +- fix(plugin-api-doc): non-main application crashes [`#3100`](https://github.com/nocobase/nocobase/pull/3100) +- fix(linkageRules): avoid infinite loop [`#3095`](https://github.com/nocobase/nocobase/pull/3095) +- fix(bi): fix T-2643 [`#3101`](https://github.com/nocobase/nocobase/pull/3101) +- chore: cache effective snippets results in acl role [`#3102`](https://github.com/nocobase/nocobase/pull/3102) +- feat(database): support find with filter and where [`#3097`](https://github.com/nocobase/nocobase/pull/3097) +- fix(plugin-workflow): fix schedule trigger [`#3096`](https://github.com/nocobase/nocobase/pull/3096) +- fix: test db creator types [`#3094`](https://github.com/nocobase/nocobase/pull/3094) +- test: load through collection with primaryKeys [`#3093`](https://github.com/nocobase/nocobase/pull/3093) + +### Commits + +- chore(versions): 😊 publish v0.16.0-alpha.5 [`8977420`](https://github.com/nocobase/nocobase/commit/8977420eecb3f17140f7d55a73d8aebbb5aed7a4) +- chore: update changelog [`f4df696`](https://github.com/nocobase/nocobase/commit/f4df696bfa9fe4fb49509273058afe094b90ccee) +- fix(cli): unsafe shell command constructed from library input [`5ebd5d5`](https://github.com/nocobase/nocobase/commit/5ebd5d5c625742d65ad8c113336dfca4c14eb1f5) + ## [v0.16.0-alpha.4](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.3...v0.16.0-alpha.4) - 2023-11-24 ### Merged