diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2b60d0d6..c713a1573f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,104 @@ 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.11.1-alpha.3](https://github.com/nocobase/nocobase/compare/v0.11.1-alpha.2...v0.11.1-alpha.3) - 2023-07-26 + +### Merged + +- fix(plugin-workflow): fix expression field in sub-form [`#2324`](https://github.com/nocobase/nocobase/pull/2324) +- chore: improve FormProvider [`#2322`](https://github.com/nocobase/nocobase/pull/2322) +- fix: collectionField undefined [`#2320`](https://github.com/nocobase/nocobase/pull/2320) +- fix: should use `filter` instead of `where` [`#2318`](https://github.com/nocobase/nocobase/pull/2318) +- fix(bi): issue of dnd [`#2315`](https://github.com/nocobase/nocobase/pull/2315) +- feat(filter-block): support foreign key and inheritance [`#2302`](https://github.com/nocobase/nocobase/pull/2302) +- chore: merge docker build [`#2317`](https://github.com/nocobase/nocobase/pull/2317) +- feat(locale): allows to manage locale resources in core package [`#2293`](https://github.com/nocobase/nocobase/pull/2293) +- fix(plugin-workflow): fix styles [`#2316`](https://github.com/nocobase/nocobase/pull/2316) +- Feat/translation fr_FR [`#2275`](https://github.com/nocobase/nocobase/pull/2275) +- feat: customize action support create record for any collection [`#2264`](https://github.com/nocobase/nocobase/pull/2264) +- refactor: form data template support data scope config [`#2229`](https://github.com/nocobase/nocobase/pull/2229) +- chore: auto fix eslint errors when pre-commit [`#2304`](https://github.com/nocobase/nocobase/pull/2304) +- refactor: sub-table acl ignore [`#2259`](https://github.com/nocobase/nocobase/pull/2259) +- refactor: date field UI supports configuration formatting [`#2241`](https://github.com/nocobase/nocobase/pull/2241) +- fix(plugin-workflow): fix schedule duplicated triggering in multi-apps [`#2313`](https://github.com/nocobase/nocobase/pull/2313) +- refactor: table column field provider optimize [`#2312`](https://github.com/nocobase/nocobase/pull/2312) +- fix: table column field undefined fix [`#2311`](https://github.com/nocobase/nocobase/pull/2311) +- fix: table column field failed to be actived [`#2309`](https://github.com/nocobase/nocobase/pull/2309) +- fix(default-value): fix tag in RemoteSelect [`#2306`](https://github.com/nocobase/nocobase/pull/2306) +- fix: modal not displayed when clicking on the association field in the table [`#2292`](https://github.com/nocobase/nocobase/pull/2292) +- fix(database): skip reference delete on view collection [`#2303`](https://github.com/nocobase/nocobase/pull/2303) + +### Commits + +- chore(versions): 😊 publish v0.11.1-alpha.3 [`81819f0`](https://github.com/nocobase/nocobase/commit/81819f04e3bdd108a1a70038352545748552c2f9) +- chore: fix Warning if eslint [`986e241`](https://github.com/nocobase/nocobase/commit/986e2414d4b8eba2bd0cf3cf1932a74ff507271e) +- chore: fix prettier [`30b0d9b`](https://github.com/nocobase/nocobase/commit/30b0d9b3f303a43eeb340482a567a50145437f27) + +## [v0.11.1-alpha.2](https://github.com/nocobase/nocobase/compare/v0.11.1-alpha.1...v0.11.1-alpha.2) - 2023-07-23 + +### Commits + +- chore(versions): 😊 publish v0.11.1-alpha.2 [`c84476d`](https://github.com/nocobase/nocobase/commit/c84476d805bae897fea7a23cec38813dbe28cae0) +- chore(theme-editor): fix deps [`d0528cf`](https://github.com/nocobase/nocobase/commit/d0528cf1f273fd7e3efbe6eb58a247a20dbaffb1) +- chore(theme-editor): fix deps [`25decf0`](https://github.com/nocobase/nocobase/commit/25decf0aa9f6d37b972ba460a999558ecc25a819) + +## [v0.11.1-alpha.1](https://github.com/nocobase/nocobase/compare/v0.11.0-alpha.1...v0.11.1-alpha.1) - 2023-07-22 + +### Merged + +- fix(plugin-workflow): workflow collections should not appear in blocks [`#2290`](https://github.com/nocobase/nocobase/pull/2290) +- chore: remove belongsToMany through table as collection dependency [`#2289`](https://github.com/nocobase/nocobase/pull/2289) +- feat(database): handle targetCollection option in repository find [`#2175`](https://github.com/nocobase/nocobase/pull/2175) +- feat: add built-in themes [`#2284`](https://github.com/nocobase/nocobase/pull/2284) +- docs: add doc for Theme Editor [`#2280`](https://github.com/nocobase/nocobase/pull/2280) +- fix: fix sorting of user menu [`#2288`](https://github.com/nocobase/nocobase/pull/2288) +- feat(theme-editor): support to config Header's color and Settings button's color [`#2263`](https://github.com/nocobase/nocobase/pull/2263) +- feat(plugin-workflow): add sql node [`#2276`](https://github.com/nocobase/nocobase/pull/2276) +- fix: the drop-down multiple selection fields are not displayed as title fields when inherited collection [`#2257`](https://github.com/nocobase/nocobase/pull/2257) +- fix(bi): orderBy bug under MySQL [`#2283`](https://github.com/nocobase/nocobase/pull/2283) +- test: make testing more stable [`#2277`](https://github.com/nocobase/nocobase/pull/2277) +- fix(bi): eliminate redundancy queries [`#2268`](https://github.com/nocobase/nocobase/pull/2268) +- fix(client): using component as action title [`#2274`](https://github.com/nocobase/nocobase/pull/2274) +- fix(middleware): revert now variable back [`#2267`](https://github.com/nocobase/nocobase/pull/2267) +- fix: linkage failed with current date variable [`#2272`](https://github.com/nocobase/nocobase/pull/2272) +- fix: fix style of page tab [`#2270`](https://github.com/nocobase/nocobase/pull/2270) +- fix: collection select no options [`#2271`](https://github.com/nocobase/nocobase/pull/2271) +- refactor: add locale plugin [`#2261`](https://github.com/nocobase/nocobase/pull/2261) +- feat(plugin-workflow): allow manual form button to be configured with preset values [`#2225`](https://github.com/nocobase/nocobase/pull/2225) +- feat(plugin-workflow): change to unlimited depth preloading associations in workflow [`#2142`](https://github.com/nocobase/nocobase/pull/2142) +- feat: localization management [`#2210`](https://github.com/nocobase/nocobase/pull/2210) +- refactor: linkage rules support datetime [`#2260`](https://github.com/nocobase/nocobase/pull/2260) +- fix: view inherited collection field reported error [`#2249`](https://github.com/nocobase/nocobase/pull/2249) +- fix: loading did not disappear after submission failure [`#2252`](https://github.com/nocobase/nocobase/pull/2252) +- feat: support custome themes [`#2228`](https://github.com/nocobase/nocobase/pull/2228) +- chore(plugin-workflow): fix breadcrumb warning [`#2256`](https://github.com/nocobase/nocobase/pull/2256) +- fix(plugin-workflow): fix request node error in loop [`#2254`](https://github.com/nocobase/nocobase/pull/2254) +- feat(database): view collection support for add new, update and delete actions [`#2119`](https://github.com/nocobase/nocobase/pull/2119) +- refactor(client): change isTitleField check to interface property titleUsable [`#2250`](https://github.com/nocobase/nocobase/pull/2250) +- fix: option field display value in workflow todo list [`#2246`](https://github.com/nocobase/nocobase/pull/2246) +- fix(plugin-workflow): fix dispatch bug [`#2247`](https://github.com/nocobase/nocobase/pull/2247) +- fix: avoid crashes when emptying DatePicker's value [`#2237`](https://github.com/nocobase/nocobase/pull/2237) +- fix: no template data requested during depulicating [`#2240`](https://github.com/nocobase/nocobase/pull/2240) +- fix(plugin-workflow): fix job button style [`#2243`](https://github.com/nocobase/nocobase/pull/2243) +- fix: avoid crashing when delete group menu [`#2239`](https://github.com/nocobase/nocobase/pull/2239) +- fix: should auto focus in drop-down menu [`#2234`](https://github.com/nocobase/nocobase/pull/2234) +- fix(plugin-fm): adjust upload file size to 1G which same as default on server side [`#2236`](https://github.com/nocobase/nocobase/pull/2236) +- fix: should only show one scroll bar in drop-down menu [`#2231`](https://github.com/nocobase/nocobase/pull/2231) +- fix: failed to correctly respond to optional fields in the child collection in the parent collection table [`#2207`](https://github.com/nocobase/nocobase/pull/2207) +- fix(core): fix batch update query logic [`#2230`](https://github.com/nocobase/nocobase/pull/2230) +- fix: should limit submenu height [`#2227`](https://github.com/nocobase/nocobase/pull/2227) +- fix(upload): fix style of attachement in Table [`#2213`](https://github.com/nocobase/nocobase/pull/2213) + +### Fixed + +- fix(plugin-fm): adjust upload file size to 1G which same as default on server side (#2236) [`#2215`](https://github.com/nocobase/nocobase/issues/2215) + +### Commits + +- chore(versions): 😊 publish v0.11.1-alpha.1 [`e979194`](https://github.com/nocobase/nocobase/commit/e979194cf29debcc10d2e6765c96083793186331) +- fix(theme-editor): remove db.sync [`fa2de8e`](https://github.com/nocobase/nocobase/commit/fa2de8e8060da00a85b381df0d7fbf9fca2793b3) +- fix(theme-editor): fix color of menu when it is selected [`8c90436`](https://github.com/nocobase/nocobase/commit/8c904363ad055d6aaacfe67d9f74a9467e7c90b5) + ## [v0.11.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.10.1-alpha.1...v0.11.0-alpha.1) - 2023-07-08 ### Merged