Skip to content

Commit 3701161

Browse files
committed
release: update 3.1.0
1 parent e3898df commit 3701161

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.1.0 (2022-3-3)
2+
3+
### 🎫 Feat
4+
5+
- iframe supports dynamic loading
6+
- Watermark example
7+
- Print examples (pictures, tables, echarts)
8+
- Add running and packaging information, use `lodash-unified` to replace `lodash-es`, `lodash-unified` supports `ESM` and is compatible with `CJS`
9+
10+
### 🐞 Bug fixes
11+
12+
- Fixed jumping to another menu page alone in one menu page, the routing page jumped but the tab page was not displayed
13+
- Fixed the route that returns dynamic level 3 and above in the background, and the menu does not correspond to the page
14+
115
# 3.0 (2022-2-14)
216

317
### 🎫 Feat

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.1.0 (2022-3-3)
2+
3+
### 🎫 Feat
4+
5+
- iframe supports dynamic loading
6+
- Watermark example
7+
- Print examples (pictures, tables, echarts)
8+
- Add running and packaging information, use `lodash-unified` to replace `lodash-es`, `lodash-unified` supports `ESM` and is compatible with `CJS`
9+
10+
### 🐞 Bug fixes
11+
12+
- Fixed jumping to another menu page alone in one menu page, the routing page jumped but the tab page was not displayed
13+
- Fixed the route that returns dynamic level 3 and above in the background, and the menu does not correspond to the page
14+
115
# 3.0 (2022-2-14)
216

317
### 🎫 Feat

CHANGELOG.zh_CN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.1.0 (2022-3-3)
2+
3+
### 🎫 Feat
4+
5+
- iframe 支持动态加载
6+
- 水印示例
7+
- 打印示例(图片、表格、echarts)
8+
- 添加运行、打包信息, 使用`lodash-unified`替换`lodash-es`,`lodash-unified`支持`ESM`同时兼容`CJS`
9+
10+
### 🐞 Bug fixes
11+
12+
- 修复在一个菜单页面内单独跳转到另一个菜单页面,路由页面跳转了但是标签页不显示的情况
13+
- 修复后台返回动态三级及以上的路由,出现菜单与页面不对应的情况
14+
115
# 3.0 (2022-2-14)
216

317
### 🎫 Feat

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.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env --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.0",
2+
"Version": "3.1.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)