diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb43731..6709dbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 🎉🎉🔥 `vue-next-admin` 基于 vue3.x 、Typescript、vite、Element plus 等,适配手机、平板、pc 的后台开源免费模板库(vue2.x 请切换 vue-prev-admin 分支) +## 1.0.8 + +`2021.06.29` + +- 🌟 更新 依赖更新最新版本 +- 🎉 新增 表单中英文切换演示 +- 🎯 优化 登录页查看密码 icon 图标 +- 🎯 优化 图标选择器 +- 🎯 优化 拖动指令 +- 🐞 修复 form 表单在页面小于 576px 时的排版问题 + ## 1.0.7 `2021.06.24` diff --git a/package.json b/package.json index 968a7e6d..20909486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-next-admin", - "version": "1.0.7", + "version": "1.0.8", "scripts": { "dev": "vite", "build": "vite build", @@ -13,7 +13,7 @@ "cropperjs": "^1.5.12", "echarts": "^5.1.2", "echarts-wordcloud": "^2.0.0", - "element-plus": "^1.0.2-beta.51", + "element-plus": "^1.0.2-beta.53", "mitt": "^3.0.0", "nprogress": "^0.2.0", "print-js": "^1.6.0", @@ -32,17 +32,17 @@ "devDependencies": { "@types/axios": "^0.14.0", "@types/clipboard": "^2.0.1", - "@types/node": "^15.12.4", + "@types/node": "^15.12.5", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.6", - "@typescript-eslint/eslint-plugin": "^4.28.0", - "@typescript-eslint/parser": "^4.28.0", - "@vitejs/plugin-vue": "^1.2.3", + "@typescript-eslint/eslint-plugin": "^4.28.1", + "@typescript-eslint/parser": "^4.28.1", + "@vitejs/plugin-vue": "^1.2.4", "@vue/compiler-sfc": "^3.1.2", "dotenv": "^10.0.0", "eslint": "^7.29.0", - "eslint-plugin-vue": "^7.11.1", - "prettier": "^2.3.1", + "eslint-plugin-vue": "^7.12.1", + "prettier": "^2.3.2", "sass": "^1.35.1", "sass-loader": "^12.1.0", "typescript": "^4.3.4", diff --git a/src/components/iconSelector/index.vue b/src/components/iconSelector/index.vue index d07580cf..3f52362e 100644 --- a/src/components/iconSelector/index.vue +++ b/src/components/iconSelector/index.vue @@ -1,57 +1,49 @@