chore: bump 2.0.0-rc.7

This commit is contained in:
vben 2020-10-31 09:21:00 +08:00
parent 8e885d6967
commit 3466d62210
3 changed files with 43 additions and 4 deletions

View File

@ -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 drawers 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) ## 2.0.0-rc.6 (2020-10-28)
### ✨ Features ### ✨ Features

View File

@ -1,4 +1,4 @@
## Wip ## 2.0.0-rc.7 (2020-10-31)
### ✨ Features ### ✨ Features

View File

@ -1,6 +1,6 @@
{ {
"name": "vben-admin-2.0", "name": "vben-admin-2.0",
"version": "2.0.0-rc.6", "version": "2.0.0-rc.7",
"scripts": { "scripts": {
"bootstrap": "yarn install", "bootstrap": "yarn install",
"serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite", "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
@ -36,7 +36,7 @@
"vue": "^3.0.2", "vue": "^3.0.2",
"vue-i18n": "^9.0.0-beta.6", "vue-i18n": "^9.0.0-beta.6",
"vue-router": "^4.0.0-rc.1", "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", "vuex-module-decorators": "^1.0.1",
"xlsx": "^0.16.8", "xlsx": "^0.16.8",
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
@ -44,7 +44,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^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", "@ls-lint/ls-lint": "^1.9.2",
"@purge-icons/generated": "^0.4.1", "@purge-icons/generated": "^0.4.1",
"@types/echarts": "^4.9.0", "@types/echarts": "^4.9.0",