Explorar o código

chore: bump 2.0.0-rc.7

vben %!s(int64=4) %!d(string=hai) anos
pai
achega
3466d62210
Modificáronse 3 ficheiros con 43 adicións e 4 borrados
  1. 39 0
      CHANGELOG.en_US.md
  2. 1 1
      CHANGELOG.zh_CN.md
  3. 3 3
      package.json

+ 39 - 0
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

+ 1 - 1
CHANGELOG.zh_CN.md

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

+ 3 - 3
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",