Commit d2a1e1f0db4354162a6e2d6ef66051effd398964
1 parent
6b996229
chore: release 2.2.0
Showing
4 changed files
with
56 additions
and
2 deletions
CHANGELOG.en_US.md
1 | +## 2.2.0 (2021-04-06) | |
2 | + | |
3 | +### ✨ Features | |
4 | + | |
5 | +- Added `headerTitle` slot | |
6 | +- New printing example | |
7 | +- Added about interface | |
8 | + | |
9 | +### ✨ Refactor | |
10 | + | |
11 | +- Remove useFullScreen function | |
12 | +- tinymce changed from Cdn to npm (the package size is too large) | |
13 | +- Dashboard refactoring | |
14 | +- Remove ApexCharts and examples | |
15 | + | |
16 | +### 🐛 Bug Fixes | |
17 | + | |
18 | +- Make sure the breadcrumbs are displayed correctly | |
19 | +- Fixed the issue of tinymce upload button disappearing in full screen mode | |
20 | +- Make sure that the title changes normally after logging in again | |
21 | +- Ensure that the background mode login is normal | |
22 | +- Fix TableAction click event issue | |
23 | + | |
1 | 24 | ## 2.1.1 (2021-03-26) |
2 | 25 | |
3 | 26 | ### ✨ Features | ... | ... |
CHANGELOG.md
1 | +# [2.2.0](https://github.com/anncwb/vue-vben-admin/compare/v2.1.1...v2.2.0) (2021-04-07) | |
2 | + | |
3 | +### Bug Fixes | |
4 | + | |
5 | +- **abakysis:** fix tooltip style,fix [#436](https://github.com/anncwb/vue-vben-admin/issues/436) ([1e4a250](https://github.com/anncwb/vue-vben-admin/commit/1e4a250da10b01bfd4e667d533f6cae9b8c58fe9)) | |
6 | +- **breadcrumb:** ensure the breadcrumbs display the icon correctly, fix [#433](https://github.com/anncwb/vue-vben-admin/issues/433) ([0b66360](https://github.com/anncwb/vue-vben-admin/commit/0b66360cc9f60c5064be4c3cae39091541f3be8c)) | |
7 | +- **build:** fix build error ([6d6e0a1](https://github.com/anncwb/vue-vben-admin/commit/6d6e0a1bfef3a152d31776520e1445203d2ba3f4)) | |
8 | +- **drawer:** ensure the slot is working ([b9b470f](https://github.com/anncwb/vue-vben-admin/commit/b9b470f4df1cd57ca501666b6b3270a4d4d4f873)) | |
9 | +- **echart:** legend not work ([b25ceb4](https://github.com/anncwb/vue-vben-admin/commit/b25ceb4201bce806dc129f24c2d98fd2ff0392d1)) | |
10 | +- **menu:** ensure the menu is activated correctly,fix [#432](https://github.com/anncwb/vue-vben-admin/issues/432) ([bb67692](https://github.com/anncwb/vue-vben-admin/commit/bb67692cfdd5089f0f1d60d4a36b52592db22dde)) | |
11 | +- **mock:** make sure the background mode login is normal, fix [#452](https://github.com/anncwb/vue-vben-admin/issues/452) ([1e66987](https://github.com/anncwb/vue-vben-admin/commit/1e669870cc15384bf76f32ee95008f0c998b477b)) | |
12 | +- **server:** grammatical errors ([ee4829c](https://github.com/anncwb/vue-vben-admin/commit/ee4829c15d7c8e978eb616edb7f1e61c258d469b)) | |
13 | +- **table:** ensure data responsiveness, fix [#447](https://github.com/anncwb/vue-vben-admin/issues/447) ([64b6313](https://github.com/anncwb/vue-vben-admin/commit/64b6313b4e43fdc2e9b292f554889b845e26182f)) | |
14 | +- **table:** make sure the editing line is working, fix [#439](https://github.com/anncwb/vue-vben-admin/issues/439) ([b54b794](https://github.com/anncwb/vue-vben-admin/commit/b54b794264ecb513567b841c5a12856965d02754)) | |
15 | +- **table-action:** ensure that the click event is not triggered, fix [#441](https://github.com/anncwb/vue-vben-admin/issues/441) ([67a7a76](https://github.com/anncwb/vue-vben-admin/commit/67a7a76b735aafe2e1a8258c75c4a3c5dd657de6)) | |
16 | +- **use-loading:** rendering fails when used with onMounted, fix [#438](https://github.com/anncwb/vue-vben-admin/issues/438) ([6b99622](https://github.com/anncwb/vue-vben-admin/commit/6b996229e1449b1721ce6797ba6a964850e2e215)) | |
17 | +- **useColumn:** fixed table column changes with hidden columns disappearing after dropping ([#453](https://github.com/anncwb/vue-vben-admin/issues/453)) ([f05cc6d](https://github.com/anncwb/vue-vben-admin/commit/f05cc6d34e935c342e1f7ada6692ea0178b7c984)) | |
18 | + | |
19 | +### Features | |
20 | + | |
21 | +- dark mode ([5b8eb4a](https://github.com/anncwb/vue-vben-admin/commit/5b8eb4a49a097a47caf491c44df427522ab58daa)) | |
22 | +- **api-select:** add immediate option,close [#430](https://github.com/anncwb/vue-vben-admin/issues/430) ([5b4a41c](https://github.com/anncwb/vue-vben-admin/commit/5b4a41ced412fe3623618791ffa3123a3a2cfcdc)) | |
23 | +- **print:** add print example ([2f99892](https://github.com/anncwb/vue-vben-admin/commit/2f99892d96770d550e1cf58e052c40b85efb53c2)) | |
24 | +- **tree:** add headerTitle slot ([6bb19fb](https://github.com/anncwb/vue-vben-admin/commit/6bb19fb2d4fa57d8006281d52acd80baaa054b3e)) | |
25 | + | |
26 | +### Performance Improvements | |
27 | + | |
28 | +- code optimization ([37f6660](https://github.com/anncwb/vue-vben-admin/commit/37f6660c574f0cf8b432f66b67062c3bb0314d5c)) | |
29 | +- delete tinymce useless style files ([edc7525](https://github.com/anncwb/vue-vben-admin/commit/edc7525103f2e0fd90562b2e30839c11ed62556d)) | |
30 | +- refoctor useTitle ([979058a](https://github.com/anncwb/vue-vben-admin/commit/979058ad95d9669cb113033f76b5dafb932aad0f)) | |
31 | + | |
1 | 32 | ## [2.1.1](https://github.com/anncwb/vue-vben-admin/compare/v2.1.0...v2.1.1) (2021-03-25) |
2 | 33 | |
3 | 34 | ### Bug Fixes | ... | ... |
CHANGELOG.zh_CN.md