mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
release: update 5.8.0
This commit is contained in:
parent
5fbb664da7
commit
cd21f1e050
@ -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)
|
# 5.7.0 (2024-06-04)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
25
CHANGELOG.md
25
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)
|
# 5.7.0 (2024-06-04)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -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)
|
# 5.7.0 (2024-06-04)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "5.7.0",
|
"version": "5.8.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "5.7.0",
|
"Version": "5.8.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user