From 6fbe77d10c758f47288c5321cbff34c1b51c2d10 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 30 Apr 2024 16:11:32 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78218d9cbf..b930c014c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ 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.0-alpha.3](https://github.com/nocobase/nocobase/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) - 2024-04-30 + +### Merged + +- chore: add copyright information to the file header [`#4028`](https://github.com/nocobase/nocobase/pull/4028) +- fix: upgrade sub app [`#4246`](https://github.com/nocobase/nocobase/pull/4246) +- refactor: extract to SetTheCountOfColumnsDisplayedInARow [`#4211`](https://github.com/nocobase/nocobase/pull/4211) +- refactor: tree collection association support sub-table & sub-detail [`#4225`](https://github.com/nocobase/nocobase/pull/4225) +- chore: upgrade vitest [`#4232`](https://github.com/nocobase/nocobase/pull/4232) +- fix: restore backup before 1.0 [`#4228`](https://github.com/nocobase/nocobase/pull/4228) +- chore: error message on backup restore [`#4218`](https://github.com/nocobase/nocobase/pull/4218) +- fix: improve plugin static file proxy [`#4227`](https://github.com/nocobase/nocobase/pull/4227) +- fix: build order bug [`#4223`](https://github.com/nocobase/nocobase/pull/4223) +- fix: missing pageSize parameters when setting column field sorting [`#4219`](https://github.com/nocobase/nocobase/pull/4219) + +### Commits + +- chore(versions): 😊 publish v1.0.0-alpha.3 [`2ba022a`](https://github.com/nocobase/nocobase/commit/2ba022ac1f7cdd564852604e58dbf9ca1e3f8349) +- chore: update changelog [`f366c39`](https://github.com/nocobase/nocobase/commit/f366c39fda34c5717429a415d442d30967ead929) + ## [v1.0.0-alpha.2](https://github.com/nocobase/nocobase/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) - 2024-04-29 ### Merged