From 3466d62210c56aa5e4e1bd3498ede36e25ef4f97 Mon Sep 17 00:00:00 2001 From: vben Date: Sat, 31 Oct 2020 09:21:00 +0800 Subject: [PATCH] chore: bump 2.0.0-rc.7 --- CHANGELOG.en_US.md | 39 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 2 +- package.json | 6 +++--- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 1a7f9c57..81130dfd 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,42 @@ +## 2.0.0-rc.7 (2020-10-31) + +### ✨ Features + +- The form component now supports directly passing in the model to directly perform the set operation, please refer to **Component -> Popup Extension -> Open Popup and Pass Data** + +- The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData` + + - Used to handle the setting values ​​of components such as forms when the pop-up window is opened. Refer to **Component -> Popup Extension -> Open Popup and Pass Data** + - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later. + +- The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,, + - Used to handle the setting values ​​of components such as forms for opening the drawer Refer to **Component->Drawer Extension->Open the drawer and transfer data** + - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later. + +### ✨ Refactor + +- Form code optimization and reconstruction + +### ⚡ Performance Improvements + +- Modal slot can be overwritten +- Optimize table embedding height calculation problem + +### 🎫 Chores + +- Add some notes +- pwa icon supplement +- Type adjustment +- Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery + +### 🐛 Bug Fixes + +- Fix the timeout error of local proxy post interface to https address +- Fix modal full screen height calculation problem when footer is not displayed +- Fix the error that the verification information is not deleted when the form is reset +- Fix the style problem of the split mode of the top menu +- Fix the invalidation of table expansion icon animation + ## 2.0.0-rc.6 (2020-10-28) ### ✨ Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 70cca922..62a1be5f 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## 2.0.0-rc.7 (2020-10-31) ### ✨ Features diff --git a/package.json b/package.json index d6959881..b72375a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "scripts": { "bootstrap": "yarn install", "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite", @@ -36,7 +36,7 @@ "vue": "^3.0.2", "vue-i18n": "^9.0.0-beta.6", "vue-router": "^4.0.0-rc.1", - "vuex": "^4.0.0-beta.4", + "vuex": "^4.0.0-rc.1", "vuex-module-decorators": "^1.0.1", "xlsx": "^0.16.8", "zxcvbn": "^4.4.2" @@ -44,7 +44,7 @@ "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", - "@iconify/json": "^1.1.248", + "@iconify/json": "^1.1.249", "@ls-lint/ls-lint": "^1.9.2", "@purge-icons/generated": "^0.4.1", "@types/echarts": "^4.9.0",