Skip to content

Commit 1ef6ce7

Browse files
committed
release: update 3.9.1
1 parent d5d7dd8 commit 1ef6ce7

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.9.1 (2022-12-02)
2+
3+
### 🎫 Feat
4+
5+
- Add `CachingAsyncRoutes` whether to enable dynamic route cache local global configuration, default `true`
6+
- Add `TooltipEffect` global configuration, you can configure the `effect` attribute of all `el-tooltip` on the platform body, the default `light`, does not affect the business code
7+
- Add directory, menu text exceeds display `Tooltip` text prompt demo
8+
9+
### 🍏 Perf
10+
11+
- Optimize `initRouter` method, compatible with `sso` scenario
12+
- Breadcrumb animation style optimization
13+
114
# 3.9.0 (2022-11-30)
215

316
### 🐞 Bug fixes

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.9.1 (2022-12-02)
2+
3+
### 🎫 Feat
4+
5+
- Add `CachingAsyncRoutes` whether to enable dynamic route cache local global configuration, default `true`
6+
- Add `TooltipEffect` global configuration, you can configure the `effect` attribute of all `el-tooltip` on the platform body, the default `light`, does not affect the business code
7+
- Add directory, menu text exceeds display `Tooltip` text prompt demo
8+
9+
### 🍏 Perf
10+
11+
- Optimize `initRouter` method, compatible with `sso` scenario
12+
- Breadcrumb animation style optimization
13+
114
# 3.9.0 (2022-11-30)
215

316
### 🐞 Bug fixes

CHANGELOG.zh_CN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.9.1 (2022-12-02)
2+
3+
### 🎫 Feat
4+
5+
- 添加 `CachingAsyncRoutes` 是否开启动态路由缓存本地的全局配置,默认 `true`
6+
- 添加 `TooltipEffect` 全局配置,可配置平台主体所有 `el-tooltip``effect` 属性,默认 `light`,不影响业务代码
7+
- 添加目录、菜单文字超出显示 `Tooltip` 文字提示演示
8+
9+
### 🍏 Perf
10+
11+
- 优化 `initRouter` 方法,兼容 `sso` 场景
12+
- 面包屑动画样式优化
13+
114
# 3.9.0 (2022-11-30)
215

316
### 🐞 Bug fixes

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": "3.9.0",
3+
"version": "3.9.1",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

public/serverConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "3.9.0",
2+
"Version": "3.9.1",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)