diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef7edb853..b2fd4be586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ 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.18.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.18.0-alpha.2...v0.18.0-alpha.3) - 2023-12-29 + +### Merged + +- refactor(plugin-workflow): adjust some api and packages [`#3281`](https://github.com/nocobase/nocobase/pull/3281) +- test(e2e): acl e2e test [`#3249`](https://github.com/nocobase/nocobase/pull/3249) +- test(e2e): add tests for collection manager [`#3253`](https://github.com/nocobase/nocobase/pull/3253) +- test: workflow e2e [`#3261`](https://github.com/nocobase/nocobase/pull/3261) +- fix: associaion block failed to create in internalViewer [`#3274`](https://github.com/nocobase/nocobase/pull/3274) +- fix: z-index should be the same value [`#3278`](https://github.com/nocobase/nocobase/pull/3278) +- style: collection manger fields style improve [`#3276`](https://github.com/nocobase/nocobase/pull/3276) +- fix: require module [`#3277`](https://github.com/nocobase/nocobase/pull/3277) +- chore: optimize jsdom and vitest configuration [`#3269`](https://github.com/nocobase/nocobase/pull/3269) +- refactor(logger): improve logger format [`#2664`](https://github.com/nocobase/nocobase/pull/2664) +- refactor(plugin-workflow): refactor apis [`#3267`](https://github.com/nocobase/nocobase/pull/3267) +- fix: record picker display incorrect data when field has default value in collection [`#3266`](https://github.com/nocobase/nocobase/pull/3266) +- fix: useParseDefaultValue [`#3264`](https://github.com/nocobase/nocobase/pull/3264) +- refactor: local improve [`#3265`](https://github.com/nocobase/nocobase/pull/3265) +- fix(plugin-workflow): defend unimplemented trigger type [`#3263`](https://github.com/nocobase/nocobase/pull/3263) + +### Commits + +- chore(versions): 😊 publish v0.18.0-alpha.3 [`501e3f1`](https://github.com/nocobase/nocobase/commit/501e3f1db23fccca5181ec59c932429ccf86c691) +- chore: update changelog [`28759aa`](https://github.com/nocobase/nocobase/commit/28759aac074cbced9b9f56c520ab67f7f6c1da9c) +- feat: add plugin.t() method [`95a5cab`](https://github.com/nocobase/nocobase/commit/95a5cab44ce74c2ca1aaade3cbfc218272adbe1e) + ## [v0.18.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.18.0-alpha.1...v0.18.0-alpha.2) - 2023-12-25 ### Merged