From f2619b032597a0b65db7717cab418a6282a12651 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 25 May 2023 22:49:53 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d11ec93..94270e93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,74 @@ 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.9.4-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.3-alpha.1...v0.9.4-alpha.1) - 2023-05-25 + +### Merged + +- chore: load view collection when source not found [`#1930`](https://github.com/nocobase/nocobase/pull/1930) +- feat(data-template): support to set data scope and title field [`#1918`](https://github.com/nocobase/nocobase/pull/1918) +- feat(data-template): support for unlimited levels of fields selection [`#1910`](https://github.com/nocobase/nocobase/pull/1910) +- chore: when using association field by picker mode,it's open size can be changed [`#1926`](https://github.com/nocobase/nocobase/pull/1926) +- fix(ConfigurationTabs): avoid error [`#1782`](https://github.com/nocobase/nocobase/pull/1782) +- fix: tableField query data in add child action [`#1876`](https://github.com/nocobase/nocobase/pull/1876) +- refactor: front-end testing with vitest [`#1900`](https://github.com/nocobase/nocobase/pull/1900) +- fix: disable popup button in add-modal [`#1808`](https://github.com/nocobase/nocobase/pull/1808) +- fix: append acl resource params [`#1923`](https://github.com/nocobase/nocobase/pull/1923) +- chore: update guard with array contains null [`#1922`](https://github.com/nocobase/nocobase/pull/1922) +- refactor: initialization when switching field components [`#1915`](https://github.com/nocobase/nocobase/pull/1915) +- fix(association-field): only when the new data is successfully created can the data be associated [`#1884`](https://github.com/nocobase/nocobase/pull/1884) +- fix: eager load with belongs to many with custom source key [`#1913`](https://github.com/nocobase/nocobase/pull/1913) +- fix: hiding the title of a subform will hide all embedded titles [`#1904`](https://github.com/nocobase/nocobase/pull/1904) +- fix: updateAssociationValues [`#1903`](https://github.com/nocobase/nocobase/pull/1903) +- fix(plugin-formula): use read-pretty component in result [`#1911`](https://github.com/nocobase/nocobase/pull/1911) +- fix: can't set default value when turn on the form field required [`#1887`](https://github.com/nocobase/nocobase/pull/1887) +- fix(Data-template): fix bug when deleting fields [`#1907`](https://github.com/nocobase/nocobase/pull/1907) +- feat(app): add clear cache button [`#1909`](https://github.com/nocobase/nocobase/pull/1909) +- fix: eager load belongs to many association [`#1906`](https://github.com/nocobase/nocobase/pull/1906) +- feat: support to-multi field variables [`#1680`](https://github.com/nocobase/nocobase/pull/1680) +- fix: append belongs to association with fields [`#1894`](https://github.com/nocobase/nocobase/pull/1894) +- fix: appends belongs to association [`#1893`](https://github.com/nocobase/nocobase/pull/1893) +- fix: preload relational data [`#1847`](https://github.com/nocobase/nocobase/pull/1847) +- feat: support reboot application manually [`#1889`](https://github.com/nocobase/nocobase/pull/1889) +- Refactor/append fields [`#1883`](https://github.com/nocobase/nocobase/pull/1883) +- chore: pg sql parser [`#1890`](https://github.com/nocobase/nocobase/pull/1890) +- fix(plugin-workflow): fix language [`#1886`](https://github.com/nocobase/nocobase/pull/1886) +- fix: field required when setting sorting rules [`#1885`](https://github.com/nocobase/nocobase/pull/1885) +- feat(plugin-workflow): add node description to drawer when edit node [`#1882`](https://github.com/nocobase/nocobase/pull/1882) +- fix(plugin-workflow): fix variable api caller in loop [`#1877`](https://github.com/nocobase/nocobase/pull/1877) +- chore(github-template): clean comments and format [`#1878`](https://github.com/nocobase/nocobase/pull/1878) +- feat(association-field): default one data for to-many association [`#1873`](https://github.com/nocobase/nocobase/pull/1873) +- fix(plugin-workflow): fix trigger title when workflow not loaded [`#1875`](https://github.com/nocobase/nocobase/pull/1875) +- feat(plugin-workflow): aggregate [`#1852`](https://github.com/nocobase/nocobase/pull/1852) +- Feat/translation es_ES [`#1801`](https://github.com/nocobase/nocobase/pull/1801) +- fix: data is not updated when appends are changed [`#1872`](https://github.com/nocobase/nocobase/pull/1872) +- fix:association select no options when clearing filter [`#1866`](https://github.com/nocobase/nocobase/pull/1866) +- fix(acl): issue with repeated createdById field [`#1871`](https://github.com/nocobase/nocobase/pull/1871) +- feat(client): allow search by title in collection select [`#1869`](https://github.com/nocobase/nocobase/pull/1869) +- chore: skip get standalone deployment sub application [`#1868`](https://github.com/nocobase/nocobase/pull/1868) +- fix(plugin-workflow): remove useless context option [`#1867`](https://github.com/nocobase/nocobase/pull/1867) +- fix: inherit fields filter Foreign Key fields [`#1864`](https://github.com/nocobase/nocobase/pull/1864) +- feat(plugin-workflow): loop [`#1787`](https://github.com/nocobase/nocobase/pull/1787) +- fix: insertAdjacent not find [`#1861`](https://github.com/nocobase/nocobase/pull/1861) +- refactor(add-new):association field add new support button edit [`#1854`](https://github.com/nocobase/nocobase/pull/1854) +- feat: support List and Grid Card block [`#1753`](https://github.com/nocobase/nocobase/pull/1753) +- fix: fix multi-select field not show 'Allow multiple' switch [`#1857`](https://github.com/nocobase/nocobase/pull/1857) +- fix: field for attachment interface type without appends [`#1856`](https://github.com/nocobase/nocobase/pull/1856) +- fix: action error when field deleted [`#1849`](https://github.com/nocobase/nocobase/pull/1849) +- feat: support running single sub app [`#1853`](https://github.com/nocobase/nocobase/pull/1853) +- fix: assign field with delete field [`#1850`](https://github.com/nocobase/nocobase/pull/1850) +- fix: title field in assign fields value [`#1848`](https://github.com/nocobase/nocobase/pull/1848) +- fix:association appends [`#1842`](https://github.com/nocobase/nocobase/pull/1842) +- feat(plugin-workflow): add delete button in workflow canvas page [`#1844`](https://github.com/nocobase/nocobase/pull/1844) +- fix(block-provider): getNesterAppends filter fix [`#1839`](https://github.com/nocobase/nocobase/pull/1839) +- feat: repository aggregate method [`#1829`](https://github.com/nocobase/nocobase/pull/1829) + +### Commits + +- feat(docs): update docs [`0b0a8d2`](https://github.com/nocobase/nocobase/commit/0b0a8d2be5f007c94c2050ddf28767100eba2ea8) +- chore(versions): 😊 publish v0.9.4-alpha.1 [`9c94840`](https://github.com/nocobase/nocobase/commit/9c94840c6b8cafa7dfc37bb660a7269c2480f995) +- chore: update changelog [`a6c7b41`](https://github.com/nocobase/nocobase/commit/a6c7b417dee9b45006b77459a29ebbdb8428dfc5) + ## [v0.9.3-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.4...v0.9.3-alpha.1) - 2023-05-11 ### Merged