mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-03 02:54:40 +08:00
chore: add CHANGE_LOG.en_US
This commit is contained in:
parent
31e2715e67
commit
7c7f35a3d7
102
CHANGELOG.en_US.md
Normal file
102
CHANGELOG.en_US.md
Normal file
@ -0,0 +1,102 @@
|
||||
# 2.0.0-beta.7 (2020-10-12)
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- The existing tab switching no longer displays animation and progress bar
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- Added `CountTo` component and sample demo
|
||||
- Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
|
||||
- The production environment has a separate configuration file for dynamic configuration project configuration
|
||||
- Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
|
||||
- New workbench interface
|
||||
- New analysis page interface
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Update dependencies
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix routing switch, tab inactive problem
|
||||
|
||||
# 2.0.0-beta.6 (2020-10-11)
|
||||
|
||||
### 💄 Styles
|
||||
|
||||
- Menu style adjustment
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix the problem that editable forms cannot be entered
|
||||
- Repair packaging errors, no proxy is required in the production environment
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- Optimize the switching speed of multi-tab pages
|
||||
- First screen loading animation
|
||||
|
||||
# 2.0.0-beta.5 (2020-10-10)
|
||||
|
||||
### ♻ Code Refactoring
|
||||
|
||||
- Delete `tailwind css`
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- Optimize page switching speed
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Add `.vscode` and `.github` configuration
|
||||
- Change menu icon
|
||||
- Added `.env` configuration file
|
||||
- Update readme.md
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix the failure of `Tree` component check event
|
||||
|
||||
# 2.0.0-beta.4 (2020-10-08)
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Remove redundant dependencies
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix page refresh blank
|
||||
- Fix the invalid table style in the production environment
|
||||
|
||||
# 2.0.0-beta.3 (2020-10-07)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
|
||||
- Add `Table` component and demo
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Add ` github workflows`
|
||||
|
||||
# 2.0.0-beta.2 (2020-10-07)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- Added image preview component
|
||||
|
||||
### 🔧 Continuous Integration
|
||||
|
||||
- Add githubAction script
|
||||
|
||||
# 2.0.0-beta.1(2020-09-30)
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Migrate some code from 1.0
|
||||
- Add README.md description file
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix the problem of form, animation and packaging failure
|
96
CHANGELOG.md
96
CHANGELOG.md
@ -1,96 +0,0 @@
|
||||
# [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)
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- 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))
|
||||
- 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))
|
||||
- **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))
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 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
|
||||
|
||||
- add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91))
|
||||
- bump 2.0.0-beta.4 ([2c68c68](https://github.com/anncwb/vue-vben-admin/commit/2c68c68))
|
||||
- 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))
|
||||
|
||||
# [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
|
||||
|
||||
- bump 2.0.0-beta.3 ([e410ce4](https://github.com/anncwb/vue-vben-admin/commit/e410ce4))
|
||||
- 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))
|
||||
|
||||
# [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))
|
||||
- bump 2.0.0-beta.2 ([d966517](https://github.com/anncwb/vue-vben-admin/commit/d966517))
|
||||
|
||||
# [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))
|
||||
|
||||
# [2.0.0-beta.1](https://github.com/anncwb/vue-vben-admin/compare/351f60a...2.0.0-beta.1) (2020-09-30)
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- add Readme.md ([351f60a](https://github.com/anncwb/vue-vben-admin/commit/351f60a))
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- fix form,transition,build bug ([2f268ca](https://github.com/anncwb/vue-vben-admin/commit/2f268ca))
|
102
CHANGELOG.zh_CN.md
Normal file
102
CHANGELOG.zh_CN.md
Normal file
@ -0,0 +1,102 @@
|
||||
# 2.0.0-beta.7 (2020-10-12)
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- 现有的选项卡切换不再显示动画和和进度条
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- 新增 `CountTo`组件及示例 demo
|
||||
- 项目配置文件新增 `closeMessageOnSwitch`和`removeAllHttpPending`
|
||||
- 生产环境独立出配置文件,用于动态配置项目配置
|
||||
- 新增 `useEcharts`和`useApexChart`来方便图表使用,同时新增相关 demo
|
||||
- 新增工作台界面
|
||||
- 新增分析页界面
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 更新依赖
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复路由切换,tab 未激活问题
|
||||
|
||||
# 2.0.0-beta.56 (2020-10-11)
|
||||
|
||||
### 💄 Styles
|
||||
|
||||
- 菜单样式调整
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复可编辑表格不能输入问题
|
||||
- 修复打包报错,生产环境不需要设计 proxy
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- 优化多标签页切换速度
|
||||
- 首屏加载动画
|
||||
|
||||
# 2.0.0-beta.5 (2020-10-10)
|
||||
|
||||
### ♻ Code Refactoring
|
||||
|
||||
- 删除`tailwind css`
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- 优化页面切换速度
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 添加 `.vscode`和`.github`配置
|
||||
- 更改菜单图标
|
||||
- 新增`.env`配置文件
|
||||
- 更新 readme.md
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复`Tree`组件勾选事件失效问题
|
||||
|
||||
# 2.0.0-beta.4 (2020-10-08)
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 删除多余依赖
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复页面刷新空白
|
||||
- 修复表格在生产环境样式失效
|
||||
|
||||
# 2.0.0-beta.3 (2020-10-07)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- 项目配置文件新增`openNProgress`用于控制是否开启顶部控制条
|
||||
- 添加`table`组件及 demo
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 添加` github workflows`
|
||||
|
||||
# 2.0.0-beta.2 (2020-10-07)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- 新增图片预览组件
|
||||
|
||||
### 🔧 Continuous Integration
|
||||
|
||||
- 增加 githubAction 脚本
|
||||
|
||||
# 2.0.0-beta.1(2020-09-30)
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- 从 1.0 迁移部分代码
|
||||
- 添加 README.md 描述文件
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复表单,动画及打包失败问题
|
Loading…
Reference in New Issue
Block a user