Commit 562e2af9db49d09d350c8dae275ade7bb528065f

Authored by vben
1 parent 70c0877d

chore: bump 2.0.0.rc18

CHANGELOG.en_US.md
  1 +## 2.0.0-rc.18 (2021-02-05)
  2 +
  3 +### ✨ Features
  4 +
  5 +- `ApiSelect` adds `numberToString` property, which is used to convert all the value of `number` into `string`
  6 +- Added theme color switch
  7 +- Packed image compression
  8 +
  9 +### ⚡ Performance Improvements
  10 +
  11 +When mock is not used, move `mock.js` out of the package file
  12 +
  13 +### 🐛 Bug Fixes
  14 +
  15 +- Fix modal height calculation error
  16 +- Fix the pop-up menu when the menu is clicked on the tab when the menu is collapsed
  17 +- Fix the problem that the initial value of form is 0
  18 +- Fix table wrapping problem
  19 +- Fix the menu outside link does not jump
  20 +- Fix the display problem at the top of the menu
  21 +- Fix the issue of `modifyVars` configuration failure
  22 +
1 ## 2.0.0-rc.17 (2020-01-18) 23 ## 2.0.0-rc.17 (2020-01-18)
2 24
3 ### ✨ Refactor 25 ### ✨ Refactor
CHANGELOG.zh_CN.md
1 -## Wip 1 +## 2.0.0-rc.18 (2021-02-05)
2 2
3 ### ✨ Features 3 ### ✨ Features
4 4
package.json
1 { 1 {
2 "name": "vben-admin", 2 "name": "vben-admin",
3 - "version": "2.0.0-rc.17", 3 + "version": "2.0.0-rc.18",
4 "scripts": { 4 "scripts": {
5 "bootstrap": "yarn install", 5 "bootstrap": "yarn install",
6 "serve": "vite", 6 "serve": "vite",