diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8a82ae48..25a4a3ec73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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.29-alpha](https://github.com/nocobase/nocobase/compare/v1.2.28-alpha...v1.2.29-alpha) - 2024-08-05 + +### Merged + +- chore: optimize text for data loading mode [`#4918`](https://github.com/nocobase/nocobase/pull/4918) +- fix: action linkage rule [`#4980`](https://github.com/nocobase/nocobase/pull/4980) +- chore(action-export): error message when field not found [`#4890`](https://github.com/nocobase/nocobase/pull/4890) +- refactor: filter FilterTargetKeys options based on titleUsable [`#4981`](https://github.com/nocobase/nocobase/pull/4981) +- fix(plugin-workflow-manual): fix disabled status in clicked button of manual todo [`#4982`](https://github.com/nocobase/nocobase/pull/4982) +- refactor: set field required in sub-table should display required indicator in column header [`#4972`](https://github.com/nocobase/nocobase/pull/4972) +- fix: enable date variables in filter forms [`#4916`](https://github.com/nocobase/nocobase/pull/4916) +- fix: required constraint becomes invalid after setting validation rules on form fields [`#4977`](https://github.com/nocobase/nocobase/pull/4977) + +### Commits + +- chore(versions): 😊 publish v1.2.29-alpha [`769d2b9`](https://github.com/nocobase/nocobase/commit/769d2b9365c67135690348fdcaa85691272d0616) +- chore: update changelog [`b081790`](https://github.com/nocobase/nocobase/commit/b081790f81d73ad1344a23fbcd375c70c3c2ef91) + ## [v1.2.28-alpha](https://github.com/nocobase/nocobase/compare/v1.2.27-alpha...v1.2.28-alpha) - 2024-08-01 ### Merged