diff --git a/CHANGELOG.md b/CHANGELOG.md index de43bbb6b..8bdda1ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,34 @@ 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.21.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.2...v0.21.0-alpha.3) - 2024-04-06 + +### Merged + +- fix: nanoid availableTypes [`#3942`](https://github.com/nocobase/nocobase/pull/3942) +- fix: automatically generate default values [`#3940`](https://github.com/nocobase/nocobase/pull/3940) +- fix: formula field caluation error [`#3938`](https://github.com/nocobase/nocobase/pull/3938) +- fix: formula field support format [`#3928`](https://github.com/nocobase/nocobase/pull/3928) +- refactor: unify tab initailizer naming [`#3932`](https://github.com/nocobase/nocobase/pull/3932) +- fix: add zIndex to Lightbox overlay style [`#3934`](https://github.com/nocobase/nocobase/pull/3934) +- fix(Table): fix the problem that the content of the association field is not displayed [`#3930`](https://github.com/nocobase/nocobase/pull/3930) +- fix(evaluators): fix array flatten [`#3931`](https://github.com/nocobase/nocobase/pull/3931) +- refactor: main data source view collection support filterTargetKey [`#3818`](https://github.com/nocobase/nocobase/pull/3818) +- fix: formula field calculation error [`#3929`](https://github.com/nocobase/nocobase/pull/3929) +- fix: load view collection belongs to association with source options [`#3912`](https://github.com/nocobase/nocobase/pull/3912) +- fix: edit form unchanged should not appear unSaveed warning when cloas modal [`#3920`](https://github.com/nocobase/nocobase/pull/3920) +- fix(Collapse): fix error for chinaRegions [`#3925`](https://github.com/nocobase/nocobase/pull/3925) +- fix: number display format [`#3924`](https://github.com/nocobase/nocobase/pull/3924) +- fix(defaultValue): should immediate effect when set default value [`#3923`](https://github.com/nocobase/nocobase/pull/3923) +- feat: action support refreshDataBlockRequest configuration [`#3882`](https://github.com/nocobase/nocobase/pull/3882) +- refactor: formBlockProvider & detailBlockProvider [`#3898`](https://github.com/nocobase/nocobase/pull/3898) +- feat(data-vi): allows to add charts for mobile client [`#3922`](https://github.com/nocobase/nocobase/pull/3922) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.3 [`d2b8086`](https://github.com/nocobase/nocobase/commit/d2b808671bf36cc345ef80a95a86e42e16a19836) +- chore: update changelog [`231f4c7`](https://github.com/nocobase/nocobase/commit/231f4c7cd4f6f9375f440d9f146a0f155aec4b13) + ## [v0.21.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.1...v0.21.0-alpha.2) - 2024-04-03 ### Merged