Browse Source

chore: bump: 2.0.0.rc4

vben 4 năm trước cách đây
mục cha
commit
5f39beef2c
3 tập tin đã thay đổi với 38 bổ sung2 xóa
  1. 27 0
      CHANGELOG.en_US.md
  2. 10 1
      CHANGELOG.zh_CN.md
  3. 1 1
      package.json

+ 27 - 0
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

+ 10 - 1
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)
 

+ 1 - 1
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",