Skip to content

Commit 069131a

Browse files
committed
release: update 6.1.0
1 parent be4c4a0 commit 069131a

File tree

5 files changed

+53
-2
lines changed

5 files changed

+53
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 6.1.0 (2025-07-31)
2+
3+
### ✔️ Refactor
4+
5+
- Upgrade to `vite7`, update dependencies, and related compatibility processing
6+
7+
### 🐞 Bug fixes
8+
9+
- Fixed a flickering issue in the `ReSegmented` segmented controller component when switching between light and dark styles
10+
- Fixed an issue where `resetRouter` did not clear all routing data
11+
- Fixed an issue where closing the left tab in the tabs window did not work properly
12+
13+
### 🍏 Perf
14+
15+
- Optimized navigation styles
16+
- Upgraded `@pureadmin/table` to be compatible with all `el-table` APIs in the latest `element-plus` version.
17+
118
# 6.0.0 (2025-04-10)
219

320
### ✔️ Refactor

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 6.1.0 (2025-07-31)
2+
3+
### ✔️ Refactor
4+
5+
- Upgrade to `vite7`, update dependencies, and related compatibility processing
6+
7+
### 🐞 Bug fixes
8+
9+
- Fixed a flickering issue in the `ReSegmented` segmented controller component when switching between light and dark styles
10+
- Fixed an issue where `resetRouter` did not clear all routing data
11+
- Fixed an issue where closing the left tab in the tabs window did not work properly
12+
13+
### 🍏 Perf
14+
15+
- Optimized navigation styles
16+
- Upgraded `@pureadmin/table` to be compatible with all `el-table` APIs in the latest `element-plus` version.
17+
118
# 6.0.0 (2025-04-10)
219

320
### ✔️ Refactor

CHANGELOG.zh_CN.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 6.1.0 (2025-07-31)
2+
3+
### ✔️ Refactor
4+
5+
- 升级至`vite7`,更新依赖,相关兼容处理
6+
7+
### 🐞 Bug fixes
8+
9+
- 修复`ReSegmented`分段控制器组件在浅色和深色整体风格切换时的闪烁问题
10+
- 修复`resetRouter`未清空全部路由数据问题
11+
- 修复标签页-关闭左侧标签页关闭异常问题
12+
13+
### 🍏 Perf
14+
15+
- 优化导航样式
16+
- 升级`@pureadmin/table`兼容最新版`element-plus``el-table`的所有`API`
17+
118
# 6.0.0 (2025-04-10)
219

320
### ✔️ Refactor

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": "6.0.0",
3+
"version": "6.1.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": "6.0.0",
2+
"Version": "6.1.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)