diff --git a/CHANGELOG.md b/CHANGELOG.md index db04849262..de43bbb6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,65 @@ 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.2](https://github.com/nocobase/nocobase/compare/v0.21.0-alpha.1...v0.21.0-alpha.2) - 2024-04-03 + +### Merged + +- chore: add API comments [`#3919`](https://github.com/nocobase/nocobase/pull/3919) +- fix: fix Pagination [`#3921`](https://github.com/nocobase/nocobase/pull/3921) +- test(plugin-error-handler): middleware [`#3909`](https://github.com/nocobase/nocobase/pull/3909) +- fix: update plugin [`#3895`](https://github.com/nocobase/nocobase/pull/3895) +- fix: gantt block pagination [`#3918`](https://github.com/nocobase/nocobase/pull/3918) +- fix: source id null [`#3917`](https://github.com/nocobase/nocobase/pull/3917) +- fix(Table): fix Pagination [`#3916`](https://github.com/nocobase/nocobase/pull/3916) +- fix: get the correct sourceId [`#3897`](https://github.com/nocobase/nocobase/pull/3897) +- fix(DataScope): fix no immediate effect issue after saving [`#3910`](https://github.com/nocobase/nocobase/pull/3910) +- fix: select field options initialValue [`#3911`](https://github.com/nocobase/nocobase/pull/3911) +- fix: external link click [`#3908`](https://github.com/nocobase/nocobase/pull/3908) +- fix(inputNumber): loss of accuracy in inputNumber [`#3902`](https://github.com/nocobase/nocobase/pull/3902) +- feat(plugin-workflow-action-trigger): add global action events [`#3883`](https://github.com/nocobase/nocobase/pull/3883) +- docs: add api comment [`#3868`](https://github.com/nocobase/nocobase/pull/3868) +- fix: vitest config bug [`#3907`](https://github.com/nocobase/nocobase/pull/3907) +- fix: table fixed bug [`#3901`](https://github.com/nocobase/nocobase/pull/3901) +- fix: list data undefined error [`#3905`](https://github.com/nocobase/nocobase/pull/3905) +- fix: lazy render bug [`#3886`](https://github.com/nocobase/nocobase/pull/3886) +- fix: sort params missing [`#3906`](https://github.com/nocobase/nocobase/pull/3906) +- refactor: change useProps to x-use-component-props [`#3853`](https://github.com/nocobase/nocobase/pull/3853) +- fix(withDynamicSchemaProps): change deep merge to shallow merge [`#3899`](https://github.com/nocobase/nocobase/pull/3899) +- fix: history block add print button, click print button to report error [`#3900`](https://github.com/nocobase/nocobase/pull/3900) +- fix: tar bug [`#3891`](https://github.com/nocobase/nocobase/pull/3891) +- chore: return bigInt as string type [`#3887`](https://github.com/nocobase/nocobase/pull/3887) +- feat(data-vi): data scope for chart filter fields [`#3894`](https://github.com/nocobase/nocobase/pull/3894) +- feat: adjust menu of add new [`#3884`](https://github.com/nocobase/nocobase/pull/3884) +- fix(plugin-custom-request): fix edit button dialog [`#3893`](https://github.com/nocobase/nocobase/pull/3893) +- fix: fieldNames missing when setting data scope [`#3892`](https://github.com/nocobase/nocobase/pull/3892) +- fix: deps check error when dev add production plugin [`#3848`](https://github.com/nocobase/nocobase/pull/3848) +- fix: workflow tabs not exists [`#3889`](https://github.com/nocobase/nocobase/pull/3889) +- fix: association field support data scope linkage [`#3888`](https://github.com/nocobase/nocobase/pull/3888) +- fix: templateBlockProvider support association field append [`#3866`](https://github.com/nocobase/nocobase/pull/3866) +- chore: main datasource api [`#3880`](https://github.com/nocobase/nocobase/pull/3880) +- feat: run vitest with coverage [`#3802`](https://github.com/nocobase/nocobase/pull/3802) +- fix: avoid duplicate menu keys [`#3885`](https://github.com/nocobase/nocobase/pull/3885) +- fix(data-vi): dual axes chart displays abnormally [`#3881`](https://github.com/nocobase/nocobase/pull/3881) +- fix: reject update when filter is empty object [`#3777`](https://github.com/nocobase/nocobase/pull/3777) +- chore: update field with primary key attribute [`#3852`](https://github.com/nocobase/nocobase/pull/3852) +- refactor: uuid & nanoid support default value configuration [`#3830`](https://github.com/nocobase/nocobase/pull/3830) +- feat: table performance [`#3791`](https://github.com/nocobase/nocobase/pull/3791) +- fix: setFormValueChanged undefined [`#3879`](https://github.com/nocobase/nocobase/pull/3879) +- fix(client): fix diabled in filter dynamic component [`#3874`](https://github.com/nocobase/nocobase/pull/3874) +- fix(plugin-workflow-parallel): fix locale [`#3876`](https://github.com/nocobase/nocobase/pull/3876) +- fix(formula-field): formula field set form value change [`#3873`](https://github.com/nocobase/nocobase/pull/3873) +- fix: formBlockProvider block display [`#3877`](https://github.com/nocobase/nocobase/pull/3877) +- refactor(plugin-workflow): change to [`#3871`](https://github.com/nocobase/nocobase/pull/3871) +- fix: kanban card modal display abnormal [`#3863`](https://github.com/nocobase/nocobase/pull/3863) +- fix: filterTargetKey only support view collection [`#3872`](https://github.com/nocobase/nocobase/pull/3872) + +### Commits + +- chore(versions): 😊 publish v0.21.0-alpha.2 [`d173aef`](https://github.com/nocobase/nocobase/commit/d173aef69b7182b33e0d05621bf8fc32f95b29a4) +- feat: update agreements [`e2763b3`](https://github.com/nocobase/nocobase/commit/e2763b332286affb7cfd9c6a9fb90d656226e3fb) +- chore: update vitest configuration [`85f33ce`](https://github.com/nocobase/nocobase/commit/85f33cedbeedd21a5086d7940768b093f9dab4e8) + ## [v0.21.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.20.0-alpha.17...v0.21.0-alpha.1) - 2024-03-29 ### Merged