diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index ad3e90dfe7c5a09c6bd72945a5db9d1b3e38f820..58b3b4303736c4d0636cfc64ca640a3825ca3aff 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,30 @@ +# 2.0.0-rc.4 (2020-10-21) + +### ✨ Features + +- New configuration toolbar for tables +- New message notification module + +### 🎫 Chores + +- The table does not show borders by default +- Dependency update +- Update vue to `v3.0.2` +- Interface style fine-tuning + +### ⚡ Performance Improvements + +- Optimize the size of the first screen +- Optimize the TableAction component +- Reduce the folding width of the menu + +### 🐛 Bug Fixes + +- Fix the problem of the menu name when the first level menu is folded +- Fix the problem that the preview command is not packaged +- Fix the problem that the form actionColOptions parameter does not take effect +- Fix the problem that the loading does not take effect when refreshing the form + # 2.0.0-rc.3 (2020-10-19) ### ✨ Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 3190754cad7597b307ff6f2e00ff572836dbc038..2e8f0fff4ec2333c687f818688f0f7e1728106d3 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,20 +1,29 @@ -# Wip +# 2.0.0-rc.4 (2020-10-21) + +### ✨ Features + +- 表格新增配置工具栏 +- 新增消息通知模块 ### 🎫 Chores - 表格默认不显示边框 - 依赖更新 +- 更新 vue 为`v3.0.2` +- 界面样式微调 ### ⚡ Performance Improvements - 优化首屏体积大小 - 优化 TableAction 组件 +- 减小菜单折叠宽度 ### 🐛 Bug Fixes - 修复一级菜单折叠显示菜单名问题 - 修复预览命令不打包问题 - 修复表格 actionColOptions 参数不生效问题 +- 修复表格刷新表单 loading 不生效问题 # 2.0.0-rc.3 (2020-10-19) diff --git a/package.json b/package.json index f17d348266b27b917f5611f92f90e25df2ece6d8..70fe872da29d791e84f950d9ace747ea7dc9f935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "scripts": { "bootstrap": "yarn install || npm install", "serve": "cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite",