mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 10:26:32 +00:00
chore: bump: 2.0.0.rc4
This commit is contained in:
@@ -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
|
||||
|
@@ -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,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",
|
||||
|
Reference in New Issue
Block a user