Commit 6da23748bc8beea83712d61b1bc646a4e2530335
1 parent
370b12f5
chore: bump 2.0.0
Showing
3 changed files
with
39 additions
and
2 deletions
CHANGELOG.en_US.md
1 | +## 2.0.0 (2021-02-18) | ||
2 | + | ||
3 | +## Breaking changes | ||
4 | + | ||
5 | +- `echarts` is upgraded to 5.0 and introduced on demand (just use `useECharts`). | ||
6 | + | ||
7 | +### ✨ Refactor | ||
8 | + | ||
9 | +- Removed `global.less`, `mixin.less`, `design/helper`, replaced by `windicss`, and need to modify the corresponding styles if they are useful | ||
10 | + | ||
11 | +### ✨ Features | ||
12 | + | ||
13 | +- useModal adds the return value function `redoModalHeight`, which is used to refresh the modal height when the modal is dynamic content | ||
14 | +- Upgrade husky to 5.0 | ||
15 | +- Added `brotli`|`gzip` compression and related test commands | ||
16 | +- Re-introduction of `windicss` (same as `tailwind`). Faster in speed | ||
17 | + | ||
18 | +### ⚡ Performance Improvements | ||
19 | + | ||
20 | +- Adjust the return value of the interface to obtain user information in array format | ||
21 | +- Fix the error-log list as the system route | ||
22 | + | ||
23 | +### 🐛 Bug Fixes | ||
24 | + | ||
25 | +- Fix the issue of upload component maxNumber invalid | ||
26 | +- Fix package sourcemap error report | ||
27 | +- Fix code debugger location display error | ||
28 | +- Fix the issue of mock plugin post request error | ||
29 | +- Fix some themes color value error | ||
30 | +- Fix the table in editable row status and press Enter to confirm | ||
31 | + | ||
32 | +### 🎫 Chores | ||
33 | + | ||
34 | +- Documentation update | ||
35 | +- Upgrade ant-design-vue to `2.0.0` | ||
36 | +- Upgrade vite to `2.0.0` | ||
37 | + | ||
1 | ## 2.0.0-rc.18 (2021-02-05) | 38 | ## 2.0.0-rc.18 (2021-02-05) |
2 | 39 | ||
3 | ### ✨ Features | 40 | ### ✨ Features |
CHANGELOG.zh_CN.md