File tree Expand file tree Collapse file tree 5 files changed +77
-2
lines changed Expand file tree Collapse file tree 5 files changed +77
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
26
# 5.7.0 (2024-06-04)
2
27
3
28
### 🎫 Feat
Original file line number Diff line number Diff line change
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
+
1
26
# 5.7.0 (2024-06-04)
2
27
3
28
### 🎫 Feat
Original file line number Diff line number Diff line change
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
+
1
26
# 5.7.0 (2024-06-04)
2
27
3
28
### 🎫 Feat
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-pure-admin" ,
3
- "version" : " 5.7 .0" ,
3
+ "version" : " 5.8 .0" ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "Version" : " 5.7 .0" ,
2
+ "Version" : " 5.8 .0" ,
3
3
"Title" : " PureAdmin" ,
4
4
"FixedHeader" : true ,
5
5
"HiddenSideBar" : false ,
You can’t perform that action at this time.
0 commit comments