diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 150ce3d24..a87606dec 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.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) ### ✔️ Refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index 150ce3d24..a87606dec 100644 --- a/CHANGELOG.md +++ b/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) ### ✔️ Refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index f807fe5b3..2dfcae66d 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -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) ### ✔️ Refactor diff --git a/package.json b/package.json index b7a17c2a4..ba17b6152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "6.0.0", + "version": "6.1.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index bb78bab32..1d04a8aec 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "6.0.0", + "Version": "6.1.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,