mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-08-11 10:34:45 +08:00
release: update 6.1.0
This commit is contained in:
parent
be4c4a00ec
commit
069131a9c8
@ -1,3 +1,20 @@
|
|||||||
|
# 6.1.0 (2025-07-31)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- Upgrade to `vite7`, update dependencies, and related compatibility processing
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed a flickering issue in the `ReSegmented` segmented controller component when switching between light and dark styles
|
||||||
|
- Fixed an issue where `resetRouter` did not clear all routing data
|
||||||
|
- Fixed an issue where closing the left tab in the tabs window did not work properly
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- Optimized navigation styles
|
||||||
|
- Upgraded `@pureadmin/table` to be compatible with all `el-table` APIs in the latest `element-plus` version.
|
||||||
|
|
||||||
# 6.0.0 (2025-04-10)
|
# 6.0.0 (2025-04-10)
|
||||||
|
|
||||||
### ✔️ Refactor
|
### ✔️ Refactor
|
||||||
|
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
|||||||
|
# 6.1.0 (2025-07-31)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- Upgrade to `vite7`, update dependencies, and related compatibility processing
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed a flickering issue in the `ReSegmented` segmented controller component when switching between light and dark styles
|
||||||
|
- Fixed an issue where `resetRouter` did not clear all routing data
|
||||||
|
- Fixed an issue where closing the left tab in the tabs window did not work properly
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- Optimized navigation styles
|
||||||
|
- Upgraded `@pureadmin/table` to be compatible with all `el-table` APIs in the latest `element-plus` version.
|
||||||
|
|
||||||
# 6.0.0 (2025-04-10)
|
# 6.0.0 (2025-04-10)
|
||||||
|
|
||||||
### ✔️ Refactor
|
### ✔️ Refactor
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
# 6.1.0 (2025-07-31)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- 升级至`vite7`,更新依赖,相关兼容处理
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复`ReSegmented`分段控制器组件在浅色和深色整体风格切换时的闪烁问题
|
||||||
|
- 修复`resetRouter`未清空全部路由数据问题
|
||||||
|
- 修复标签页-关闭左侧标签页关闭异常问题
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- 优化导航样式
|
||||||
|
- 升级`@pureadmin/table`兼容最新版`element-plus`的`el-table`的所有`API`
|
||||||
|
|
||||||
# 6.0.0 (2025-04-10)
|
# 6.0.0 (2025-04-10)
|
||||||
|
|
||||||
### ✔️ Refactor
|
### ✔️ Refactor
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "6.0.0",
|
"version": "6.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "6.0.0",
|
"Version": "6.1.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user