Commit 1d47d8a4473f9de7a3fafea42c4151ee94dc400a
1 parent
fdeaa00b
chore: bump 2.0.0.rc5
Showing
3 changed files
with
35 additions
and
2 deletions
CHANGELOG.en_US.md
1 | +## # 2.0.0-rc.5 (2020-10-26) | ||
2 | + | ||
3 | +### ✨ Features | ||
4 | + | ||
5 | +- Update component documentation | ||
6 | +- Breadcrumbs support display icon | ||
7 | +- Added tinymce rich text component | ||
8 | +- Add submitOnReset to the form to control whether to re-initiate the request when reset | ||
9 | +- Added `sortFn` to the table to support custom sorting | ||
10 | +- Added animation components and examples | ||
11 | +- Added lazy loading/delay loading components and examples | ||
12 | + | ||
13 | +### ✨ Refactor | ||
14 | + | ||
15 | +- The detailType of the Drawer component is changed to isDetail | ||
16 | + | ||
17 | +### 🎫 Chores | ||
18 | + | ||
19 | +- Remove the optional chain syntax in the code | ||
20 | +- Form reset logic modification | ||
21 | +- Turn off multi-tab page tabs animation | ||
22 | +- Upgrade vite version to `v1.0.0.rc6` | ||
23 | +- Delete Chinese path warning. rc6 has been fixed | ||
24 | + | ||
25 | +### 🐛 Bug Fixes | ||
26 | + | ||
27 | +- Fix the automatic height and display footer display problems of drawer components | ||
28 | +- Reset to default value after repairing form query | ||
29 | +- Fix the problem of displaying the collapsed menu when there are no child nodes | ||
30 | +- Fix the problem of breadcrumb display style | ||
31 | +- Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal | ||
32 | +- Fixed multiple action columns in the table | ||
33 | + | ||
1 | # 2.0.0-rc.4 (2020-10-21) | 34 | # 2.0.0-rc.4 (2020-10-21) |
2 | 35 | ||
3 | ### ✨ Features | 36 | ### ✨ Features |
CHANGELOG.zh_CN.md
package.json
1 | { | 1 | { |
2 | "name": "vben-admin-2.0", | 2 | "name": "vben-admin-2.0", |
3 | - "version": "2.0.0-rc.4", | 3 | + "version": "2.0.0-rc.5", |
4 | "scripts": { | 4 | "scripts": { |
5 | "bootstrap": "yarn install || npm install", | 5 | "bootstrap": "yarn install || npm 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", |