diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0377a34..7241862fa 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.19.0-alpha.6](https://github.com/nocobase/nocobase/compare/v0.19.0-alpha.5...v0.19.0-alpha.6) - 2024-02-07 + +### Merged + +- fix: plugin load collections [`#3499`](https://github.com/nocobase/nocobase/pull/3499) +- fix: sub-table should not support action column [`#3497`](https://github.com/nocobase/nocobase/pull/3497) +- fix: password cannot be empty [`#3491`](https://github.com/nocobase/nocobase/pull/3491) +- refactor: plugin manager keywords [`#3490`](https://github.com/nocobase/nocobase/pull/3490) +- fix(plugin-workflow-form-trigger): fix locale [`#3488`](https://github.com/nocobase/nocobase/pull/3488) +- fix: fix T-3012 [`#3489`](https://github.com/nocobase/nocobase/pull/3489) +- fix(plugin-workflow): fix revision with new properties [`#3487`](https://github.com/nocobase/nocobase/pull/3487) +- style(lang): add zh-tw [`#3446`](https://github.com/nocobase/nocobase/pull/3446) +- fix: layout of plugin settings icons [`#3478`](https://github.com/nocobase/nocobase/pull/3478) +- fix(server): fix messages in data-wrapping [`#3485`](https://github.com/nocobase/nocobase/pull/3485) +- style: fix color of more button and scrollbar style [`#3486`](https://github.com/nocobase/nocobase/pull/3486) +- fix(plugin-workflow): fix processor options to pass any context [`#3483`](https://github.com/nocobase/nocobase/pull/3483) +- refactor(plugin-workflow): optimize hint on binding workflow [`#3480`](https://github.com/nocobase/nocobase/pull/3480) +- refactor: plugin manager optimize & support keywords [`#3467`](https://github.com/nocobase/nocobase/pull/3467) +- refactor(plugin-workflow): support any context in processor as options [`#3473`](https://github.com/nocobase/nocobase/pull/3473) +- test: parallel branch node e2e [`#3471`](https://github.com/nocobase/nocobase/pull/3471) +- fix(defaultValue): should not use defaultValue in filter blocks [`#3472`](https://github.com/nocobase/nocobase/pull/3472) +- fix: attachment field set as single and doesn't display re-uploaded attachments after deleted [`#3469`](https://github.com/nocobase/nocobase/pull/3469) + +### Commits + +- chore(versions): 😊 publish v0.19.0-alpha.6 [`d8bbdc9`](https://github.com/nocobase/nocobase/commit/d8bbdc96482899bc6d9f3993c9ef8cb2c38c7a52) +- feat: update package.json [`c0988d9`](https://github.com/nocobase/nocobase/commit/c0988d9fc68b3728e4d5ec4450bf88e1797eb51a) +- chore: update changelog [`5fa4305`](https://github.com/nocobase/nocobase/commit/5fa430585c8139d252b82f9e9aefcd12fffabb87) + ## [v0.19.0-alpha.5](https://github.com/nocobase/nocobase/compare/v0.19.0-alpha.4...v0.19.0-alpha.5) - 2024-01-30 ### Merged