mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
release: update 3.1.0
This commit is contained in:
parent
e3898df731
commit
3701161022
@ -1,3 +1,17 @@
|
|||||||
|
# 3.1.0 (2022-3-3)
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- iframe supports dynamic loading
|
||||||
|
- Watermark example
|
||||||
|
- Print examples (pictures, tables, echarts)
|
||||||
|
- Add running and packaging information, use `lodash-unified` to replace `lodash-es`, `lodash-unified` supports `ESM` and is compatible with `CJS`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed jumping to another menu page alone in one menu page, the routing page jumped but the tab page was not displayed
|
||||||
|
- Fixed the route that returns dynamic level 3 and above in the background, and the menu does not correspond to the page
|
||||||
|
|
||||||
# 3.0 (2022-2-14)
|
# 3.0 (2022-2-14)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
|||||||
|
# 3.1.0 (2022-3-3)
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- iframe supports dynamic loading
|
||||||
|
- Watermark example
|
||||||
|
- Print examples (pictures, tables, echarts)
|
||||||
|
- Add running and packaging information, use `lodash-unified` to replace `lodash-es`, `lodash-unified` supports `ESM` and is compatible with `CJS`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed jumping to another menu page alone in one menu page, the routing page jumped but the tab page was not displayed
|
||||||
|
- Fixed the route that returns dynamic level 3 and above in the background, and the menu does not correspond to the page
|
||||||
|
|
||||||
# 3.0 (2022-2-14)
|
# 3.0 (2022-2-14)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
# 3.1.0 (2022-3-3)
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- iframe 支持动态加载
|
||||||
|
- 水印示例
|
||||||
|
- 打印示例(图片、表格、echarts)
|
||||||
|
- 添加运行、打包信息, 使用`lodash-unified`替换`lodash-es`,`lodash-unified`支持`ESM`同时兼容`CJS`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复在一个菜单页面内单独跳转到另一个菜单页面,路由页面跳转了但是标签页不显示的情况
|
||||||
|
- 修复后台返回动态三级及以上的路由,出现菜单与页面不对应的情况
|
||||||
|
|
||||||
# 3.0 (2022-2-14)
|
# 3.0 (2022-2-14)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "3.0",
|
"version": "3.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env --max_old_space_size=4096 vite",
|
"dev": "cross-env --max_old_space_size=4096 vite",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "3.0",
|
"Version": "3.1.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user