diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5df9ae..e4f661a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,59 @@ # Changelog +## [v1.3.7](https://github.com/soybeanjs/soybean-admin/compare/v1.3.6...v1.3.7) (2024-09-21) + +###    🚨 Breaking Changes + +- **projects**: update scss config  -  by @soybeanjs [(24e9e)](https://github.com/soybeanjs/soybean-admin/commit/24e9e57) + +###    🐞 Bug Fixes + +- **projects**: fix global-tab click conflict with contextmenu  -  by @soybeanjs [(3e72c)](https://github.com/soybeanjs/soybean-admin/commit/3e72c3b) + +###    💅 Refactors + +- **packages**: @sa/materials: remove tab close shortcut by mouse  -  by @soybeanjs [(4da58)](https://github.com/soybeanjs/soybean-admin/commit/4da588c) + +###    🏡 Chore + +- **deps**: update deps  -  by @soybeanjs [(baefd)](https://github.com/soybeanjs/soybean-admin/commit/baefdfd) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + +## [v1.3.6](https://github.com/soybeanjs/soybean-admin/compare/v1.3.5...v1.3.6) (2024-09-20) + +###    🐞 Bug Fixes + +- **components**: + - fix VerticalMixMenu name  -  by @soybeanjs [(20f8e)](https://github.com/soybeanjs/soybean-admin/commit/20f8ed3) +- **projects**: + - fix click global-tab in iPad. fixed #624  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/624 [(04d05)](https://github.com/soybeanjs/soybean-admin/commit/04d0564) + - when the roles filter submenu is empty, the parent menu is not excluded. fixed #621.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/626 and https://github.com/soybeanjs/soybean-admin/issues/621 [(0ac95)](https://github.com/soybeanjs/soybean-admin/commit/0ac95bd) + +###    🛠 Optimizations + +- **projects**: + - optimize code  -  by @soybeanjs [(6561f)](https://github.com/soybeanjs/soybean-admin/commit/6561f0b) + - optimize code  -  by @soybeanjs [(38eeb)](https://github.com/soybeanjs/soybean-admin/commit/38eeb67) + - remove defineModel setting,enabled by default  -  by @yanbowe in https://github.com/soybeanjs/soybean-admin/issues/620 [(60bbd)](https://github.com/soybeanjs/soybean-admin/commit/60bbd2d) + +###    📖 Documentation + +- **projects**: update CHANGELOG  -  by @soybeanjs [(5baf1)](https://github.com/soybeanjs/soybean-admin/commit/5baf19d) + +###    🏡 Chore + +- **deps**: + - update deps  -  by @soybeanjs [(207d6)](https://github.com/soybeanjs/soybean-admin/commit/207d6eb) + - update deps  -  by @soybeanjs [(f3562)](https://github.com/soybeanjs/soybean-admin/commit/f35627e) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)  [![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)  [![yanbowe](https://github.com/yanbowe.png?size=48)](https://github.com/yanbowe)   + ## [v1.3.5](https://github.com/soybeanjs/soybean-admin/compare/v1.3.4...v1.3.5) (2024-09-07) ###    🚀 Features diff --git a/package.json b/package.json index 1f8f414c..d8932e44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "soybean-admin", "type": "module", - "version": "1.3.5", + "version": "1.3.7", "description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。", "author": { "name": "Soybean", @@ -55,7 +55,7 @@ "@sa/hooks": "workspace:*", "@sa/materials": "workspace:*", "@sa/utils": "workspace:*", - "@vueuse/core": "11.0.3", + "@vueuse/core": "11.1.0", "clipboard": "2.0.11", "dayjs": "1.11.13", "echarts": "5.5.1", @@ -64,40 +64,40 @@ "nprogress": "0.2.0", "pinia": "2.2.2", "tailwind-merge": "2.5.2", - "vue": "3.5.3", + "vue": "3.5.7", "vue-draggable-plus": "0.5.3", - "vue-i18n": "9.14.0", - "vue-router": "4.4.3" + "vue-i18n": "10.0.1", + "vue-router": "4.4.5" }, "devDependencies": { "@elegant-router/vue": "0.3.8", - "@iconify/json": "2.2.245", + "@iconify/json": "2.2.251", "@sa/scripts": "workspace:*", "@sa/uno-preset": "workspace:*", "@soybeanjs/eslint-config": "1.4.1", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/nprogress": "0.2.3", - "@unocss/eslint-config": "0.62.3", - "@unocss/preset-icons": "0.62.3", - "@unocss/preset-uno": "0.62.3", - "@unocss/transformer-directives": "0.62.3", - "@unocss/transformer-variant-group": "0.62.3", - "@unocss/vite": "0.62.3", - "@vitejs/plugin-vue": "5.1.3", + "@unocss/eslint-config": "0.62.4", + "@unocss/preset-icons": "0.62.4", + "@unocss/preset-uno": "0.62.4", + "@unocss/transformer-directives": "0.62.4", + "@unocss/transformer-variant-group": "0.62.4", + "@unocss/vite": "0.62.4", + "@vitejs/plugin-vue": "5.1.4", "@vitejs/plugin-vue-jsx": "4.0.1", - "eslint": "9.10.0", + "eslint": "9.11.0", "eslint-plugin-vue": "9.28.0", "lint-staged": "15.2.10", - "sass": "1.78.0", + "sass": "1.79.3", "simple-git-hooks": "2.11.1", - "tsx": "4.19.0", - "typescript": "5.5.4", + "tsx": "4.19.1", + "typescript": "5.6.2", "unplugin-icons": "0.19.3", "unplugin-vue-components": "0.27.4", - "vite": "5.4.3", + "vite": "5.4.6", "vite-plugin-progress": "0.0.7", "vite-plugin-svg-icons": "2.0.1", - "vite-plugin-vue-devtools": "7.4.4", + "vite-plugin-vue-devtools": "7.4.5", "vue-eslint-parser": "9.4.3", "vue-tsc": "2.1.6" }, diff --git a/packages/axios/package.json b/packages/axios/package.json index 3d43dc5f..dc87d28d 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -1,6 +1,6 @@ { "name": "@sa/axios", - "version": "1.3.5", + "version": "1.3.7", "exports": { ".": "./src/index.ts" }, @@ -16,6 +16,6 @@ "qs": "6.13.0" }, "devDependencies": { - "@types/qs": "6.9.15" + "@types/qs": "6.9.16" } } diff --git a/packages/color/package.json b/packages/color/package.json index e052e474..7ac0b174 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@sa/color", - "version": "1.3.5", + "version": "1.3.7", "exports": { ".": "./src/index.ts" }, diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 6d464812..da506b7f 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sa/hooks", - "version": "1.3.5", + "version": "1.3.7", "exports": { ".": "./src/index.ts" }, diff --git a/packages/materials/package.json b/packages/materials/package.json index 83d9e03a..67d932ec 100644 --- a/packages/materials/package.json +++ b/packages/materials/package.json @@ -1,6 +1,6 @@ { "name": "@sa/materials", - "version": "1.3.5", + "version": "1.3.7", "exports": { ".": "./src/index.ts" }, diff --git a/packages/materials/src/libs/page-tab/index.vue b/packages/materials/src/libs/page-tab/index.vue index dd4c5d13..0c0c6995 100644 --- a/packages/materials/src/libs/page-tab/index.vue +++ b/packages/materials/src/libs/page-tab/index.vue @@ -53,23 +53,10 @@ const bindProps = computed(() => { function handleClose() { emit('close'); } - -function handleMouseup(e: MouseEvent) { - // close tab by mouse wheel button click - if (e.button === 1) { - handleClose(); - } -}