From 1dc8b20f08f7d16143de3ab4d9a8dd71af47e303 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 11 Jun 2024 12:13:36 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d237e2bc..696ff44dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ 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.0.1-alpha.2](https://github.com/nocobase/nocobase/compare/v1.0.1-alpha.1...v1.0.1-alpha.2) - 2024-06-11 + +### Merged + +- feat(filter-form): auto-trigger filter action when default values exist [`#4622`](https://github.com/nocobase/nocobase/pull/4622) +- fix: missing height in map history block [`#4621`](https://github.com/nocobase/nocobase/pull/4621) +- fix: table block height issue with minimal data [`#4617`](https://github.com/nocobase/nocobase/pull/4617) +- fix(preset): fix plugin-workflow-mailer version [`#4619`](https://github.com/nocobase/nocobase/pull/4619) +- fix(auth): allows to set the auth type title translation from server end [`#4616`](https://github.com/nocobase/nocobase/pull/4616) +- fix(export): export button remaining in loading state after cancel [`#4615`](https://github.com/nocobase/nocobase/pull/4615) +- feat(tree-block): support filtering child nodes [`#4603`](https://github.com/nocobase/nocobase/pull/4603) +- fix(client): fix text wrap in variable input [`#4605`](https://github.com/nocobase/nocobase/pull/4605) +- refactor(plugin-workflow): change variable getter from collection fields [`#4567`](https://github.com/nocobase/nocobase/pull/4567) +- fix: remove grid wrap [`#4612`](https://github.com/nocobase/nocobase/pull/4612) +- feat(client): allow JSON5 value in Form Input of type JSONTextArea [`#4600`](https://github.com/nocobase/nocobase/pull/4600) +- fix: iframe block loses height when set to default [`#4602`](https://github.com/nocobase/nocobase/pull/4602) +- feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow [`#4584`](https://github.com/nocobase/nocobase/pull/4584) +- chore: fix typo [`#4589`](https://github.com/nocobase/nocobase/pull/4589) + +### Commits + +- chore(versions): 😊 publish v1.0.1-alpha.2 [`092f3af`](https://github.com/nocobase/nocobase/commit/092f3afab132ef9dbfc2d7228ca4c14b505f383a) +- chore: update changelog [`6bc8a09`](https://github.com/nocobase/nocobase/commit/6bc8a093ad4ded9ac56b62279e6f6f715796191f) + ## [v1.0.1-alpha.1](https://github.com/nocobase/nocobase/compare/v1.0.0-alpha.17...v1.0.1-alpha.1) - 2024-06-07 ### Merged