Skip to content

Commit c0fd741

Browse files
committed
release: update 6.2.0
1 parent 6b179e6 commit c0fd741

File tree

5 files changed

+62
-2
lines changed

5 files changed

+62
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 6.2.0 (2025-10-16)
2+
3+
### 🎫 Features
4+
5+
- Added full-screen `403`, `404`, and `500` error pages. These full-screen error pages are clear and secure, improving the user experience.
6+
7+
### 🐞 Bug Fixes
8+
9+
- Fixed an issue where the built-in homepage did not have a `name` configured, causing cache invalidation after setting the page cache.
10+
- Fixed an issue where, in an embedded same-origin `iframe` page, when the `beforeunload` event was registered, right-clicking a tab and reloading it would cause the browser to prompt two confirmation blocks.
11+
- Fixed an issue where pages with `keepAlive: true` set to cache invalidation when the initial load was slow.
12+
- Fixed an issue where multiple tabs could be activated simultaneously when using the same parameters in different routes.
13+
- Fixed an issue where the right-click menu on a tab displayed incorrectly when passing `params` parameters.
14+
15+
### 🍏 Perf
16+
17+
- Optimized the `nprogress` progress bar. It no longer displays when reloading a page or requesting an interface, improving the user experience.
18+
- Optimized the timing of capturing all unmatched routes and redirecting to a full-screen `404` page.
19+
- Explicitly configured the `Tailwind CSS` entry file path to improve the contextual recognition and prompting performance of the `Tailwind CSS IntelliSense` plugin
20+
121
# 6.1.0 (2025-07-31)
222

323
### ✔️ Refactor

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 6.2.0 (2025-10-16)
2+
3+
### 🎫 Features
4+
5+
- Added full-screen `403`, `404`, and `500` error pages. These full-screen error pages are clear and secure, improving the user experience.
6+
7+
### 🐞 Bug Fixes
8+
9+
- Fixed an issue where the built-in homepage did not have a `name` configured, causing cache invalidation after setting the page cache.
10+
- Fixed an issue where, in an embedded same-origin `iframe` page, when the `beforeunload` event was registered, right-clicking a tab and reloading it would cause the browser to prompt two confirmation blocks.
11+
- Fixed an issue where pages with `keepAlive: true` set to cache invalidation when the initial load was slow.
12+
- Fixed an issue where multiple tabs could be activated simultaneously when using the same parameters in different routes.
13+
- Fixed an issue where the right-click menu on a tab displayed incorrectly when passing `params` parameters.
14+
15+
### 🍏 Perf
16+
17+
- Optimized the `nprogress` progress bar. It no longer displays when reloading a page or requesting an interface, improving the user experience.
18+
- Optimized the timing of capturing all unmatched routes and redirecting to a full-screen `404` page.
19+
- Explicitly configured the `Tailwind CSS` entry file path to improve the contextual recognition and prompting performance of the `Tailwind CSS IntelliSense` plugin
20+
121
# 6.1.0 (2025-07-31)
222

323
### ✔️ Refactor

CHANGELOG.zh_CN.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 6.2.0 (2025-10-16)
2+
3+
### 🎫 Feat
4+
5+
- 添加全屏`403``404``500`页面,全屏错误页面清晰且安全,提升用户体验
6+
7+
### 🐞 Bug fixes
8+
9+
- 修复内置的首页未设置`name`导致设置页面缓存后缓存无效的问题
10+
- 修复在内嵌同源`iframe`页面中,当其注册了`beforeunload`事件时,右键标签页点击重新加载导致浏览器弹出两次确认拦截的问题
11+
- 修复设置了`keepAlive: true`的页面在初次加载缓慢的情况下出现的页面缓存失效的问题
12+
- 修复不同路由使用相同参数时,多个标签页会同时被激活的问题
13+
- 修复`params`传参模式下标签页右键菜单显示不正确的问题
14+
15+
### 🍏 Perf
16+
17+
- 优化`nprogress`进度条,页面重进或接口请求时不再显示进度条,提升用户体验
18+
- 优化当捕获所有未匹配路由并跳转全屏`404`页面的时机
19+
- 显式配置`Tailwind CSS`入口文件路径,优化`Tailwind CSS IntelliSense`插件的上下文识别与提示性能
20+
121
# 6.1.0 (2025-07-31)
222

323
### ✔️ 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.1.0",
3+
"version": "6.2.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.1.0",
2+
"Version": "6.2.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)