From f4df696bfa9fe4fb49509273058afe094b90ccee Mon Sep 17 00:00:00 2001 From: chenos Date: Fri, 24 Nov 2023 23:15:21 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecabd7b8e..d8637755e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ 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.16.0-alpha.4](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.3...v0.16.0-alpha.4) - 2023-11-24 + +### Merged + +- refactor: avoid errors [`#3091`](https://github.com/nocobase/nocobase/pull/3091) +- fix: avoid infinite loop [`#3089`](https://github.com/nocobase/nocobase/pull/3089) +- refactor: import interface getOptions [`#3088`](https://github.com/nocobase/nocobase/pull/3088) +- fix: sql collection creation issue [`#3087`](https://github.com/nocobase/nocobase/pull/3087) +- refactor(plugin-workflow): show header of manual drawer [`#3085`](https://github.com/nocobase/nocobase/pull/3085) +- fix: should load association data in subform [`#3083`](https://github.com/nocobase/nocobase/pull/3083) +- fix: view collection json field rendering error [`#3077`](https://github.com/nocobase/nocobase/pull/3077) +- fix: m2o association field should support pattern configure [`#3074`](https://github.com/nocobase/nocobase/pull/3074) +- fix: subform disappears [`#3073`](https://github.com/nocobase/nocobase/pull/3073) +- fix(plugin-mobile-client): page content disappears when tab is disabled [`#3059`](https://github.com/nocobase/nocobase/pull/3059) +- fix(client): fix variable input style when disabled [`#3071`](https://github.com/nocobase/nocobase/pull/3071) +- fix: update inherited collection performance issue [`#3070`](https://github.com/nocobase/nocobase/pull/3070) +- fix(linkage): avoid infinite loop [`#3069`](https://github.com/nocobase/nocobase/pull/3069) +- fix: add i18n resources after server app load [`#3068`](https://github.com/nocobase/nocobase/pull/3068) +- fix: linkage rule in action set both disable and enable [`#3065`](https://github.com/nocobase/nocobase/pull/3065) + +### Commits + +- chore(versions): 😊 publish v0.16.0-alpha.4 [`ffb300d`](https://github.com/nocobase/nocobase/commit/ffb300d357b2a8d1e63fcab1ba44cbf9a205999f) +- chore: update changelog [`3a0a0d1`](https://github.com/nocobase/nocobase/commit/3a0a0d13e9d079b9755a93151dd019978382562e) +- fix: dev plugins path [`992f2d4`](https://github.com/nocobase/nocobase/commit/992f2d442de0f04d0c87bb2b07fb46d704df10a7) + ## [v0.16.0-alpha.3](https://github.com/nocobase/nocobase/compare/v0.16.0-alpha.1...v0.16.0-alpha.3) - 2023-11-20 ### Merged