diff --git a/CHANGELOG.md b/CHANGELOG.md index 6098d800..d17f8dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 🎉🎉🔥 `vue-next-admin` 基于 vue3.x 、Typescript、vite、Element plus 等,适配手机、平板、pc 的后台开源免费模板库(vue2.x 请切换 vue-prev-admin 分支) +## 1.0.17 + +`2021.08.22` + +- 🌟 更新 依赖更新最新版本 +- 🎯 优化 去除设置布局切换,重置主题样式(initSetLayoutChange),切换布局需手动设置样式,设置的样式自动同步各布局 +- 🎯 优化 Dropdown 下拉菜单用户账号靠边时换行问题 +- 🎯 优化 左侧导航菜单,共用菜单树,防止 `布局配置` 设置 `菜单 / 顶栏` 时,样式丢失等问题 +- 🐞 修复 固定 header 后没有回到顶部的 bug,拉取项目后运行不起来的 bug。!14,感谢@wjs0509 +- 🐞 修复 tagView 右键全屏后,浏览器窗口大小发生任何变化都会导致左边菜单显示出来,并且可点击打开对应页面。I46E6T +- 🐞 修复 默认设置 `菜单 / 顶栏` 样式不生效问题(/@/src/store/modules/themeConfig.ts) + ## 1.0.16 `2021.08.14` diff --git a/package.json b/package.json index af7e5cc0..7dda69bf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "echarts": "^5.1.2", "echarts-gl": "^2.0.8", "echarts-wordcloud": "^2.0.0", - "element-plus": "^1.0.2-beta.70", + "element-plus": "^1.0.2-beta.71", "mitt": "^3.0.0", "nprogress": "^0.2.0", "print-js": "^1.6.0", @@ -28,26 +28,26 @@ "vue-router": "^4.0.10", "vue-web-screen-shot": "^1.2.0", "vuex": "^4.0.2", - "wangeditor": "^4.7.6" + "wangeditor": "^4.7.7" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/clipboard": "^2.0.1", - "@types/node": "^16.6.1", + "@types/node": "^16.7.1", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.7", - "@typescript-eslint/eslint-plugin": "^4.29.1", - "@typescript-eslint/parser": "^4.29.1", + "@typescript-eslint/eslint-plugin": "^4.29.2", + "@typescript-eslint/parser": "^4.29.2", "@vitejs/plugin-vue": "^1.4.0", - "@vue/compiler-sfc": "^3.2.2", + "@vue/compiler-sfc": "^3.2.4", "dotenv": "^10.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^7.16.0", "prettier": "^2.3.2", - "sass": "^1.37.5", + "sass": "^1.38.0", "sass-loader": "^12.1.0", "typescript": "^4.3.5", - "vite": "^2.4.4", + "vite": "^2.5.0", "vue-eslint-parser": "^7.10.0" }, "browserslist": [ diff --git a/src/layout/component/aside.vue b/src/layout/component/aside.vue index 8d2368b5..f07eec21 100644 --- a/src/layout/component/aside.vue +++ b/src/layout/component/aside.vue @@ -1,20 +1,12 @@