From 3cf7988c8d0bd1e8ff02b1e91f89f197f82c2b1c Mon Sep 17 00:00:00 2001 From: vben Date: Fri, 13 Nov 2020 01:02:01 +0800 Subject: [PATCH] chore: bump 2.0.0-rc.10 --- CHANGELOG.en_US.md | 34 ++++++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 2 +- package.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 5224f236..f5c81628 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,37 @@ +## 2.0.0-rc.10 (2020-11-13) + +### ✨ Refactor + +- Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook +- ʻUseEvent` renamed ->ʻuseEventListener` +- Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component + +### ✨ Features + +- `componentsProps` support function type of form item +- Added tag display to the menu, supporting 4 types of colors and dot display +- New menu and top bar color selection color matching +- Add sample result page +- New file download example + +### ⚡ Wip + +- Upload components (not completed, testing...) + +### ⚡ Performance Improvements + +- Optimize settingDrawer code +- Optimize the switching speed of multiple tabs +- Add form customization and dynamic capabilities + +### 🐛 Bug Fixes + +- Fixed multiple rich text editors showing only one +- Fixed the problem of not redirecting to the original page after logging in again after expiration +- Fix window system dynamic introduction error +- Fix page type error +- Fixed an error when the form switch and checkBox were used separately + ## 2.0.0-rc.9 (2020-11-9) ### ✨ Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index e857fc25..111f494c 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## 2.0.0-rc.10 (2020-11-13) ### ✨ Refactor diff --git a/package.json b/package.json index 3f006dd1..e6daecc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-rc.9", + "version": "2.0.0-rc.10", "scripts": { "bootstrap": "yarn install", "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite", -- GitLab