Commit 3cf7988c8d0bd1e8ff02b1e91f89f197f82c2b1c

Authored by vben
1 parent db3092db

chore: bump 2.0.0-rc.10

CHANGELOG.en_US.md
  1 +## 2.0.0-rc.10 (2020-11-13)
  2 +
  3 +### ✨ Refactor
  4 +
  5 +- Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook
  6 +- ʻUseEvent` renamed ->ʻuseEventListener`
  7 +- Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component
  8 +
  9 +### ✨ Features
  10 +
  11 +- `componentsProps` support function type of form item
  12 +- Added tag display to the menu, supporting 4 types of colors and dot display
  13 +- New menu and top bar color selection color matching
  14 +- Add sample result page
  15 +- New file download example
  16 +
  17 +### ⚡ Wip
  18 +
  19 +- Upload components (not completed, testing...)
  20 +
  21 +### ⚡ Performance Improvements
  22 +
  23 +- Optimize settingDrawer code
  24 +- Optimize the switching speed of multiple tabs
  25 +- Add form customization and dynamic capabilities
  26 +
  27 +### 🐛 Bug Fixes
  28 +
  29 +- Fixed multiple rich text editors showing only one
  30 +- Fixed the problem of not redirecting to the original page after logging in again after expiration
  31 +- Fix window system dynamic introduction error
  32 +- Fix page type error
  33 +- Fixed an error when the form switch and checkBox were used separately
  34 +
1 35 ## 2.0.0-rc.9 (2020-11-9)
2 36  
3 37 ### ✨ Features
... ...
CHANGELOG.zh_CN.md
1   -## Wip
  1 +## 2.0.0-rc.10 (2020-11-13)
2 2  
3 3 ### ✨ Refactor
4 4  
... ...
package.json
1 1 {
2 2 "name": "vben-admin-2.0",
3   - "version": "2.0.0-rc.9",
  3 + "version": "2.0.0-rc.10",
4 4 "scripts": {
5 5 "bootstrap": "yarn install",
6 6 "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
... ...