Commit c346bbdad01b97e916d38374f8a7e0cc037b6137
1 parent
33550662
chore: bump 2.0.0-rc.2
Showing
3 changed files
with
29 additions
and
2 deletions
CHANGELOG.en_US.md
1 | +# 2.0.0-rc.2 (2020-10-17) | ||
2 | + | ||
3 | +### ✨ Features | ||
4 | + | ||
5 | +- Package can be configured to output `gizp` | ||
6 | +- Package can be configured to delete `console` | ||
7 | +- Routes and menus do not need to be imported manually, they are imported automatically | ||
8 | + | ||
9 | +### 🎫 Chores | ||
10 | + | ||
11 | +- Upgrade vue to `3.0.1` | ||
12 | +- Change `vite` version to daily build version | ||
13 | + | ||
14 | +### 🐛 Bug Fixes | ||
15 | + | ||
16 | +- Fix menu error | ||
17 | +- Fix the problem of table adaptive height | ||
18 | +- Fix the issue of error reporting when executing script in `window system` | ||
19 | +- Fix the problem of folding components | ||
20 | + | ||
21 | +### ⚡ Performance Improvements | ||
22 | + | ||
23 | +- Remove menu to minimize background | ||
24 | +- Prevent page refresh and re-render menu | ||
25 | +- Some other details are optimized | ||
26 | + | ||
1 | # 2.0.0-rc.1 (2020-10-14) | 27 | # 2.0.0-rc.1 (2020-10-14) |
2 | 28 | ||
3 | ### ✨ Features | 29 | ### ✨ Features |
CHANGELOG.zh_CN.md
1 | -# wip | 1 | +# 2.0.0-rc.2 (2020-10-17) |
2 | 2 | ||
3 | ### ✨ Features | 3 | ### ✨ Features |
4 | 4 | ||
@@ -16,6 +16,7 @@ | @@ -16,6 +16,7 @@ | ||
16 | - 修复菜单报错 | 16 | - 修复菜单报错 |
17 | - 修复表格自适应高度问题 | 17 | - 修复表格自适应高度问题 |
18 | - 修复`window系统`执行 script 报错问题 | 18 | - 修复`window系统`执行 script 报错问题 |
19 | +- 修复折叠组件问题 | ||
19 | 20 | ||
20 | ### ⚡ Performance Improvements | 21 | ### ⚡ Performance Improvements |
21 | 22 |
package.json
1 | { | 1 | { |
2 | "name": "vben-admin-2.0", | 2 | "name": "vben-admin-2.0", |
3 | - "version": "2.0.0-rc.1", | 3 | + "version": "2.0.0-rc.2", |
4 | "scripts": { | 4 | "scripts": { |
5 | "bootstrap": "yarn install", | 5 | "bootstrap": "yarn install", |
6 | "serve": "cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", | 6 | "serve": "cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", |