From cd21f1e050011d8f761094bf8a1e110fb8a33959 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 19 Aug 2024 13:53:33 +0800 Subject: [PATCH] release: update `5.8.0` --- CHANGELOG.en_US.md | 25 +++++++++++++++++++++++++ CHANGELOG.md | 25 +++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 25 +++++++++++++++++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 77 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 385164b42..af4d69e81 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,28 @@ +# 5.8.0 (2024-08-19) + +### 🎫 Feat + +- Added a second button permission command (judged based on the `permissions` field returned by the login interface) +- Functional pop-up box `ReDialog` adds whether to enable the `loading` loading animation function after clicking the confirmation button +- `PureTableBar` component adds full screen and exit full screen functions +- `VxeTableBar` component adds full screen and exit full screen functions +- The OK button of the `ReDialog` component provides the close button animation `closeLoading` function +- Add development environment code debugging `vite-plugin-vue-inspector` plug-in to improve development experience +- Added `vite-plugin-checker` plugin for stricter type and `eslint` verification + +### 🐞 Bug fixes + +- Fixed the problem that the current tab cannot be closed after configuring the routing attribute `fixedTag` to `false` +- Fixed the issue where `logo` cannot be hidden in top menu mode + +### 🍏 Perf + +- Optimize type hints for custom instructions +- Optimize the press enter login function on the login page +- Optimize the mask level of the left menu on the mobile side +- Optimize system management-permission function style of role management +- Upgraded dependencies, compatible with the latest version of `element-plus` + # 5.7.0 (2024-06-04) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 385164b42..af4d69e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 5.8.0 (2024-08-19) + +### 🎫 Feat + +- Added a second button permission command (judged based on the `permissions` field returned by the login interface) +- Functional pop-up box `ReDialog` adds whether to enable the `loading` loading animation function after clicking the confirmation button +- `PureTableBar` component adds full screen and exit full screen functions +- `VxeTableBar` component adds full screen and exit full screen functions +- The OK button of the `ReDialog` component provides the close button animation `closeLoading` function +- Add development environment code debugging `vite-plugin-vue-inspector` plug-in to improve development experience +- Added `vite-plugin-checker` plugin for stricter type and `eslint` verification + +### 🐞 Bug fixes + +- Fixed the problem that the current tab cannot be closed after configuring the routing attribute `fixedTag` to `false` +- Fixed the issue where `logo` cannot be hidden in top menu mode + +### 🍏 Perf + +- Optimize type hints for custom instructions +- Optimize the press enter login function on the login page +- Optimize the mask level of the left menu on the mobile side +- Optimize system management-permission function style of role management +- Upgraded dependencies, compatible with the latest version of `element-plus` + # 5.7.0 (2024-06-04) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 63bd83be3..68c4ef652 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,28 @@ +# 5.8.0 (2024-08-19) + +### 🎫 Feat + +- 新增第二种按钮权限指令(根据登录接口返回的`permissions`字段进行判断) +- 函数式弹框`ReDialog`添加点击确认按钮后是否开启`loading`加载动画功能 +- `PureTableBar`组件添加全屏和退出全屏功能 +- `VxeTableBar`组件添加全屏和退出全屏功能 +- `ReDialog`组件的确定按钮提供关闭按钮动画`closeLoading`功能 +- 添加开发环境代码调试`vite-plugin-vue-inspector`插件,提升开发体验 +- 添加`vite-plugin-checker`插件,更严格的类型和`eslint`校验 + +### 🐞 Bug fixes + +- 修复配置路由属性`fixedTag`为`false`后当前标签页不可关闭的问题 +- 修复顶部菜单模式下`logo`不可隐藏的问题 + +### 🍏 Perf + +- 优化自定义指令的类型提示 +- 优化登录页回车登录功能 +- 优化移动端左侧菜单遮罩层级 +- 优化系统管理-角色管理的权限功能样式 +- 升级依赖,`element-plus`最新版兼容处理 + # 5.7.0 (2024-06-04) ### 🎫 Feat diff --git a/package.json b/package.json index 001d3ca0a..bbeedf55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.7.0", + "version": "5.8.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index dbd8bb48b..ff128f9dd 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.7.0", + "Version": "5.8.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,