diff --git a/TEMPLATE-CHANGELOG.md b/TEMPLATE-CHANGELOG.md index 08a07d63..f08cc2fe 100644 --- a/TEMPLATE-CHANGELOG.md +++ b/TEMPLATE-CHANGELOG.md @@ -1,5 +1,32 @@ +## [1.1.17](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.16...template-1.1.17) (2023-06-21) + + +### 其他[chore] + +* vue-request 版本改为正式版本 ([8c7a6c1](https://github.com/meadmin-cn/meadmin-template/commit/8c7a6c141c64560d46e7e88e564a0b01f7229a75)) + + +### 重构[refactor] + +* 路由声明移除LayoutPage ([0d3447e](https://github.com/meadmin-cn/meadmin-template/commit/0d3447e4ae179688f074ac2d282347dbd4d403a9)) +* 移除LayoutPage引用 ([41d5624](https://github.com/meadmin-cn/meadmin-template/commit/41d5624a6f85c11d1b9404a315fb0ff6e8e972d7)) + + +### Bug 修复[fix] + +* 修复超过三级的菜单只有一个子元素时菜单不提升bug ([7abc316](https://github.com/meadmin-cn/meadmin-template/commit/7abc3166d27899367ee9f92bcee26214662f271c)) +* 修复当子菜单只有一层并且其子菜单为空数组时渲染出错bug ([3d23151](https://github.com/meadmin-cn/meadmin-template/commit/3d231517128ed730349bed8310a651e83e99dd8d)) +* 修复结构store失去响应问题 ([b3f74d8](https://github.com/meadmin-cn/meadmin-template/commit/b3f74d8cff9d1f24be22371388b2bb89584320d9)) + + +### 新功能[feat] + +* 加上KeyOfMap、ValueOfMap ([3b0c0ac](https://github.com/meadmin-cn/meadmin-template/commit/3b0c0ac9bd67710263a2d1763279c2d6eb8c79e8)) +* 面包屑展示加上子元素判断 ([c236f8c](https://github.com/meadmin-cn/meadmin-template/commit/c236f8c47464e655cd16b1c4d84e66ba17759d5a)) +* 优化路由声明,自动声明动态路由的跟路由,动态路由菜单允许只有一级 ([99766d2](https://github.com/meadmin-cn/meadmin-template/commit/99766d27f8090356a31e2c2be66def8d63a9f9b5)) + ## [1.1.16](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.15...template-1.1.16) (2023-05-25) diff --git a/package.json b/package.json index 7ff0010c..7c9015dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meadmin-template", "private": true, - "version": "1.1.16", + "version": "1.1.17", "type": "module", "author": { "name": "meadmin-cn",