diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5454dcea..f9a1b40211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.2.5-alpha](https://github.com/nocobase/nocobase/compare/v1.2.4-alpha...v1.2.5-alpha) - 2024-06-19 + +### Merged + +- fix(plugin-fm): fix thumbnail rule [`#4707`](https://github.com/nocobase/nocobase/pull/4707) +- fix(plugin-workflow): fix locale key in storage [`#4704`](https://github.com/nocobase/nocobase/pull/4704) +- fix: select field set as title field [`#4703`](https://github.com/nocobase/nocobase/pull/4703) +- fix: refresh list automatically after closing modal following add operation [`#4699`](https://github.com/nocobase/nocobase/pull/4699) +- fix(backup-restore): snippet name [`#4700`](https://github.com/nocobase/nocobase/pull/4700) +- fix(client): fix upload progress style [`#4698`](https://github.com/nocobase/nocobase/pull/4698) +- fix(variable): resolve the issue of incorrect sourceKey in variable lazy loading [`#4691`](https://github.com/nocobase/nocobase/pull/4691) +- refactor: sub-table disabled dragSort [`#4696`](https://github.com/nocobase/nocobase/pull/4696) +- fix: height calculation for full-height tabs in approval initiation and approval block [`#4686`](https://github.com/nocobase/nocobase/pull/4686) +- chore(data-source-main): field name exists error message [`#4689`](https://github.com/nocobase/nocobase/pull/4689) +- chore(database): mediumtext type support [`#4697`](https://github.com/nocobase/nocobase/pull/4697) +- fix(database): find model in hooks [`#4694`](https://github.com/nocobase/nocobase/pull/4694) +- feat(plugin-field-sequence): allow to customize date format [`#4685`](https://github.com/nocobase/nocobase/pull/4685) +- refactor(plugin-workflow-dc): move collection template to plugin and remove sort field [`#4682`](https://github.com/nocobase/nocobase/pull/4682) +- refactor: workflow block && template block support setting block height [`#4678`](https://github.com/nocobase/nocobase/pull/4678) +- fix: restore field height spacing after removing description in form [`#4679`](https://github.com/nocobase/nocobase/pull/4679) + +### Commits + +- chore(versions): 😊 publish v1.2.5-alpha [`9968eda`](https://github.com/nocobase/nocobase/commit/9968eda02b5836af34f118f38826590cf0f60b04) +- chore: add cnpm sync script [`ac472ef`](https://github.com/nocobase/nocobase/commit/ac472efd23367a3ecac995c565e4d801fec6319c) +- chore: update changelog [`6a751b5`](https://github.com/nocobase/nocobase/commit/6a751b596fcfffd9b1224cf59818ccf7c4f27627) + ## [v1.2.4-alpha](https://github.com/nocobase/nocobase/compare/v1.2.3-alpha...v1.2.4-alpha) - 2024-06-17 ### Merged