diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d24caad..994fd73e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.1.4](https://github.com/buqiyuan/vue3-antd-admin/compare/v0.1.3...v0.1.4) (2022-01-05) + +### Bug Fixes + +- app search support i18 ([34c35ce](https://github.com/buqiyuan/vue3-antd-admin/commit/34c35ce4b05ad83ba3aec1f6487aad8cadde1538)) +- revert antdv version ([d5804ee](https://github.com/buqiyuan/vue3-antd-admin/commit/d5804ee4200da0144bdcc5aae4a082e622e56c59)) + +### Features + +- 表格导出功能 ([2cdcb71](https://github.com/buqiyuan/vue3-antd-admin/commit/2cdcb7153c48f7c70ef12951a97b7b65abe94861)) +- 当搜索菜单结果为空时不触发 enter 事件 ([75c9f55](https://github.com/buqiyuan/vue3-antd-admin/commit/75c9f557b19b00bfd8516246b56e9eeec127dd24)) +- **page:** 新增查询表格使用示例 ([1b5e258](https://github.com/buqiyuan/vue3-antd-admin/commit/1b5e25846133b88a78becca3747bfb55a765b8b1)) + ## 0.1.3 (2022-01-03) ### Bug Fixes diff --git a/package.json b/package.json index 613523561..cd2693a58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-antd-admin", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "dev": "npm run serve", @@ -22,7 +22,7 @@ "test prod gzip": "npx http-server dist --cors --gzip -c-1" }, "dependencies": { - "@vueuse/core": "^7.5.2", + "@vueuse/core": "^7.5.3", "ant-design-vue": "3.0.0-beta.4", "axios": "^0.24.0", "core-js": "^3.20.2", diff --git a/yarn.lock b/yarn.lock index 36b690bbf..b972f8731 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2067,18 +2067,18 @@ resolved "https://registry.npm.taobao.org/@vue/web-component-wrapper/download/@vue/web-component-wrapper-1.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fweb-component-wrapper%2Fdownload%2F%40vue%2Fweb-component-wrapper-1.3.0.tgz#b6b40a7625429d2bd7c2281ddba601ed05dc7f1a" integrity sha1-trQKdiVCnSvXwigd26YB7QXcfxo= -"@vueuse/core@^7.5.2": - version "7.5.2" - resolved "https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-7.5.2.tgz#96a46ebc1e64e14a0c0e265eceed2c4e7e5f4d9e" - integrity sha512-Y9bdJ7pTP6sckO2qbyfqm2fCsADCWwVck5ABimlnhMkuOZ2qq99ee6ABpc8EFCA2fdYf8DbedTNvJ2u7g+7Z7A== +"@vueuse/core@^7.5.3": + version "7.5.3" + resolved "https://registry.npmmirror.com/@vueuse/core/download/@vueuse/core-7.5.3.tgz#7e8ea430a293670f12e5052a5285cb4ef8e9c758" + integrity sha512-D9j5ymHFMFRXQqCp0yZJkf/bvBGiz0MrKUa364p+L8dMyd5zyq2K1JmHyvoBd4xbTFRfmQ1h878u6YE5LCkDVQ== dependencies: - "@vueuse/shared" "7.5.2" + "@vueuse/shared" "7.5.3" vue-demi "*" -"@vueuse/shared@7.5.2": - version "7.5.2" - resolved "https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-7.5.2.tgz#eec2e8f3d4202cd53a06e75be5005fd2b4465214" - integrity sha512-sq006pazeTU2EcjEIitCkaN3MpUaTk39/WKDowxqBA6y8HwvclETIJsKJdpbL88tc+w2WmbcurWps4AJm5R77A== +"@vueuse/shared@7.5.3": + version "7.5.3" + resolved "https://registry.npmmirror.com/@vueuse/shared/download/@vueuse/shared-7.5.3.tgz#2a844f38e45b1002e14d8f0ab5b41221c4fb9b09" + integrity sha512-BJ71cxHN5VByW1S58Gl85NFJaQu93F7Vs7K/MuAKsIIuHm9PBbkR5Vxkg9ko9cBdiKVt+FNoo13BhdbA+Vwycg== dependencies: vue-demi "*"