diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 8a4feed76..2797a4ad9 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,25 @@ +## 2.0.0-rc.18 (2021-02-05) + +### ✨ Features + +- `ApiSelect` adds `numberToString` property, which is used to convert all the value of `number` into `string` +- Added theme color switch +- Packed image compression + +### ⚡ Performance Improvements + +When mock is not used, move `mock.js` out of the package file + +### 🐛 Bug Fixes + +- Fix modal height calculation error +- Fix the pop-up menu when the menu is clicked on the tab when the menu is collapsed +- Fix the problem that the initial value of form is 0 +- Fix table wrapping problem +- Fix the menu outside link does not jump +- Fix the display problem at the top of the menu +- Fix the issue of `modifyVars` configuration failure + ## 2.0.0-rc.17 (2020-01-18) ### ✨ Refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 2a657e01a..acdc3d939 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## 2.0.0-rc.18 (2021-02-05) ### ✨ Features diff --git a/package.json b/package.json index 6a41c39f8..2bcc0e813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "scripts": { "bootstrap": "yarn install", "serve": "vite",