From a6c7b417dee9b45006b77459a29ebbdb8428dfc5 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 11 May 2023 12:52:35 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++ docs/en-US/welcome/release/index.md | 37 +++++++++++++++++++++++++++++ docs/zh-CN/welcome/release/index.md | 37 +++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0961452d..f5d11ec93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,43 @@ 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.3-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.4...v0.9.3-alpha.1) - 2023-05-11 + +### Merged + +- refactor: association field [`#1838`](https://github.com/nocobase/nocobase/pull/1838) +- fix: tree with fields option [`#1833`](https://github.com/nocobase/nocobase/pull/1833) +- fix(client): fix ime status in variable textarea [`#1832`](https://github.com/nocobase/nocobase/pull/1832) +- chore: should not return children property when child nodes are empty [`#1825`](https://github.com/nocobase/nocobase/pull/1825) +- fix: tree with sort field [`#1822`](https://github.com/nocobase/nocobase/pull/1822) +- fix(plugin-workflow): select menu width [`#1820`](https://github.com/nocobase/nocobase/pull/1820) +- fix: filter with appends [`#1819`](https://github.com/nocobase/nocobase/pull/1819) +- Fix/filter by array field [`#1813`](https://github.com/nocobase/nocobase/pull/1813) +- Fix/empty tree query [`#1814`](https://github.com/nocobase/nocobase/pull/1814) +- fix: association scope inherit [`#1806`](https://github.com/nocobase/nocobase/pull/1806) +- fix: update tree node [`#1812`](https://github.com/nocobase/nocobase/pull/1812) +- fix: list trees [`#1810`](https://github.com/nocobase/nocobase/pull/1810) +- test: filter nested association [`#1802`](https://github.com/nocobase/nocobase/pull/1802) +- fix: table configuration delete button problem [`#1764`](https://github.com/nocobase/nocobase/pull/1764) +- fix: fix Menu dismiss on Drag&Drop [`#1772`](https://github.com/nocobase/nocobase/pull/1772) +- fix(linkage-rule): condition variable field is allow select To many association fields [`#1798`](https://github.com/nocobase/nocobase/pull/1798) +- chore: duration calculation [`#1770`](https://github.com/nocobase/nocobase/pull/1770) +- fix: tree performance [`#1779`](https://github.com/nocobase/nocobase/pull/1779) +- fix: close the drawer incorrectly after submit [`#1775`](https://github.com/nocobase/nocobase/pull/1775) +- Fix/recreate association field [`#1789`](https://github.com/nocobase/nocobase/pull/1789) +- fix: drop repeated "Connect data blocks" [`#1763`](https://github.com/nocobase/nocobase/pull/1763) +- fix: failed to open child collections add new modal [`#1780`](https://github.com/nocobase/nocobase/pull/1780) +- fix(utils): fix json-templates bug and moved to utils [`#1784`](https://github.com/nocobase/nocobase/pull/1784) +- fix(evaluators): fix date result in variable [`#1781`](https://github.com/nocobase/nocobase/pull/1781) +- fix: fix button design about edit action [`#1755`](https://github.com/nocobase/nocobase/pull/1755) +- chore: enable overring field default value [`#1777`](https://github.com/nocobase/nocobase/pull/1777) + +### Commits + +- chore(versions): 😊 publish v0.9.3-alpha.1 [`cf0a921`](https://github.com/nocobase/nocobase/commit/cf0a921f85e4eb783ce7d61a7d5f5f354078a7c1) +- chore: update changelog [`daf2034`](https://github.com/nocobase/nocobase/commit/daf2034f8d6aa5857fc0802586668a35f0140b4a) +- chore: fix lint errors [`23ad507`](https://github.com/nocobase/nocobase/commit/23ad507261399b0be72b02e5399bf42ff9df48cb) + ## [v0.9.2-alpha.4](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.3...v0.9.2-alpha.4) - 2023-04-26 ### Merged diff --git a/docs/en-US/welcome/release/index.md b/docs/en-US/welcome/release/index.md index f0961452d..f5d11ec93 100644 --- a/docs/en-US/welcome/release/index.md +++ b/docs/en-US/welcome/release/index.md @@ -7,6 +7,43 @@ 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.3-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.4...v0.9.3-alpha.1) - 2023-05-11 + +### Merged + +- refactor: association field [`#1838`](https://github.com/nocobase/nocobase/pull/1838) +- fix: tree with fields option [`#1833`](https://github.com/nocobase/nocobase/pull/1833) +- fix(client): fix ime status in variable textarea [`#1832`](https://github.com/nocobase/nocobase/pull/1832) +- chore: should not return children property when child nodes are empty [`#1825`](https://github.com/nocobase/nocobase/pull/1825) +- fix: tree with sort field [`#1822`](https://github.com/nocobase/nocobase/pull/1822) +- fix(plugin-workflow): select menu width [`#1820`](https://github.com/nocobase/nocobase/pull/1820) +- fix: filter with appends [`#1819`](https://github.com/nocobase/nocobase/pull/1819) +- Fix/filter by array field [`#1813`](https://github.com/nocobase/nocobase/pull/1813) +- Fix/empty tree query [`#1814`](https://github.com/nocobase/nocobase/pull/1814) +- fix: association scope inherit [`#1806`](https://github.com/nocobase/nocobase/pull/1806) +- fix: update tree node [`#1812`](https://github.com/nocobase/nocobase/pull/1812) +- fix: list trees [`#1810`](https://github.com/nocobase/nocobase/pull/1810) +- test: filter nested association [`#1802`](https://github.com/nocobase/nocobase/pull/1802) +- fix: table configuration delete button problem [`#1764`](https://github.com/nocobase/nocobase/pull/1764) +- fix: fix Menu dismiss on Drag&Drop [`#1772`](https://github.com/nocobase/nocobase/pull/1772) +- fix(linkage-rule): condition variable field is allow select To many association fields [`#1798`](https://github.com/nocobase/nocobase/pull/1798) +- chore: duration calculation [`#1770`](https://github.com/nocobase/nocobase/pull/1770) +- fix: tree performance [`#1779`](https://github.com/nocobase/nocobase/pull/1779) +- fix: close the drawer incorrectly after submit [`#1775`](https://github.com/nocobase/nocobase/pull/1775) +- Fix/recreate association field [`#1789`](https://github.com/nocobase/nocobase/pull/1789) +- fix: drop repeated "Connect data blocks" [`#1763`](https://github.com/nocobase/nocobase/pull/1763) +- fix: failed to open child collections add new modal [`#1780`](https://github.com/nocobase/nocobase/pull/1780) +- fix(utils): fix json-templates bug and moved to utils [`#1784`](https://github.com/nocobase/nocobase/pull/1784) +- fix(evaluators): fix date result in variable [`#1781`](https://github.com/nocobase/nocobase/pull/1781) +- fix: fix button design about edit action [`#1755`](https://github.com/nocobase/nocobase/pull/1755) +- chore: enable overring field default value [`#1777`](https://github.com/nocobase/nocobase/pull/1777) + +### Commits + +- chore(versions): 😊 publish v0.9.3-alpha.1 [`cf0a921`](https://github.com/nocobase/nocobase/commit/cf0a921f85e4eb783ce7d61a7d5f5f354078a7c1) +- chore: update changelog [`daf2034`](https://github.com/nocobase/nocobase/commit/daf2034f8d6aa5857fc0802586668a35f0140b4a) +- chore: fix lint errors [`23ad507`](https://github.com/nocobase/nocobase/commit/23ad507261399b0be72b02e5399bf42ff9df48cb) + ## [v0.9.2-alpha.4](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.3...v0.9.2-alpha.4) - 2023-04-26 ### Merged diff --git a/docs/zh-CN/welcome/release/index.md b/docs/zh-CN/welcome/release/index.md index f0961452d..f5d11ec93 100644 --- a/docs/zh-CN/welcome/release/index.md +++ b/docs/zh-CN/welcome/release/index.md @@ -7,6 +7,43 @@ 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.3-alpha.1](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.4...v0.9.3-alpha.1) - 2023-05-11 + +### Merged + +- refactor: association field [`#1838`](https://github.com/nocobase/nocobase/pull/1838) +- fix: tree with fields option [`#1833`](https://github.com/nocobase/nocobase/pull/1833) +- fix(client): fix ime status in variable textarea [`#1832`](https://github.com/nocobase/nocobase/pull/1832) +- chore: should not return children property when child nodes are empty [`#1825`](https://github.com/nocobase/nocobase/pull/1825) +- fix: tree with sort field [`#1822`](https://github.com/nocobase/nocobase/pull/1822) +- fix(plugin-workflow): select menu width [`#1820`](https://github.com/nocobase/nocobase/pull/1820) +- fix: filter with appends [`#1819`](https://github.com/nocobase/nocobase/pull/1819) +- Fix/filter by array field [`#1813`](https://github.com/nocobase/nocobase/pull/1813) +- Fix/empty tree query [`#1814`](https://github.com/nocobase/nocobase/pull/1814) +- fix: association scope inherit [`#1806`](https://github.com/nocobase/nocobase/pull/1806) +- fix: update tree node [`#1812`](https://github.com/nocobase/nocobase/pull/1812) +- fix: list trees [`#1810`](https://github.com/nocobase/nocobase/pull/1810) +- test: filter nested association [`#1802`](https://github.com/nocobase/nocobase/pull/1802) +- fix: table configuration delete button problem [`#1764`](https://github.com/nocobase/nocobase/pull/1764) +- fix: fix Menu dismiss on Drag&Drop [`#1772`](https://github.com/nocobase/nocobase/pull/1772) +- fix(linkage-rule): condition variable field is allow select To many association fields [`#1798`](https://github.com/nocobase/nocobase/pull/1798) +- chore: duration calculation [`#1770`](https://github.com/nocobase/nocobase/pull/1770) +- fix: tree performance [`#1779`](https://github.com/nocobase/nocobase/pull/1779) +- fix: close the drawer incorrectly after submit [`#1775`](https://github.com/nocobase/nocobase/pull/1775) +- Fix/recreate association field [`#1789`](https://github.com/nocobase/nocobase/pull/1789) +- fix: drop repeated "Connect data blocks" [`#1763`](https://github.com/nocobase/nocobase/pull/1763) +- fix: failed to open child collections add new modal [`#1780`](https://github.com/nocobase/nocobase/pull/1780) +- fix(utils): fix json-templates bug and moved to utils [`#1784`](https://github.com/nocobase/nocobase/pull/1784) +- fix(evaluators): fix date result in variable [`#1781`](https://github.com/nocobase/nocobase/pull/1781) +- fix: fix button design about edit action [`#1755`](https://github.com/nocobase/nocobase/pull/1755) +- chore: enable overring field default value [`#1777`](https://github.com/nocobase/nocobase/pull/1777) + +### Commits + +- chore(versions): 😊 publish v0.9.3-alpha.1 [`cf0a921`](https://github.com/nocobase/nocobase/commit/cf0a921f85e4eb783ce7d61a7d5f5f354078a7c1) +- chore: update changelog [`daf2034`](https://github.com/nocobase/nocobase/commit/daf2034f8d6aa5857fc0802586668a35f0140b4a) +- chore: fix lint errors [`23ad507`](https://github.com/nocobase/nocobase/commit/23ad507261399b0be72b02e5399bf42ff9df48cb) + ## [v0.9.2-alpha.4](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.3...v0.9.2-alpha.4) - 2023-04-26 ### Merged