From cc376673a931411435a8b4ffffa22dc4921fcbf8 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 20 Jun 2023 11:52:44 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01a69e17..02af30f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,101 @@ 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.10.0-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.4-alpha.2...v0.10.0-alpha.2) - 2023-06-20 + +### Merged + +- refactor: upgrade `umi`, `react` and `react-router-dom` [`#1921`](https://github.com/nocobase/nocobase/pull/1921) +- fix(collection-manager): share collection when COLLECTION_MANAGER_SCHEMA not set [`#2081`](https://github.com/nocobase/nocobase/pull/2081) +- fix(plugin-formula): fix formula field effect and read-pretty component [`#2076`](https://github.com/nocobase/nocobase/pull/2076) +- fix: file collection field should default to preview as the title field [`#2059`](https://github.com/nocobase/nocobase/pull/2059) +- fix(client): remove incorrect onchange in json component [`#2079`](https://github.com/nocobase/nocobase/pull/2079) +- fix(client): fix onchange mistake [`#2075`](https://github.com/nocobase/nocobase/pull/2075) +- fix(client): fix locale [`#2074`](https://github.com/nocobase/nocobase/pull/2074) +- fix(Varaible): fix option is disabled [`#2043`](https://github.com/nocobase/nocobase/pull/2043) +- fix: rowSelection undefined [`#2071`](https://github.com/nocobase/nocobase/pull/2071) +- fix: association field cannot enable link in table column [`#2066`](https://github.com/nocobase/nocobase/pull/2066) +- refactor(plugin-workflow): manual collection block migration [`#2064`](https://github.com/nocobase/nocobase/pull/2064) +- refactor(association-field): support sub table [`#1862`](https://github.com/nocobase/nocobase/pull/1862) +- fix: avoid error [`#2060`](https://github.com/nocobase/nocobase/pull/2060) +- fix(Data-template): fix field cannot be expanded [`#2057`](https://github.com/nocobase/nocobase/pull/2057) +- feat(association field):quick add new [`#1953`](https://github.com/nocobase/nocobase/pull/1953) +- fix: duplicate action locale [`#2052`](https://github.com/nocobase/nocobase/pull/2052) +- fix: fix default value of optional field [`#2053`](https://github.com/nocobase/nocobase/pull/2053) +- refactor: List block and GridCard block style improve [`#1988`](https://github.com/nocobase/nocobase/pull/1988) +- fix: block disappears when dragged over its parent [`#2048`](https://github.com/nocobase/nocobase/pull/2048) +- fix: form performance [`#2047`](https://github.com/nocobase/nocobase/pull/2047) +- fix: default value for multiple select cannot be set [`#2031`](https://github.com/nocobase/nocobase/pull/2031) +- fix: display on the PC side of moblie access is incomplete [`#2039`](https://github.com/nocobase/nocobase/pull/2039) +- fix: enable tab and deleting tab page will result in an error [`#2045`](https://github.com/nocobase/nocobase/pull/2045) +- refactor(PluginManager): remove useless code [`#2022`](https://github.com/nocobase/nocobase/pull/2022) +- fix(mobile-client): some mobile-client bugs [`#2017`](https://github.com/nocobase/nocobase/pull/2017) +- fix: error reported after deleting the associationFilter block linkage field [`#2038`](https://github.com/nocobase/nocobase/pull/2038) +- fix(association-field): default values for the fields of a association field [`#2037`](https://github.com/nocobase/nocobase/pull/2037) +- chore(database): return emtpy fields when attributes not specified [`#2034`](https://github.com/nocobase/nocobase/pull/2034) +- refactor: child and parent field are not linked [`#2030`](https://github.com/nocobase/nocobase/pull/2030) +- fix(oidc): bugs of integration with logto [`#2032`](https://github.com/nocobase/nocobase/pull/2032) +- fix(data-template): filter out foreign keys [`#2033`](https://github.com/nocobase/nocobase/pull/2033) +- fix(client): fix json input component value handling [`#2028`](https://github.com/nocobase/nocobase/pull/2028) +- feat: filter out IDs in sub-forms [`#2025`](https://github.com/nocobase/nocobase/pull/2025) +- fix(GridCard): column count not work [`#2023`](https://github.com/nocobase/nocobase/pull/2023) +- feat: use `ActionContextProvider` instated of `ActionContext.Provider` [`#2019`](https://github.com/nocobase/nocobase/pull/2019) +- fix: re-insert repeat routes [`#2018`](https://github.com/nocobase/nocobase/pull/2018) +- refactor(plugin-workflow): change node config api render to component [`#2014`](https://github.com/nocobase/nocobase/pull/2014) +- chore(github-actions): separate frontend and backend tests [`#2013`](https://github.com/nocobase/nocobase/pull/2013) +- feat(plugin-mobile-client): support mobile-side client [`#1879`](https://github.com/nocobase/nocobase/pull/1879) +- chore(database): append inherit inspect attribute with eager load [`#2010`](https://github.com/nocobase/nocobase/pull/2010) +- feat(auth): support custom authentication [`#2007`](https://github.com/nocobase/nocobase/pull/2007) +- feat(plugin-fm): add option for storage to remove file physically or not [`#2005`](https://github.com/nocobase/nocobase/pull/2005) +- fix: eager load with nested association [`#2002`](https://github.com/nocobase/nocobase/pull/2002) +- chore(acl): write role to acl if it exists in database and not found … [`#2001`](https://github.com/nocobase/nocobase/pull/2001) +- feat: duplicate action [`#1973`](https://github.com/nocobase/nocobase/pull/1973) +- refactor(association-field): useAssociationNames hook [`#1956`](https://github.com/nocobase/nocobase/pull/1956) +- chore(collection-manager): should not throw error when source collection destoryed [`#1999`](https://github.com/nocobase/nocobase/pull/1999) +- fix: assignedField can not select dynamicValue [`#2000`](https://github.com/nocobase/nocobase/pull/2000) +- test: add tests for client [`#1960`](https://github.com/nocobase/nocobase/pull/1960) +- fix: display title enable [`#1995`](https://github.com/nocobase/nocobase/pull/1995) +- fix(plugin-formula): fix result component caused page crash [`#1996`](https://github.com/nocobase/nocobase/pull/1996) +- feat(collection-manger): lazy load collection field [`#1993`](https://github.com/nocobase/nocobase/pull/1993) +- fix: the edit drawer's audit logs block can only get records by this … [`#1917`](https://github.com/nocobase/nocobase/pull/1917) +- feat: upgrade formily [`#1880`](https://github.com/nocobase/nocobase/pull/1880) +- refactor(plugin-fm): change api and allow to select storage [`#1250`](https://github.com/nocobase/nocobase/pull/1250) +- fix: fix default value is invalid in subform [`#1989`](https://github.com/nocobase/nocobase/pull/1989) +- feat(database): add firstOrCreate and updateOrCreate in repository [`#1943`](https://github.com/nocobase/nocobase/pull/1943) +- feat(database): append child collection name after eager load [`#1978`](https://github.com/nocobase/nocobase/pull/1978) +- fix(multip-app-manager): init multiple Application instances while starting up a sub app [`#1986`](https://github.com/nocobase/nocobase/pull/1986) +- feat(plugin-workflow): manual forms [`#1748`](https://github.com/nocobase/nocobase/pull/1748) +- fix(charts): fields undefined bug [`#1980`](https://github.com/nocobase/nocobase/pull/1980) +- chore(database): pg oid and name data type in view [`#1982`](https://github.com/nocobase/nocobase/pull/1982) +- feat: infer belongs to association field in view collection [`#1756`](https://github.com/nocobase/nocobase/pull/1756) +- fix: treeCollection config in detail block [`#1975`](https://github.com/nocobase/nocobase/pull/1975) +- fix(database): missing reference when rewrite parent field [`#1977`](https://github.com/nocobase/nocobase/pull/1977) +- fix(evaluators): fix number lead key in variable path [`#1976`](https://github.com/nocobase/nocobase/pull/1976) +- fix(association-field): form.get & set valuesIn field.path [`#1972`](https://github.com/nocobase/nocobase/pull/1972) +- fix: useCreateActionProps [`#1971`](https://github.com/nocobase/nocobase/pull/1971) +- fix(database): update association values with nested associations [`#1970`](https://github.com/nocobase/nocobase/pull/1970) +- fix: adding inherited blocks in relation fields under edited operate should only display themselves [`#1967`](https://github.com/nocobase/nocobase/pull/1967) +- fix(form-item): data scope and sorting rule config should only display in association field [`#1964`](https://github.com/nocobase/nocobase/pull/1964) +- fix: select with color tag value [`#1963`](https://github.com/nocobase/nocobase/pull/1963) +- fix: select toValue [`#1962`](https://github.com/nocobase/nocobase/pull/1962) +- fix: select null value [`#1961`](https://github.com/nocobase/nocobase/pull/1961) +- refactor(sub-form):sub-form style [`#1959`](https://github.com/nocobase/nocobase/pull/1959) +- fix(plugin-formula): fix read-pretty component when used in association field [`#1957`](https://github.com/nocobase/nocobase/pull/1957) +- perf(data-scope): async loading of variable data [`#1932`](https://github.com/nocobase/nocobase/pull/1932) +- fix: undefined mode [`#1950`](https://github.com/nocobase/nocobase/pull/1950) +- fix(grid-card, list): display title only work on current block [`#1942`](https://github.com/nocobase/nocobase/pull/1942) +- refactor(linkage-rule): linkage rules condition support toMany association fields [`#1924`](https://github.com/nocobase/nocobase/pull/1924) +- feat(plugin-manager): better plugin manager experience [`#1927`](https://github.com/nocobase/nocobase/pull/1927) +- chore(database): sort many to many associations by primary key by … [`#1948`](https://github.com/nocobase/nocobase/pull/1948) +- test(audit-logs): audit log changes [`#1928`](https://github.com/nocobase/nocobase/pull/1928) +- fix: eager load belongs to many with through table [`#1946`](https://github.com/nocobase/nocobase/pull/1946) + +### Commits + +- chore(versions): 😊 publish v0.10.0-alpha.2 [`0b06e2c`](https://github.com/nocobase/nocobase/commit/0b06e2cd6967ee355a76ce201a80338bee536c97) +- Revert "fix: the edit drawer's audit logs block can only get records by this … (#1917)" [`a1872fa`](https://github.com/nocobase/nocobase/commit/a1872fa75beae8ae02774a8e4550a192518e7aa7) +- fix(association-field): show add new button when no data [`261ca0d`](https://github.com/nocobase/nocobase/commit/261ca0dbbb5659841b31026dad33b799782a8511) + ## [v0.9.4-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.4-alpha.1...v0.9.4-alpha.2) - 2023-05-26 ### Merged