From f13faf07885185436a1ee95a3ae5af0cd448d155 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 4 Dec 2022 16:45:47 +0800 Subject: [PATCH] release: update `3.9.3` --- CHANGELOG.en_US.md | 17 +++++++++++++++++ CHANGELOG.md | 17 +++++++++++++++++ CHANGELOG.zh_CN.md | 17 +++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index c7c2db37b..94372ea69 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,20 @@ +# 3.9.3 (2022-12-04) + +### 🎫 Feat + +- Add `@pureadmin/table` pagination and loading animation example + +### 🐞 Bug fixes + +- Fixed the problem that the refresh page would be blank due to changes in dynamic routes stored in local storage after enabling `CachingAsyncRoutes` +- Fixed `Tooltip` displayed abnormally after the menu is collapsed + +### 🍏 Perf + +- Expand the use of local icons, the first launch of the full version reduces `13` requests again +- When the menu loading is slow, add `loading` animation to optimize user experience +- Theme initialization is placed in `onBeforeMount` to avoid flashing of the initialization page + # 3.9.2 (2022-12-03) ### 🍏 Perf diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c2db37b..94372ea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 3.9.3 (2022-12-04) + +### 🎫 Feat + +- Add `@pureadmin/table` pagination and loading animation example + +### 🐞 Bug fixes + +- Fixed the problem that the refresh page would be blank due to changes in dynamic routes stored in local storage after enabling `CachingAsyncRoutes` +- Fixed `Tooltip` displayed abnormally after the menu is collapsed + +### 🍏 Perf + +- Expand the use of local icons, the first launch of the full version reduces `13` requests again +- When the menu loading is slow, add `loading` animation to optimize user experience +- Theme initialization is placed in `onBeforeMount` to avoid flashing of the initialization page + # 3.9.2 (2022-12-03) ### 🍏 Perf diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 8660e2479..49abe7249 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,20 @@ +# 3.9.3 (2022-12-04) + +### 🎫 Feat + +- 添加 `@pureadmin/table` 分页和加载动画示例 + +### 🐞 Bug fixes + +- 修复开启 `CachingAsyncRoutes` 后,存入本地存储的动态路由改变造成刷新页面空白的问题 +- 修复菜单折叠后 `Tooltip` 显示异常 + +### 🍏 Perf + +- 扩展本地图标使用方式,完整版首启动再次减少 `13` 个请求 +- 当菜单加载慢时,添加 `loading` 动画,优化用户体验 +- 主题初始化放在 `onBeforeMount` 里,避免初始化页面闪烁 + # 3.9.2 (2022-12-03) ### 🍏 Perf diff --git a/package.json b/package.json index f38923cad..9b0032389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.9.2", + "version": "3.9.3", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index ae25bb693..4e632cc97 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.9.2", + "Version": "3.9.3", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,