From 1d47d8a4473f9de7a3fafea42c4151ee94dc400a Mon Sep 17 00:00:00 2001 From: vben Date: Mon, 26 Oct 2020 00:36:59 +0800 Subject: [PATCH] chore: bump 2.0.0.rc5 --- CHANGELOG.en_US.md | 33 +++++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 2 +- package.json | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 58b3b430..281f0a01 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,36 @@ +## # 2.0.0-rc.5 (2020-10-26) + +### ✨ Features + +- Update component documentation +- Breadcrumbs support display icon +- Added tinymce rich text component +- Add submitOnReset to the form to control whether to re-initiate the request when reset +- Added `sortFn` to the table to support custom sorting +- Added animation components and examples +- Added lazy loading/delay loading components and examples + +### ✨ Refactor + +- The detailType of the Drawer component is changed to isDetail + +### 🎫 Chores + +- Remove the optional chain syntax in the code +- Form reset logic modification +- Turn off multi-tab page tabs animation +- Upgrade vite version to `v1.0.0.rc6` +- Delete Chinese path warning. rc6 has been fixed + +### 🐛 Bug Fixes + +- Fix the automatic height and display footer display problems of drawer components +- Reset to default value after repairing form query +- Fix the problem of displaying the collapsed menu when there are no child nodes +- Fix the problem of breadcrumb display style +- Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal +- Fixed multiple action columns in the table + # 2.0.0-rc.4 (2020-10-21) ### ✨ Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 966a8afd..d78b3fe4 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## # 2.0.0-rc.5 (2020-10-26) ### ✨ Features diff --git a/package.json b/package.json index 97bdb10f..9cdc4290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "scripts": { "bootstrap": "yarn install || npm install", "serve": "cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", -- GitLab