From 9dae34a613b5da2e138873d398f9727ae28ff705 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 13 Nov 2023 11:02:51 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705ea8257..bed61ef3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,67 @@ 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.15.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.14.0-alpha.8...v0.15.0-alpha.1) - 2023-11-13 + +### Merged + +- refactor: plugin settings manager [`#2712`](https://github.com/nocobase/nocobase/pull/2712) +- fix: fix regular of variable [`#3024`](https://github.com/nocobase/nocobase/pull/3024) +- fix: should load association data in subform [`#3020`](https://github.com/nocobase/nocobase/pull/3020) +- fix: association field in reference block failed to append [`#2998`](https://github.com/nocobase/nocobase/pull/2998) +- fix: relational data should be loaded correctly on first render [`#3016`](https://github.com/nocobase/nocobase/pull/3016) +- feat: plugin-mock-collections [`#2988`](https://github.com/nocobase/nocobase/pull/2988) +- Update pull_request_template.md [`#3013`](https://github.com/nocobase/nocobase/pull/3013) +- fix: should lazy load association data in subform [`#3012`](https://github.com/nocobase/nocobase/pull/3012) +- fix(import): remove commas from numbers [`#3011`](https://github.com/nocobase/nocobase/pull/3011) +- fix(static-server): directoryListing: false [`#3010`](https://github.com/nocobase/nocobase/pull/3010) +- fix(theme): text color of page header right side [`#3008`](https://github.com/nocobase/nocobase/pull/3008) +- fix: menu failed to design while menu title is empty string [`#2999`](https://github.com/nocobase/nocobase/pull/2999) +- fix(plugin-workflow): add missed component [`#3007`](https://github.com/nocobase/nocobase/pull/3007) +- fix: detail block has no data [`#3003`](https://github.com/nocobase/nocobase/pull/3003) +- refactor(plugin-workflow): allow to use function for values when creating node [`#3002`](https://github.com/nocobase/nocobase/pull/3002) +- fix(plugin-workflow): fix configuration drawer close logic [`#3001`](https://github.com/nocobase/nocobase/pull/3001) +- chore: add aria label for workflow table [`#2995`](https://github.com/nocobase/nocobase/pull/2995) +- fix: select item can not be selected in connecting data blocks [`#2993`](https://github.com/nocobase/nocobase/pull/2993) +- chore: optimize error message [`#2992`](https://github.com/nocobase/nocobase/pull/2992) +- refactor(plugin-workflow): change to function [`#2991`](https://github.com/nocobase/nocobase/pull/2991) +- fix(plugin-workflow): fix loop scope variable [`#2989`](https://github.com/nocobase/nocobase/pull/2989) +- chore: optimize error message [`#2985`](https://github.com/nocobase/nocobase/pull/2985) +- fix(formula-field): formula field failed to real-time evaluating and support sub-form [`#2983`](https://github.com/nocobase/nocobase/pull/2983) +- fix: association select should not clearing after config data scope [`#2984`](https://github.com/nocobase/nocobase/pull/2984) +- fix(plugin-workflow): fix node form values when closed [`#2978`](https://github.com/nocobase/nocobase/pull/2978) +- fix: button of details is not refresh when updating record [`#2977`](https://github.com/nocobase/nocobase/pull/2977) +- fix: docs ci [`#2976`](https://github.com/nocobase/nocobase/pull/2976) +- fix: avoid infinite loop [`#2974`](https://github.com/nocobase/nocobase/pull/2974) +- feat: drop table with cascade option [`#2973`](https://github.com/nocobase/nocobase/pull/2973) +- fix: client docs [`#2965`](https://github.com/nocobase/nocobase/pull/2965) +- fix(variable): compat $date [`#2971`](https://github.com/nocobase/nocobase/pull/2971) +- fix: add child action should omit children data [`#2969`](https://github.com/nocobase/nocobase/pull/2969) +- chore: destory collection in share collection plugin [`#2968`](https://github.com/nocobase/nocobase/pull/2968) +- fix: application bug [`#2958`](https://github.com/nocobase/nocobase/pull/2958) +- perf: avoid page lag or stuttering [`#2964`](https://github.com/nocobase/nocobase/pull/2964) +- fix: percent field component should support decimal point [`#2966`](https://github.com/nocobase/nocobase/pull/2966) +- refactor: remove useless code [`#2961`](https://github.com/nocobase/nocobase/pull/2961) +- test: client ui test [`#2736`](https://github.com/nocobase/nocobase/pull/2736) +- fix: import action should not visible when view collection not editable [`#2957`](https://github.com/nocobase/nocobase/pull/2957) +- refactor(plugin-workflow): add exports for client [`#2960`](https://github.com/nocobase/nocobase/pull/2960) +- fix(plugin-workflow): fix canvas style [`#2959`](https://github.com/nocobase/nocobase/pull/2959) +- fix(plugin-workflow): fix variables and form changed [`#2955`](https://github.com/nocobase/nocobase/pull/2955) +- test(custom-request): update test case, avoid failed [`#2954`](https://github.com/nocobase/nocobase/pull/2954) +- fix: create collection report error [`#2953`](https://github.com/nocobase/nocobase/pull/2953) +- fix: target collection pointed to by tableoid is incorrect [`#2952`](https://github.com/nocobase/nocobase/pull/2952) +- feat(plugin-workflow): add zoomer for workflow canvas [`#2951`](https://github.com/nocobase/nocobase/pull/2951) +- feat(map-plugin): supports connecting each point into a line [`#2216`](https://github.com/nocobase/nocobase/pull/2216) +- fix(calendar): render data of next month is incorrect [`#2942`](https://github.com/nocobase/nocobase/pull/2942) +- fix(custom-request): parsed not working when the value of the variable is of type o2m. [`#2926`](https://github.com/nocobase/nocobase/pull/2926) +- fix: improve local storage options [`#2943`](https://github.com/nocobase/nocobase/pull/2943) + +### Commits + +- chore(versions): 😊 publish v0.15.0-alpha.1 [`29457cb`](https://github.com/nocobase/nocobase/commit/29457cb2bc4e795ec21fa25566fda37b7e36cd9a) +- chore: update changelog [`3b2ad2f`](https://github.com/nocobase/nocobase/commit/3b2ad2fa9fd2d07c029a008076012498e1a4d6db) +- fix: env APPEND_PRESET_LOCAL_PLUGINS [`5c93750`](https://github.com/nocobase/nocobase/commit/5c937500b7ca62ec4c096c5a697f703d9d419097) + ## [v0.14.0-alpha.8](https://github.com/nocobase/nocobase/compare/v0.14.0-alpha.7...v0.14.0-alpha.8) - 2023-11-01 ### Merged