diff --git a/CHANGELOG.md b/CHANGELOG.md index f994e815a..11e18965d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,41 @@ 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.2-alpha.3](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.2...v0.9.2-alpha.3) - 2023-04-25 + +### Merged + +- fix: eslint [`#1759`](https://github.com/nocobase/nocobase/pull/1759) +- feat: deleted collection field give some tips [`#1744`](https://github.com/nocobase/nocobase/pull/1744) +- chore: optimize the white screen problem [`#1639`](https://github.com/nocobase/nocobase/pull/1639) +- fix: plugin-manage and designable-switch add tooltip [`#1749`](https://github.com/nocobase/nocobase/pull/1749) +- chore: update dockerfile [`#1754`](https://github.com/nocobase/nocobase/pull/1754) +- chore(comment): collectionOptions.duplicator [`#1752`](https://github.com/nocobase/nocobase/pull/1752) +- fix: custom column title, same as form field title [`#1745`](https://github.com/nocobase/nocobase/pull/1745) +- feat: support to use variables to set default value [`#1726`](https://github.com/nocobase/nocobase/pull/1726) +- fix(plugin-workflow): request headers and params should support input [`#1750`](https://github.com/nocobase/nocobase/pull/1750) +- fix(client): fix initializer meno props based on antd@^4.24 [`#1746`](https://github.com/nocobase/nocobase/pull/1746) +- fix: improve the display of the title field [`#1741`](https://github.com/nocobase/nocobase/pull/1741) +- fix: batch edit deletes relational table fields [`#1743`](https://github.com/nocobase/nocobase/pull/1743) +- style: automatically omit table cell content based on width [`#1646`](https://github.com/nocobase/nocobase/pull/1646) +- feat(collection-manager): support for setting the title field [`#1729`](https://github.com/nocobase/nocobase/pull/1729) +- fix: acl scope support variables [`#1660`](https://github.com/nocobase/nocobase/pull/1660) +- fix: filter-condition-update-incorrectly(switch "and"、"or") [`#1737`](https://github.com/nocobase/nocobase/pull/1737) +- fix(plugin-workflow): fix foreignkey in variable [`#1740`](https://github.com/nocobase/nocobase/pull/1740) +- fix(plugin-formula): remove showUnchecked option [`#1730`](https://github.com/nocobase/nocobase/pull/1730) +- fix(plugin-workflow): fix manual migration script [`#1735`](https://github.com/nocobase/nocobase/pull/1735) +- fix: correcting misspelled word [`#1731`](https://github.com/nocobase/nocobase/pull/1731) +- fix(FilterFormBlock): fix association field can not to filter [`#1699`](https://github.com/nocobase/nocobase/pull/1699) +- feat: add react-hooks lint [`#1728`](https://github.com/nocobase/nocobase/pull/1728) +- fix: missing spacing after dragging [`#1671`](https://github.com/nocobase/nocobase/pull/1671) +- fix: load view collection [`#1727`](https://github.com/nocobase/nocobase/pull/1727) + +### Commits + +- chore(versions): 😊 publish v0.9.2-alpha.3 [`9756dd1`](https://github.com/nocobase/nocobase/commit/9756dd134b741dfcea4546f36182f64c56b87a52) +- fix(collection-manager): fix table layout [`683db5b`](https://github.com/nocobase/nocobase/commit/683db5b3ba3cfe83e5f5574075ebc1b657d42de1) +- refactor: fix lint error [`7b9bfa1`](https://github.com/nocobase/nocobase/commit/7b9bfa116ff625a06d7c575f51fefd7dfb6cf711) + ## [v0.9.2-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.1...v0.9.2-alpha.2) - 2023-04-19 ### Merged diff --git a/docs/en-US/welcome/release/index.md b/docs/en-US/welcome/release/index.md index f994e815a..11e18965d 100644 --- a/docs/en-US/welcome/release/index.md +++ b/docs/en-US/welcome/release/index.md @@ -7,6 +7,41 @@ 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.2-alpha.3](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.2...v0.9.2-alpha.3) - 2023-04-25 + +### Merged + +- fix: eslint [`#1759`](https://github.com/nocobase/nocobase/pull/1759) +- feat: deleted collection field give some tips [`#1744`](https://github.com/nocobase/nocobase/pull/1744) +- chore: optimize the white screen problem [`#1639`](https://github.com/nocobase/nocobase/pull/1639) +- fix: plugin-manage and designable-switch add tooltip [`#1749`](https://github.com/nocobase/nocobase/pull/1749) +- chore: update dockerfile [`#1754`](https://github.com/nocobase/nocobase/pull/1754) +- chore(comment): collectionOptions.duplicator [`#1752`](https://github.com/nocobase/nocobase/pull/1752) +- fix: custom column title, same as form field title [`#1745`](https://github.com/nocobase/nocobase/pull/1745) +- feat: support to use variables to set default value [`#1726`](https://github.com/nocobase/nocobase/pull/1726) +- fix(plugin-workflow): request headers and params should support input [`#1750`](https://github.com/nocobase/nocobase/pull/1750) +- fix(client): fix initializer meno props based on antd@^4.24 [`#1746`](https://github.com/nocobase/nocobase/pull/1746) +- fix: improve the display of the title field [`#1741`](https://github.com/nocobase/nocobase/pull/1741) +- fix: batch edit deletes relational table fields [`#1743`](https://github.com/nocobase/nocobase/pull/1743) +- style: automatically omit table cell content based on width [`#1646`](https://github.com/nocobase/nocobase/pull/1646) +- feat(collection-manager): support for setting the title field [`#1729`](https://github.com/nocobase/nocobase/pull/1729) +- fix: acl scope support variables [`#1660`](https://github.com/nocobase/nocobase/pull/1660) +- fix: filter-condition-update-incorrectly(switch "and"、"or") [`#1737`](https://github.com/nocobase/nocobase/pull/1737) +- fix(plugin-workflow): fix foreignkey in variable [`#1740`](https://github.com/nocobase/nocobase/pull/1740) +- fix(plugin-formula): remove showUnchecked option [`#1730`](https://github.com/nocobase/nocobase/pull/1730) +- fix(plugin-workflow): fix manual migration script [`#1735`](https://github.com/nocobase/nocobase/pull/1735) +- fix: correcting misspelled word [`#1731`](https://github.com/nocobase/nocobase/pull/1731) +- fix(FilterFormBlock): fix association field can not to filter [`#1699`](https://github.com/nocobase/nocobase/pull/1699) +- feat: add react-hooks lint [`#1728`](https://github.com/nocobase/nocobase/pull/1728) +- fix: missing spacing after dragging [`#1671`](https://github.com/nocobase/nocobase/pull/1671) +- fix: load view collection [`#1727`](https://github.com/nocobase/nocobase/pull/1727) + +### Commits + +- chore(versions): 😊 publish v0.9.2-alpha.3 [`9756dd1`](https://github.com/nocobase/nocobase/commit/9756dd134b741dfcea4546f36182f64c56b87a52) +- fix(collection-manager): fix table layout [`683db5b`](https://github.com/nocobase/nocobase/commit/683db5b3ba3cfe83e5f5574075ebc1b657d42de1) +- refactor: fix lint error [`7b9bfa1`](https://github.com/nocobase/nocobase/commit/7b9bfa116ff625a06d7c575f51fefd7dfb6cf711) + ## [v0.9.2-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.1...v0.9.2-alpha.2) - 2023-04-19 ### Merged diff --git a/docs/zh-CN/welcome/release/index.md b/docs/zh-CN/welcome/release/index.md index f994e815a..11e18965d 100644 --- a/docs/zh-CN/welcome/release/index.md +++ b/docs/zh-CN/welcome/release/index.md @@ -7,6 +7,41 @@ 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.2-alpha.3](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.2...v0.9.2-alpha.3) - 2023-04-25 + +### Merged + +- fix: eslint [`#1759`](https://github.com/nocobase/nocobase/pull/1759) +- feat: deleted collection field give some tips [`#1744`](https://github.com/nocobase/nocobase/pull/1744) +- chore: optimize the white screen problem [`#1639`](https://github.com/nocobase/nocobase/pull/1639) +- fix: plugin-manage and designable-switch add tooltip [`#1749`](https://github.com/nocobase/nocobase/pull/1749) +- chore: update dockerfile [`#1754`](https://github.com/nocobase/nocobase/pull/1754) +- chore(comment): collectionOptions.duplicator [`#1752`](https://github.com/nocobase/nocobase/pull/1752) +- fix: custom column title, same as form field title [`#1745`](https://github.com/nocobase/nocobase/pull/1745) +- feat: support to use variables to set default value [`#1726`](https://github.com/nocobase/nocobase/pull/1726) +- fix(plugin-workflow): request headers and params should support input [`#1750`](https://github.com/nocobase/nocobase/pull/1750) +- fix(client): fix initializer meno props based on antd@^4.24 [`#1746`](https://github.com/nocobase/nocobase/pull/1746) +- fix: improve the display of the title field [`#1741`](https://github.com/nocobase/nocobase/pull/1741) +- fix: batch edit deletes relational table fields [`#1743`](https://github.com/nocobase/nocobase/pull/1743) +- style: automatically omit table cell content based on width [`#1646`](https://github.com/nocobase/nocobase/pull/1646) +- feat(collection-manager): support for setting the title field [`#1729`](https://github.com/nocobase/nocobase/pull/1729) +- fix: acl scope support variables [`#1660`](https://github.com/nocobase/nocobase/pull/1660) +- fix: filter-condition-update-incorrectly(switch "and"、"or") [`#1737`](https://github.com/nocobase/nocobase/pull/1737) +- fix(plugin-workflow): fix foreignkey in variable [`#1740`](https://github.com/nocobase/nocobase/pull/1740) +- fix(plugin-formula): remove showUnchecked option [`#1730`](https://github.com/nocobase/nocobase/pull/1730) +- fix(plugin-workflow): fix manual migration script [`#1735`](https://github.com/nocobase/nocobase/pull/1735) +- fix: correcting misspelled word [`#1731`](https://github.com/nocobase/nocobase/pull/1731) +- fix(FilterFormBlock): fix association field can not to filter [`#1699`](https://github.com/nocobase/nocobase/pull/1699) +- feat: add react-hooks lint [`#1728`](https://github.com/nocobase/nocobase/pull/1728) +- fix: missing spacing after dragging [`#1671`](https://github.com/nocobase/nocobase/pull/1671) +- fix: load view collection [`#1727`](https://github.com/nocobase/nocobase/pull/1727) + +### Commits + +- chore(versions): 😊 publish v0.9.2-alpha.3 [`9756dd1`](https://github.com/nocobase/nocobase/commit/9756dd134b741dfcea4546f36182f64c56b87a52) +- fix(collection-manager): fix table layout [`683db5b`](https://github.com/nocobase/nocobase/commit/683db5b3ba3cfe83e5f5574075ebc1b657d42de1) +- refactor: fix lint error [`7b9bfa1`](https://github.com/nocobase/nocobase/commit/7b9bfa116ff625a06d7c575f51fefd7dfb6cf711) + ## [v0.9.2-alpha.2](https://github.com/nocobase/nocobase/compare/v0.9.2-alpha.1...v0.9.2-alpha.2) - 2023-04-19 ### Merged