Skip to content

Commit cd21f1e

Browse files
committed
release: update 5.8.0
1 parent 5fbb664 commit cd21f1e

File tree

5 files changed

+77
-2
lines changed

5 files changed

+77
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 5.8.0 (2024-08-19)
2+
3+
### 🎫 Feat
4+
5+
- Added a second button permission command (judged based on the `permissions` field returned by the login interface)
6+
- Functional pop-up box `ReDialog` adds whether to enable the `loading` loading animation function after clicking the confirmation button
7+
- `PureTableBar` component adds full screen and exit full screen functions
8+
- `VxeTableBar` component adds full screen and exit full screen functions
9+
- The OK button of the `ReDialog` component provides the close button animation `closeLoading` function
10+
- Add development environment code debugging `vite-plugin-vue-inspector` plug-in to improve development experience
11+
- Added `vite-plugin-checker` plugin for stricter type and `eslint` verification
12+
13+
### 🐞 Bug fixes
14+
15+
- Fixed the problem that the current tab cannot be closed after configuring the routing attribute `fixedTag` to `false`
16+
- Fixed the issue where `logo` cannot be hidden in top menu mode
17+
18+
### 🍏 Perf
19+
20+
- Optimize type hints for custom instructions
21+
- Optimize the press enter login function on the login page
22+
- Optimize the mask level of the left menu on the mobile side
23+
- Optimize system management-permission function style of role management
24+
- Upgraded dependencies, compatible with the latest version of `element-plus`
25+
126
# 5.7.0 (2024-06-04)
227

328
### 🎫 Feat

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 5.8.0 (2024-08-19)
2+
3+
### 🎫 Feat
4+
5+
- Added a second button permission command (judged based on the `permissions` field returned by the login interface)
6+
- Functional pop-up box `ReDialog` adds whether to enable the `loading` loading animation function after clicking the confirmation button
7+
- `PureTableBar` component adds full screen and exit full screen functions
8+
- `VxeTableBar` component adds full screen and exit full screen functions
9+
- The OK button of the `ReDialog` component provides the close button animation `closeLoading` function
10+
- Add development environment code debugging `vite-plugin-vue-inspector` plug-in to improve development experience
11+
- Added `vite-plugin-checker` plugin for stricter type and `eslint` verification
12+
13+
### 🐞 Bug fixes
14+
15+
- Fixed the problem that the current tab cannot be closed after configuring the routing attribute `fixedTag` to `false`
16+
- Fixed the issue where `logo` cannot be hidden in top menu mode
17+
18+
### 🍏 Perf
19+
20+
- Optimize type hints for custom instructions
21+
- Optimize the press enter login function on the login page
22+
- Optimize the mask level of the left menu on the mobile side
23+
- Optimize system management-permission function style of role management
24+
- Upgraded dependencies, compatible with the latest version of `element-plus`
25+
126
# 5.7.0 (2024-06-04)
227

328
### 🎫 Feat

CHANGELOG.zh_CN.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 5.8.0 (2024-08-19)
2+
3+
### 🎫 Feat
4+
5+
- 新增第二种按钮权限指令(根据登录接口返回的`permissions`字段进行判断)
6+
- 函数式弹框`ReDialog`添加点击确认按钮后是否开启`loading`加载动画功能
7+
- `PureTableBar`组件添加全屏和退出全屏功能
8+
- `VxeTableBar`组件添加全屏和退出全屏功能
9+
- `ReDialog`组件的确定按钮提供关闭按钮动画`closeLoading`功能
10+
- 添加开发环境代码调试`vite-plugin-vue-inspector`插件,提升开发体验
11+
- 添加`vite-plugin-checker`插件,更严格的类型和`eslint`校验
12+
13+
### 🐞 Bug fixes
14+
15+
- 修复配置路由属性`fixedTag``false`后当前标签页不可关闭的问题
16+
- 修复顶部菜单模式下`logo`不可隐藏的问题
17+
18+
### 🍏 Perf
19+
20+
- 优化自定义指令的类型提示
21+
- 优化登录页回车登录功能
22+
- 优化移动端左侧菜单遮罩层级
23+
- 优化系统管理-角色管理的权限功能样式
24+
- 升级依赖,`element-plus`最新版兼容处理
25+
126
# 5.7.0 (2024-06-04)
227

328
### 🎫 Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pure-admin",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

public/platform-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "5.7.0",
2+
"Version": "5.8.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)