diff --git a/CHANGELOG.md b/CHANGELOG.md index de9bf34..6098d80 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.16 + +`2021.08.14` + +- 🌟 更新 依赖更新最新版本 +- 🎯 优化 菜单高亮(详情且详情设置了 meta.isHide 时,顶级菜单高亮),感谢群友@YourObject +- 🎯 优化 详情路径写法:如父级(/pages/filtering),那么详情为(/pages/filtering/details?id=1)。这样写可实现(详情时,父级菜单高亮),否则写成(/pages/filteringDetails?id=1)顶级菜单将不会高亮。可参考:`页面/过滤筛选组件`,点击当前图片进行测试 +- 🎯 优化 tagsView 右键菜单全屏时,打开的界面高度问题 +- 🎯 优化 图表批量 resize 问题 +- 🐞 修复 菜单收起时(设置全局主题:primary 且有二级菜单时),文字高亮颜色不对 +- 🐞 修复 国际化 #I43NPE。可参考:`页面/过滤筛选组件`,点击顶部语言切换,进行底部分页国际化查看 + ## 1.0.15 `2021.08.06` diff --git a/package.json b/package.json index 51355fe..af7e5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-next-admin", - "version": "1.0.15", + "version": "1.0.16", "scripts": { "dev": "vite", "build": "vite build", @@ -11,7 +11,7 @@ "countup.js": "^2.0.8", "cropperjs": "^1.5.12", "echarts": "^5.1.2", - "echarts-gl": "^2.0.7", + "echarts-gl": "^2.0.8", "echarts-wordcloud": "^2.0.0", "element-plus": "^1.0.2-beta.70", "mitt": "^3.0.0", @@ -33,16 +33,16 @@ "devDependencies": { "@types/axios": "^0.14.0", "@types/clipboard": "^2.0.1", - "@types/node": "^16.4.13", + "@types/node": "^16.6.1", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.7", - "@typescript-eslint/eslint-plugin": "^4.29.0", - "@typescript-eslint/parser": "^4.29.0", - "@vitejs/plugin-vue": "^1.3.0", - "@vue/compiler-sfc": "^3.1.5", + "@typescript-eslint/eslint-plugin": "^4.29.1", + "@typescript-eslint/parser": "^4.29.1", + "@vitejs/plugin-vue": "^1.4.0", + "@vue/compiler-sfc": "^3.2.2", "dotenv": "^10.0.0", "eslint": "^7.32.0", - "eslint-plugin-vue": "^7.15.1", + "eslint-plugin-vue": "^7.16.0", "prettier": "^2.3.2", "sass": "^1.37.5", "sass-loader": "^12.1.0", diff --git a/src/App.vue b/src/App.vue index b2fed67..a96c08d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,14 @@