Commit 7c7f35a3d7ef6099c9d0e44f063de0230b47222e
1 parent
31e2715e
chore: add CHANGE_LOG.en_US
Showing
3 changed files
with
204 additions
and
96 deletions
CHANGELOG.en_US.md
0 → 100644
1 | +# 2.0.0-beta.7 (2020-10-12) | |
2 | + | |
3 | +### ⚡ Performance Improvements | |
4 | + | |
5 | +- The existing tab switching no longer displays animation and progress bar | |
6 | + | |
7 | +### ✨ Features | |
8 | + | |
9 | +- Added `CountTo` component and sample demo | |
10 | +- Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file | |
11 | +- The production environment has a separate configuration file for dynamic configuration project configuration | |
12 | +- Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos | |
13 | +- New workbench interface | |
14 | +- New analysis page interface | |
15 | + | |
16 | +### 🎫 Chores | |
17 | + | |
18 | +- Update dependencies | |
19 | + | |
20 | +### 🐛 Bug Fixes | |
21 | + | |
22 | +- Fix routing switch, tab inactive problem | |
23 | + | |
24 | +# 2.0.0-beta.6 (2020-10-11) | |
25 | + | |
26 | +### 💄 Styles | |
27 | + | |
28 | +- Menu style adjustment | |
29 | + | |
30 | +### 🐛 Bug Fixes | |
31 | + | |
32 | +- Fix the problem that editable forms cannot be entered | |
33 | +- Repair packaging errors, no proxy is required in the production environment | |
34 | + | |
35 | +### ⚡ Performance Improvements | |
36 | + | |
37 | +- Optimize the switching speed of multi-tab pages | |
38 | +- First screen loading animation | |
39 | + | |
40 | +# 2.0.0-beta.5 (2020-10-10) | |
41 | + | |
42 | +### ♻ Code Refactoring | |
43 | + | |
44 | +- Delete `tailwind css` | |
45 | + | |
46 | +### ⚡ Performance Improvements | |
47 | + | |
48 | +- Optimize page switching speed | |
49 | + | |
50 | +### 🎫 Chores | |
51 | + | |
52 | +- Add `.vscode` and `.github` configuration | |
53 | +- Change menu icon | |
54 | +- Added `.env` configuration file | |
55 | +- Update readme.md | |
56 | + | |
57 | +### 🐛 Bug Fixes | |
58 | + | |
59 | +- Fix the failure of `Tree` component check event | |
60 | + | |
61 | +# 2.0.0-beta.4 (2020-10-08) | |
62 | + | |
63 | +### 🎫 Chores | |
64 | + | |
65 | +- Remove redundant dependencies | |
66 | + | |
67 | +### 🐛 Bug Fixes | |
68 | + | |
69 | +- Fix page refresh blank | |
70 | +- Fix the invalid table style in the production environment | |
71 | + | |
72 | +# 2.0.0-beta.3 (2020-10-07) | |
73 | + | |
74 | +### ✨ Features | |
75 | + | |
76 | +- Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar | |
77 | +- Add `Table` component and demo | |
78 | + | |
79 | +### 🎫 Chores | |
80 | + | |
81 | +- Add ` github workflows` | |
82 | + | |
83 | +# 2.0.0-beta.2 (2020-10-07) | |
84 | + | |
85 | +### ✨ Features | |
86 | + | |
87 | +- Added image preview component | |
88 | + | |
89 | +### 🔧 Continuous Integration | |
90 | + | |
91 | +- Add githubAction script | |
92 | + | |
93 | +# 2.0.0-beta.1(2020-09-30) | |
94 | + | |
95 | +### 🎫 Chores | |
96 | + | |
97 | +- Migrate some code from 1.0 | |
98 | +- Add README.md description file | |
99 | + | |
100 | +### 🐛 Bug Fixes | |
101 | + | |
102 | +- Fix the problem of form, animation and packaging failure | ... | ... |
CHANGELOG.md deleted
100644 → 0
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) | |
2 | - | |
3 | -### ⚡ Performance Improvements | |
4 | - | |
5 | -- optimize multiple-tab switching effect ([487870f](https://github.com/anncwb/vue-vben-admin/commit/487870f)) | |
6 | -- the existing tab switching no longer displays animation and processbar ([1ca8fbe](https://github.com/anncwb/vue-vben-admin/commit/1ca8fbe)) | |
7 | - | |
8 | -### ✨ Features | |
9 | - | |
10 | -- add count-to component and demo ([34ce66b](https://github.com/anncwb/vue-vben-admin/commit/34ce66b)) | |
11 | -- first screen loading waiting animation ([21eae26](https://github.com/anncwb/vue-vben-admin/commit/21eae26)) | |
12 | -- projectSetting add closeMessageOnSwitch and removeAllHttpPending ([08497a7](https://github.com/anncwb/vue-vben-admin/commit/08497a7)) | |
13 | -- the production environment can be dynamically configured ([bb4a227](https://github.com/anncwb/vue-vben-admin/commit/bb4a227)) | |
14 | -- **analysis:** add analysis page ([c1a866f](https://github.com/anncwb/vue-vben-admin/commit/c1a866f)) | |
15 | -- **chart:** add useEcharts and useApexChart demo ([2837315](https://github.com/anncwb/vue-vben-admin/commit/2837315)) | |
16 | -- **workbench:** add workbench page ([8cefb70](https://github.com/anncwb/vue-vben-admin/commit/8cefb70)) | |
17 | - | |
18 | -### 🎫 Chores | |
19 | - | |
20 | -- update deps ([7ef20af](https://github.com/anncwb/vue-vben-admin/commit/7ef20af)) | |
21 | - | |
22 | -### 🐛 Bug Fixes | |
23 | - | |
24 | -- fix editable cells cannot be entered ([e4497d6](https://github.com/anncwb/vue-vben-admin/commit/e4497d6)) | |
25 | -- fix routing switch, tab is not activated ([818ddfa](https://github.com/anncwb/vue-vben-admin/commit/818ddfa)) | |
26 | -- repair packaging error ([e9a2d48](https://github.com/anncwb/vue-vben-admin/commit/e9a2d48)) | |
27 | - | |
28 | -### 💄 Styles | |
29 | - | |
30 | -- menu adjustment ([49107c3](https://github.com/anncwb/vue-vben-admin/commit/49107c3)) | |
31 | - | |
32 | -# [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) | |
33 | - | |
34 | -### ♻ Code Refactoring | |
35 | - | |
36 | -- **style:** remove tailwind css ([b899d03](https://github.com/anncwb/vue-vben-admin/commit/b899d03)) | |
37 | - | |
38 | -### ⚡ Performance Improvements | |
39 | - | |
40 | -- optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7)) | |
41 | - | |
42 | -### 🎫 Chores | |
43 | - | |
44 | -- add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91)) | |
45 | -- bump 2.0.0-beta.4 ([2c68c68](https://github.com/anncwb/vue-vben-admin/commit/2c68c68)) | |
46 | -- change menu icon ([a51079f](https://github.com/anncwb/vue-vben-admin/commit/a51079f)) | |
47 | -- separate configuration files ([cb37785](https://github.com/anncwb/vue-vben-admin/commit/cb37785)) | |
48 | -- update readme.md ([3bacef2](https://github.com/anncwb/vue-vben-admin/commit/3bacef2)) | |
49 | - | |
50 | -### 🐛 Bug Fixes | |
51 | - | |
52 | -- 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)) | |
53 | - | |
54 | -# [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) | |
55 | - | |
56 | -### 🎫 Chores | |
57 | - | |
58 | -- bump 2.0.0-beta.3 ([e410ce4](https://github.com/anncwb/vue-vben-admin/commit/e410ce4)) | |
59 | -- remove redundant dependencies ([e4c952f](https://github.com/anncwb/vue-vben-admin/commit/e4c952f)) | |
60 | - | |
61 | -### 🐛 Bug Fixes | |
62 | - | |
63 | -- fix the problem of page blank caused by page refresh ([7653610](https://github.com/anncwb/vue-vben-admin/commit/7653610)) | |
64 | -- fix the style problem of the table border in the production environment ([8933a2a](https://github.com/anncwb/vue-vben-admin/commit/8933a2a)) | |
65 | - | |
66 | -# [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) | |
67 | - | |
68 | -### ✨ Features | |
69 | - | |
70 | -- **setting:** add openNProgress setting ([67d0ff0](https://github.com/anncwb/vue-vben-admin/commit/67d0ff0)) | |
71 | -- **table:** add table component ([faf3f46](https://github.com/anncwb/vue-vben-admin/commit/faf3f46)) | |
72 | - | |
73 | -### 🎫 Chores | |
74 | - | |
75 | -- 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 | -# [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) | |
79 | - | |
80 | -### ✨ Features | |
81 | - | |
82 | -- **img-preview:** add imgPreview componnt ([e6093aa](https://github.com/anncwb/vue-vben-admin/commit/e6093aa)) | |
83 | - | |
84 | -### 🔧 Continuous Integration | |
85 | - | |
86 | -- add github after release ([ee3f9d3](https://github.com/anncwb/vue-vben-admin/commit/ee3f9d3)) | |
87 | - | |
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)) |
CHANGELOG.zh_CN.md
0 → 100644
1 | +# 2.0.0-beta.7 (2020-10-12) | |
2 | + | |
3 | +### ⚡ Performance Improvements | |
4 | + | |
5 | +- 现有的选项卡切换不再显示动画和和进度条 | |
6 | + | |
7 | +### ✨ Features | |
8 | + | |
9 | +- 新增 `CountTo`组件及示例 demo | |
10 | +- 项目配置文件新增 `closeMessageOnSwitch`和`removeAllHttpPending` | |
11 | +- 生产环境独立出配置文件,用于动态配置项目配置 | |
12 | +- 新增 `useEcharts`和`useApexChart`来方便图表使用,同时新增相关 demo | |
13 | +- 新增工作台界面 | |
14 | +- 新增分析页界面 | |
15 | + | |
16 | +### 🎫 Chores | |
17 | + | |
18 | +- 更新依赖 | |
19 | + | |
20 | +### 🐛 Bug Fixes | |
21 | + | |
22 | +- 修复路由切换,tab 未激活问题 | |
23 | + | |
24 | +# 2.0.0-beta.56 (2020-10-11) | |
25 | + | |
26 | +### 💄 Styles | |
27 | + | |
28 | +- 菜单样式调整 | |
29 | + | |
30 | +### 🐛 Bug Fixes | |
31 | + | |
32 | +- 修复可编辑表格不能输入问题 | |
33 | +- 修复打包报错,生产环境不需要设计 proxy | |
34 | + | |
35 | +### ⚡ Performance Improvements | |
36 | + | |
37 | +- 优化多标签页切换速度 | |
38 | +- 首屏加载动画 | |
39 | + | |
40 | +# 2.0.0-beta.5 (2020-10-10) | |
41 | + | |
42 | +### ♻ Code Refactoring | |
43 | + | |
44 | +- 删除`tailwind css` | |
45 | + | |
46 | +### ⚡ Performance Improvements | |
47 | + | |
48 | +- 优化页面切换速度 | |
49 | + | |
50 | +### 🎫 Chores | |
51 | + | |
52 | +- 添加 `.vscode`和`.github`配置 | |
53 | +- 更改菜单图标 | |
54 | +- 新增`.env`配置文件 | |
55 | +- 更新 readme.md | |
56 | + | |
57 | +### 🐛 Bug Fixes | |
58 | + | |
59 | +- 修复`Tree`组件勾选事件失效问题 | |
60 | + | |
61 | +# 2.0.0-beta.4 (2020-10-08) | |
62 | + | |
63 | +### 🎫 Chores | |
64 | + | |
65 | +- 删除多余依赖 | |
66 | + | |
67 | +### 🐛 Bug Fixes | |
68 | + | |
69 | +- 修复页面刷新空白 | |
70 | +- 修复表格在生产环境样式失效 | |
71 | + | |
72 | +# 2.0.0-beta.3 (2020-10-07) | |
73 | + | |
74 | +### ✨ Features | |
75 | + | |
76 | +- 项目配置文件新增`openNProgress`用于控制是否开启顶部控制条 | |
77 | +- 添加`table`组件及 demo | |
78 | + | |
79 | +### 🎫 Chores | |
80 | + | |
81 | +- 添加` github workflows` | |
82 | + | |
83 | +# 2.0.0-beta.2 (2020-10-07) | |
84 | + | |
85 | +### ✨ Features | |
86 | + | |
87 | +- 新增图片预览组件 | |
88 | + | |
89 | +### 🔧 Continuous Integration | |
90 | + | |
91 | +- 增加 githubAction 脚本 | |
92 | + | |
93 | +# 2.0.0-beta.1(2020-09-30) | |
94 | + | |
95 | +### 🎫 Chores | |
96 | + | |
97 | +- 从 1.0 迁移部分代码 | |
98 | +- 添加 README.md 描述文件 | |
99 | + | |
100 | +### 🐛 Bug Fixes | |
101 | + | |
102 | +- 修复表单,动画及打包失败问题 | ... | ... |