Skip to content

Commit 689425e

Browse files
committed
chore: bump 2.0.0.rc.14
1 parent f646e37 commit 689425e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.0.0-rc.14 (2020-12-15)
2+
3+
### ✨ Features
4+
5+
-Remove the left menu search, add the top menu search function -Layout mobile terminal adaptation. Business page is not adapted -axios join the joinTime configuration. Control whether the response includes a timestamp
6+
7+
### ⚡ Performance Improvements
8+
9+
-Import components asynchronously -Optimize the overall structure -Replace the default scroll bar of the menu as a scroll component -Menu performance optimization
10+
11+
### 🎫 Chores
12+
13+
-Return to the top to adjust the style to avoid covering other elements -Upgrade `ant-design-vue` to `2.0.0-rc.5` -Refresh button layout adjustment -`route.meta` removes the `externalLink` attribute
14+
15+
### ✨ Refactor
16+
17+
-`openModal` and `openDrawer` third parameter `openOnSet` is set to true by default
18+
19+
### 🐛 Bug Fixes
20+
21+
-Fixed an issue where multi-level routing cache caused components to render multiple times -Fixed the problem of disappearing after switching the map chart -Fix the issue of successful login and notify disappearing -Modify the names of `VirtualScroll` and `ImportExcel` components as `VScroll` and `ImpExcel` to temporarily solve the memory overflow of components containing keywords in the vue template -Fix axios case problem -Fix button style problem -Fix the problem of menu split mode -Fix the issue of invalid data transmission when using emits in `Modal` and `Drawer` components -Fix the known problems of the menu -Fix the issue of upload component api failure -Fix the problem of invalid menu permission filtering
22+
123
## 2.0.0-rc.13 (2020-12-10)
224

325
## (Breaking changes) Breaking changes

CHANGELOG.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Wip
1+
## 2.0.0-rc.14 (2020-12-15)
22

33
### ✨ Features
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vben-admin-2.0",
3-
"version": "2.0.0-rc.13",
3+
"version": "2.0.0-rc.14",
44
"scripts": {
55
"bootstrap": "yarn install",
66
"serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",

0 commit comments

Comments
 (0)