Skip to content

Commit

Permalink
chore: bump 2.0.0.rc18
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 4, 2021
1 parent 70c0877 commit 562e2af
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.en_US.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Wip
## 2.0.0-rc.18 (2021-02-05)

### ✨ Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 562e2af

Please sign in to comment.