Skip to content

Commit 6da2374

Browse files
committed
chore: bump 2.0.0
1 parent 370b12f commit 6da2374

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.en_US.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
## 2.0.0-rc.18 (2021-02-05)
239

340
### ✨ Features

CHANGELOG.zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Wip
1+
## 2.0.0 (2021-02-18)
22

33
## (破坏性更新) Breaking changes
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vben-admin",
3-
"version": "2.0.0-rc.18",
3+
"version": "2.0.0",
44
"scripts": {
55
"bootstrap": "yarn install",
66
"serve": "vite",

0 commit comments

Comments
 (0)