diff --git a/CHANGELOG.md b/CHANGELOG.md index efd999fd2..f1e10c40d 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). +## [v0.20.0-alpha.11](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.10...v0.20.0-alpha.11) - 2024-03-16 + +### Merged + +- feat: supports subdirectory deployment [`#3731`](https://github.com/nocobase/nocobase/pull/3731) +- fix(variables): fix varaibles for table selector [`#3725`](https://github.com/nocobase/nocobase/pull/3725) +- fixing timezone header when it is negative value [`#3732`](https://github.com/nocobase/nocobase/pull/3732) +- fix(data-source): foreignkey [`#3707`](https://github.com/nocobase/nocobase/pull/3707) +- feat: add data source filter [`#3724`](https://github.com/nocobase/nocobase/pull/3724) +- fix(Table): fix disappearing content after selecting a row [`#3726`](https://github.com/nocobase/nocobase/pull/3726) +- refactor: view collection set name as default title when title is missing [`#3719`](https://github.com/nocobase/nocobase/pull/3719) +- refactor: add blocks in a unified way [`#3668`](https://github.com/nocobase/nocobase/pull/3668) +- feat: support to set data loading mode [`#3712`](https://github.com/nocobase/nocobase/pull/3712) +- fix: block template [`#3714`](https://github.com/nocobase/nocobase/pull/3714) +- refactor(SchemaInitializers): unify naming style [`#3604`](https://github.com/nocobase/nocobase/pull/3604) +- fix: remove env in colletion delete button [`#3682`](https://github.com/nocobase/nocobase/pull/3682) +- fix(data-vi): update antv version [`#3710`](https://github.com/nocobase/nocobase/pull/3710) + +### Commits + +- chore(versions): 😊 publish v0.20.0-alpha.11 [`15ef818`](https://github.com/nocobase/nocobase/commit/15ef81854e4f900ed53e5229d66d1c016d71b8e7) +- chore: update registry in yarn.lock [`e877e3b`](https://github.com/nocobase/nocobase/commit/e877e3b5d9c1543c74a55b41eb57f69f15ff9847) +- chore: update changelog [`42448ec`](https://github.com/nocobase/nocobase/commit/42448ecddb1afe455cced9c4a8b6ca78586a060f) + ## [v0.20.0-alpha.10](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.9...v0.20.0-alpha.10) - 2024-03-13 ### Merged