From 2b34f3b6bd09d9d8a83a23c6e701cee748460ad4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Aug 2024 11:27:33 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15be8db37d..268c5601ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ 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.38-alpha](https://github.com/nocobase/nocobase/compare/v1.2.37-alpha...v1.2.38-alpha) - 2024-08-22 + +### Merged + +- fix: issue where data couldn't be submitted after deleting a row with required field in the subform [`#5101`](https://github.com/nocobase/nocobase/pull/5101) +- refactor: collection support simplePaginate [`#5099`](https://github.com/nocobase/nocobase/pull/5099) +- fix: button field assignment to only update visible fields [`#5104`](https://github.com/nocobase/nocobase/pull/5104) +- fix(client): fix upload preview image [`#5102`](https://github.com/nocobase/nocobase/pull/5102) +- fix: column index calculation error in table block [`#5100`](https://github.com/nocobase/nocobase/pull/5100) +- chore: optimize translation [`#5092`](https://github.com/nocobase/nocobase/pull/5092) + +### Commits + +- chore(versions): 😊 publish v1.2.38-alpha [`ce19841`](https://github.com/nocobase/nocobase/commit/ce198410f9e49a842ca91bccf8100c2602f7acfe) +- chore: update changelog [`8d29a6e`](https://github.com/nocobase/nocobase/commit/8d29a6ee81436301bb03bcf39ead38ba084477bb) + ## [v1.2.37-alpha](https://github.com/nocobase/nocobase/compare/v1.2.36-alpha...v1.2.37-alpha) - 2024-08-21 ### Merged