Commit 177010bf8b7b70943f830a84e60c602425e02ce0
1 parent
afc7263e
chore: bump 2.0.0-beta.6
Showing
1 changed file
with
18 additions
and
2 deletions
CHANGELOG.md
1 | -# [2.0.0-beta.5](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.4...2.0.0-beta.5) (2020-10-10) | 1 | +# [2.0.0-beta.6](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.4...2.0.0-beta.6) (2020-10-11) |
2 | 2 | ||
3 | ### ♻ Code Refactoring | 3 | ### ♻ Code Refactoring |
4 | 4 | ||
@@ -6,20 +6,36 @@ | @@ -6,20 +6,36 @@ | ||
6 | 6 | ||
7 | ### ⚡ Performance Improvements | 7 | ### ⚡ Performance Improvements |
8 | 8 | ||
9 | +- optimize multiple-tab switching effect ([487870f](https://github.com/anncwb/vue-vben-admin/commit/487870f)) | ||
9 | - optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7)) | 10 | - optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7)) |
11 | +- the existing tab switching no longer displays animation and processbar ([1ca8fbe](https://github.com/anncwb/vue-vben-admin/commit/1ca8fbe)) | ||
12 | + | ||
13 | +### ✨ Features | ||
14 | + | ||
15 | +- add count-to component and demo ([34ce66b](https://github.com/anncwb/vue-vben-admin/commit/34ce66b)) | ||
16 | +- first screen loading waiting animation ([21eae26](https://github.com/anncwb/vue-vben-admin/commit/21eae26)) | ||
17 | +- **analysis:** add analysis page ([c1a866f](https://github.com/anncwb/vue-vben-admin/commit/c1a866f)) | ||
18 | +- **chart:** add useEcharts and useApexChart demo ([2837315](https://github.com/anncwb/vue-vben-admin/commit/2837315)) | ||
19 | +- **workbench:** add workbench page ([8cefb70](https://github.com/anncwb/vue-vben-admin/commit/8cefb70)) | ||
10 | 20 | ||
11 | ### 🎫 Chores | 21 | ### 🎫 Chores |
12 | 22 | ||
13 | - add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91)) | 23 | - add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91)) |
14 | - | 24 | +- bump 2.0.0-beta.4 ([2c68c68](https://github.com/anncwb/vue-vben-admin/commit/2c68c68)) |
25 | +- bump 2.0.0-beta.5 ([b9fe65e](https://github.com/anncwb/vue-vben-admin/commit/b9fe65e)) | ||
15 | - change menu icon ([a51079f](https://github.com/anncwb/vue-vben-admin/commit/a51079f)) | 26 | - change menu icon ([a51079f](https://github.com/anncwb/vue-vben-admin/commit/a51079f)) |
16 | - separate configuration files ([cb37785](https://github.com/anncwb/vue-vben-admin/commit/cb37785)) | 27 | - separate configuration files ([cb37785](https://github.com/anncwb/vue-vben-admin/commit/cb37785)) |
17 | - update readme.md ([3bacef2](https://github.com/anncwb/vue-vben-admin/commit/3bacef2)) | 28 | - update readme.md ([3bacef2](https://github.com/anncwb/vue-vben-admin/commit/3bacef2)) |
18 | 29 | ||
19 | ### 🐛 Bug Fixes | 30 | ### 🐛 Bug Fixes |
20 | 31 | ||
32 | +- repair packaging error ([e9a2d48](https://github.com/anncwb/vue-vben-admin/commit/e9a2d48)) | ||
21 | - Repair tree component click to select ([#33](https://github.com/anncwb/vue-vben-admin/issues/33)) ([884687c](https://github.com/anncwb/vue-vben-admin/commit/884687c)) | 33 | - Repair tree component click to select ([#33](https://github.com/anncwb/vue-vben-admin/issues/33)) ([884687c](https://github.com/anncwb/vue-vben-admin/commit/884687c)) |
22 | 34 | ||
35 | +### 💄 Styles | ||
36 | + | ||
37 | +- menu adjustment ([49107c3](https://github.com/anncwb/vue-vben-admin/commit/49107c3)) | ||
38 | + | ||
23 | # [2.0.0-beta.4](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.3...2.0.0-beta.4) (2020-10-08) | 39 | # [2.0.0-beta.4](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.3...2.0.0-beta.4) (2020-10-08) |
24 | 40 | ||
25 | ### 🎫 Chores | 41 | ### 🎫 Chores |