@@ -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)
### 🎫 Feat
+- iframe 支持动态加载
+- 水印示例
+- 打印示例(图片、表格、echarts)
+- 添加运行、打包信息, 使用`lodash-unified`替换`lodash-es`,`lodash-unified`支持`ESM`同时兼容`CJS`
+- 修复在一个菜单页面内单独跳转到另一个菜单页面,路由页面跳转了但是标签页不显示的情况
+- 修复后台返回动态三级及以上的路由,出现菜单与页面不对应的情况
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
- "version": "3.0",
+ "version": "3.1.0",
"private": true,
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",
@@ -1,5 +1,5 @@
- "Version": "3.0",
+ "Version": "3.1.0",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,