Commit 03bbdd2ac3a7a4ebfaf964a8b767120e5dbd5ccd

Authored by vben
1 parent 9b61e82d

chore: bump 2.0.0-rc.9

.env.production
... ... @@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
8 8 VITE_DROP_CONSOLE = true
9 9  
10 10 # Whether to output gz file for packaging
11   -VITE_BUILD_GZIP = false
  11 +VITE_BUILD_GZIP = true
12 12  
13 13 # Basic interface address SPA
14 14 VITE_GLOB_API_URL=/api
... ...
CHANGELOG.en_US.md
1   -## Wip
  1 +## 2.0.0-rc.9 (2020-11-9)
  2 +
  3 +### ✨ Features
  4 +
  5 +- Menu trigger can select location
  6 +- Add an example of rich text embedded form
  7 +- Added `required` attribute to form component schema. Simplified configuration
  8 +- The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
  9 +- Routes with parameters can be cached
  10 +
  11 +### ✨ Refactor
  12 +
  13 +- Refactored the logic of the menu generated by the background
  14 +- Route Module structural transformation
2 15  
3 16 ### ⚡ Performance Improvements
4 17  
5 18 - Menu performance continues to be optimized and smoother
6 19 - Optimize lazy loading components and examples
  20 +- layout style fine-tuning
7 21  
8 22 ### 🎫 Chores
9 23  
10 24 - Delete menu background image
11   -- Update the version of ʻant-design-vue`to`beta13`
  25 +- Update the version of ʻant-design-vue`to`beta15`
12 26 - Update `vite` version to `rc.9`
13 27 - Exception page adjustment
14 28 - `BasicTitle` Color blocks are not displayed by default
... ... @@ -22,6 +36,7 @@
22 36 - Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
23 37 - Fix that `resize` is not deleted after ʻuseWatermark` is cleared
24 38 - Fix form verification problem
  39 +- Fixed the problem that the multi-level header configuration does not take effect
25 40  
26 41 ## 2.0.0-rc.8 (2020-11-2)
27 42  
... ...
CHANGELOG.zh_CN.md
1   -## Wip
  1 +## 2.0.0-rc.9 (2020-11-9)
2 2  
3 3 ### ✨ Features
4 4  
... ...
package.json
1 1 {
2 2 "name": "vben-admin-2.0",
3   - "version": "2.0.0-rc.8",
  3 + "version": "2.0.0-rc.9",
4 4 "scripts": {
5 5 "bootstrap": "yarn install",
6 6 "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
... ...