CHANGELOG.md 4.5 KB
Newer Older
N
nebv 已提交
1
# [2.0.0-beta.7](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.5...2.0.0-beta.7) (2020-10-12)
N
nebv 已提交
2 3 4

### ⚡ Performance Improvements

V
vben 已提交
5 6 7 8 9 10 11
- optimize multiple-tab switching effect ([487870f](https://github.com/anncwb/vue-vben-admin/commit/487870f))
- the existing tab switching no longer displays animation and processbar ([1ca8fbe](https://github.com/anncwb/vue-vben-admin/commit/1ca8fbe))

### ✨ Features

- add count-to component and demo ([34ce66b](https://github.com/anncwb/vue-vben-admin/commit/34ce66b))
- first screen loading waiting animation ([21eae26](https://github.com/anncwb/vue-vben-admin/commit/21eae26))
N
nebv 已提交
12 13
- projectSetting add closeMessageOnSwitch and removeAllHttpPending ([08497a7](https://github.com/anncwb/vue-vben-admin/commit/08497a7))
- the production environment can be dynamically configured ([bb4a227](https://github.com/anncwb/vue-vben-admin/commit/bb4a227))
V
vben 已提交
14 15 16
- **analysis:** add analysis page ([c1a866f](https://github.com/anncwb/vue-vben-admin/commit/c1a866f))
- **chart:** add useEcharts and useApexChart demo ([2837315](https://github.com/anncwb/vue-vben-admin/commit/2837315))
- **workbench:** add workbench page ([8cefb70](https://github.com/anncwb/vue-vben-admin/commit/8cefb70))
N
nebv 已提交
17 18 19

### 🎫 Chores

N
nebv 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
- update deps ([7ef20af](https://github.com/anncwb/vue-vben-admin/commit/7ef20af))

### 🐛 Bug Fixes

- fix editable cells cannot be entered ([e4497d6](https://github.com/anncwb/vue-vben-admin/commit/e4497d6))
- fix routing switch, tab is not activated ([818ddfa](https://github.com/anncwb/vue-vben-admin/commit/818ddfa))
- repair packaging error ([e9a2d48](https://github.com/anncwb/vue-vben-admin/commit/e9a2d48))

### 💄 Styles

- menu adjustment ([49107c3](https://github.com/anncwb/vue-vben-admin/commit/49107c3))

# [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)

### ♻ Code Refactoring

- **style:** remove tailwind css ([b899d03](https://github.com/anncwb/vue-vben-admin/commit/b899d03))

### ⚡ Performance Improvements

- optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7))

### 🎫 Chores

N
nebv 已提交
44
- add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91))
V
vben 已提交
45
- bump 2.0.0-beta.4 ([2c68c68](https://github.com/anncwb/vue-vben-admin/commit/2c68c68))
N
nebv 已提交
46 47 48 49 50 51 52 53
- change menu icon ([a51079f](https://github.com/anncwb/vue-vben-admin/commit/a51079f))
- separate configuration files ([cb37785](https://github.com/anncwb/vue-vben-admin/commit/cb37785))
- update readme.md ([3bacef2](https://github.com/anncwb/vue-vben-admin/commit/3bacef2))

### 🐛 Bug Fixes

- 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))

陈文彬 已提交
54 55 56 57
# [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)

### 🎫 Chores

N
nebv 已提交
58
- bump 2.0.0-beta.3 ([e410ce4](https://github.com/anncwb/vue-vben-admin/commit/e410ce4))
陈文彬 已提交
59 60 61 62 63 64 65
- remove redundant dependencies ([e4c952f](https://github.com/anncwb/vue-vben-admin/commit/e4c952f))

### 🐛 Bug Fixes

- fix the problem of page blank caused by page refresh ([7653610](https://github.com/anncwb/vue-vben-admin/commit/7653610))
- fix the style problem of the table border in the production environment ([8933a2a](https://github.com/anncwb/vue-vben-admin/commit/8933a2a))

陈文彬 已提交
66 67 68 69 70 71 72 73 74 75
# [2.0.0-beta.3](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.2...2.0.0-beta.3) (2020-10-07)

### ✨ Features

- **setting:** add openNProgress setting ([67d0ff0](https://github.com/anncwb/vue-vben-admin/commit/67d0ff0))
- **table:** add table component ([faf3f46](https://github.com/anncwb/vue-vben-admin/commit/faf3f46))

### 🎫 Chores

- add github workflows ([5b0a21e](https://github.com/anncwb/vue-vben-admin/commit/5b0a21e))
陈文彬 已提交
76
- bump 2.0.0-beta.2 ([d966517](https://github.com/anncwb/vue-vben-admin/commit/d966517))
陈文彬 已提交
77

陈文彬 已提交
78 79 80 81 82 83 84 85 86 87
# [2.0.0-beta.2](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.1...2.0.0-beta.2) (2020-10-07)

### ✨ Features

- **img-preview:** add imgPreview componnt ([e6093aa](https://github.com/anncwb/vue-vben-admin/commit/e6093aa))

### 🔧 Continuous Integration

- add github after release ([ee3f9d3](https://github.com/anncwb/vue-vben-admin/commit/ee3f9d3))

陈文彬 已提交
88
# [2.0.0-beta.1](https://github.com/anncwb/vue-vben-admin/compare/351f60a...2.0.0-beta.1) (2020-09-30)
陈文彬 已提交
89

陈文彬 已提交
90
### 🎫 Chores
陈文彬 已提交
91

陈文彬 已提交
92
- add Readme.md ([351f60a](https://github.com/anncwb/vue-vben-admin/commit/351f60a))
陈文彬 已提交
93

陈文彬 已提交
94
### 🐛 Bug Fixes
陈文彬 已提交
95

陈文彬 已提交
96
- fix form,transition,build bug ([2f268ca](https://github.com/anncwb/vue-vben-admin/commit/2f268ca))