From 3cf7988c8d0bd1e8ff02b1e91f89f197f82c2b1c Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期五, 13 十一月 2020 01:02:01 +0800
Subject: [PATCH] chore: bump 2.0.0-rc.10

---
 CHANGELOG.en_US.md |  103 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 103 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md
index 81130df..f5c8162 100644
--- a/CHANGELOG.en_US.md
+++ b/CHANGELOG.en_US.md
@@ -1,3 +1,106 @@
+## 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
+
+- Menu trigger can select location
+- Add an example of rich text embedded form
+- Added `required` attribute to form component schema. Simplified configuration
+- The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
+- Routes with parameters can be cached
+
+### 鉁� Refactor
+
+- Refactored the logic of the menu generated by the background
+- Route Module structural transformation
+
+### 鈿� Performance Improvements
+
+- Menu performance continues to be optimized and smoother
+- Optimize lazy loading components and examples
+- layout style fine-tuning
+
+### 馃帿 Chores
+
+- Delete menu background image
+- Update the version of 驶ant-design-vue`to`beta15`
+- Update `vite` version to `rc.9`
+- Exception page adjustment
+- `BasicTitle` Color blocks are not displayed by default
+
+### 馃悰 Bug Fixes
+
+- Fix table type problem after upgrade
+- Fix the problem that the last submenu continues to be displayed when the menu is divided and there is no data in the left menu
+- Fix the issue of 驶useMessage` type
+- Fix the problem that the form item setting `disabled` does not take effect
+- Fix that 驶useECharts`can't adapt when`resize`, and an error is reported
+- Fix that `resize` is not deleted after 驶useWatermark` is cleared
+- Fix form verification problem
+- Fixed the problem that the multi-level header configuration does not take effect
+
+## 2.0.0-rc.8 (2020-11-2)
+
+### 鉁� Features
+
+- Global loading add text
+- Right-click menu supports multiple levels
+
+### 馃帿 Chores
+
+- Login cache changed from sessionStorage to LocalStorage
+
+### 鈿� Performance Improvements
+
+- Update 驶ant-design-vue`to`beta.12`
+- Layout interface layout style adjustment
+- Optimize lazy loading components
+- Optimize table rendering performance
+- Add animation to form folding search icon
+- routeModule can ignore the layout configuration. Convenient to configure the first-level menu
+
+### 馃悰 Bug Fixes
+
+- Fix table type error
+- Fix bug in mock paging tool
+- Fix the folding problem of the search form when the table is opened
+- Fix the problem of fixed column style when the table size is samll
+- Fixed the error report when closing multiple tabs
+- Fix message type error
+
 ## 2.0.0-rc.7 (2020-10-31)
 
 ### 鉁� Features

--
Gitblit v1.8.0