chore: update changelog

This commit is contained in:
chenos 2024-04-30 16:11:32 +08:00
parent 2ba022ac1f
commit 6fbe77d10c

View File

@ -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