vben
2020-10-14 7c7f35a3d7ef6099c9d0e44f063de0230b47222e
chore: add CHANGE_LOG.en_US
1个文件已删除
2个文件已添加
300 ■■■■■ 已修改文件
CHANGELOG.en_US.md 102 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CHANGELOG.md 96 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CHANGELOG.zh_CN.md 102 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CHANGELOG.en_US.md
New 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
CHANGELOG.md
File was deleted
CHANGELOG.zh_CN.md
New 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
- 修复表单,动画及打包失败问题