Skip to content

Commit 2cc6881

Browse files
committed
Merge branch 'main' into pages
2 parents 51e9dfc + 069131a commit 2cc6881

File tree

7 files changed

+472
-409
lines changed

7 files changed

+472
-409
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.17.0
1+
v22.17.1

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: 12 additions & 12 deletions
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": {
@@ -53,11 +53,11 @@
5353
"@logicflow/core": "^1.2.28",
5454
"@logicflow/extension": "^1.2.28",
5555
"@pureadmin/descriptions": "^1.2.1",
56-
"@pureadmin/table": "^3.2.1",
56+
"@pureadmin/table": "^3.3.0",
5757
"@pureadmin/utils": "^2.6.2",
5858
"@vue-flow/background": "^1.3.2",
5959
"@vue-flow/core": "^1.45.0",
60-
"@vueuse/core": "^13.5.0",
60+
"@vueuse/core": "^13.6.0",
6161
"@vueuse/motion": "^3.0.3",
6262
"@wangeditor/editor": "^5.1.23",
6363
"@wangeditor/editor-for-vue": "^5.1.12",
@@ -117,9 +117,9 @@
117117
"@commitlint/cli": "^19.8.1",
118118
"@commitlint/config-conventional": "^19.8.1",
119119
"@commitlint/types": "^19.8.1",
120-
"@eslint/js": "^9.31.0",
120+
"@eslint/js": "^9.32.0",
121121
"@faker-js/faker": "^9.9.0",
122-
"@iconify/json": "^2.2.362",
122+
"@iconify/json": "^2.2.364",
123123
"@iconify/vue": "4.2.0",
124124
"@intlify/unplugin-vue-i18n": "^6.0.8",
125125
"@tailwindcss/vite": "^4.1.11",
@@ -133,13 +133,13 @@
133133
"@types/qrcode": "^1.5.5",
134134
"@types/qs": "^6.14.0",
135135
"@types/sortablejs": "^1.15.8",
136-
"@vitejs/plugin-vue": "^6.0.0",
136+
"@vitejs/plugin-vue": "^6.0.1",
137137
"@vitejs/plugin-vue-jsx": "^5.0.1",
138138
"boxen": "^8.0.1",
139-
"code-inspector-plugin": "^0.20.17",
139+
"code-inspector-plugin": "^1.0.3",
140140
"cssnano": "^7.1.0",
141141
"dagre": "^0.8.5",
142-
"eslint": "^9.31.0",
142+
"eslint": "^9.32.0",
143143
"eslint-config-prettier": "^10.1.8",
144144
"eslint-plugin-prettier": "^5.5.3",
145145
"eslint-plugin-vue": "^10.3.0",
@@ -154,7 +154,7 @@
154154
"rimraf": "^6.0.1",
155155
"rollup-plugin-visualizer": "^6.0.3",
156156
"sass": "^1.89.2",
157-
"stylelint": "^16.22.0",
157+
"stylelint": "^16.23.0",
158158
"stylelint-config-recess-order": "^7.1.0",
159159
"stylelint-config-recommended-vue": "^1.6.1",
160160
"stylelint-config-standard-scss": "^14.0.0",
@@ -163,16 +163,16 @@
163163
"tailwindcss": "^4.1.11",
164164
"typescript": "^5.8.3",
165165
"typescript-eslint": "^8.38.0",
166-
"unplugin-icons": "^22.1.0",
167-
"vite": "^7.0.5",
166+
"unplugin-icons": "^22.2.0",
167+
"vite": "^7.0.6",
168168
"vite-plugin-cdn-import": "^1.0.1",
169169
"vite-plugin-compression": "^0.5.1",
170170
"vite-plugin-fake-server": "^2.2.0",
171171
"vite-plugin-remove-console": "^2.2.0",
172172
"vite-plugin-router-warn": "^1.0.0",
173173
"vite-svg-loader": "^5.1.0",
174174
"vue-eslint-parser": "^10.2.0",
175-
"vue-tsc": "^3.0.3"
175+
"vue-tsc": "^3.0.4"
176176
},
177177
"engines": {
178178
"node": "^20.19.0 || >=22.12.0",

0 commit comments

Comments
 (0)