mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-06 04:09:36 +00:00
chore: bump 2.0.0-rc.9
This commit is contained in:
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
|
|||||||
VITE_DROP_CONSOLE = true
|
VITE_DROP_CONSOLE = true
|
||||||
|
|
||||||
# Whether to output gz file for packaging
|
# Whether to output gz file for packaging
|
||||||
VITE_BUILD_GZIP = false
|
VITE_BUILD_GZIP = true
|
||||||
|
|
||||||
# Basic interface address SPA
|
# Basic interface address SPA
|
||||||
VITE_GLOB_API_URL=/api
|
VITE_GLOB_API_URL=/api
|
||||||
|
@@ -1,14 +1,28 @@
|
|||||||
## Wip
|
## 2.0.0-rc.9 (2020-11-9)
|
||||||
|
|
||||||
|
### ✨ Features
|
||||||
|
|
||||||
|
- Menu trigger can select location
|
||||||
|
- Add an example of rich text embedded form
|
||||||
|
- Added `required` attribute to form component schema. Simplified configuration
|
||||||
|
- The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
|
||||||
|
- Routes with parameters can be cached
|
||||||
|
|
||||||
|
### ✨ Refactor
|
||||||
|
|
||||||
|
- Refactored the logic of the menu generated by the background
|
||||||
|
- Route Module structural transformation
|
||||||
|
|
||||||
### ⚡ Performance Improvements
|
### ⚡ Performance Improvements
|
||||||
|
|
||||||
- Menu performance continues to be optimized and smoother
|
- Menu performance continues to be optimized and smoother
|
||||||
- Optimize lazy loading components and examples
|
- Optimize lazy loading components and examples
|
||||||
|
- layout style fine-tuning
|
||||||
|
|
||||||
### 🎫 Chores
|
### 🎫 Chores
|
||||||
|
|
||||||
- Delete menu background image
|
- Delete menu background image
|
||||||
- Update the version of ʻant-design-vue`to`beta13`
|
- Update the version of ʻant-design-vue`to`beta15`
|
||||||
- Update `vite` version to `rc.9`
|
- Update `vite` version to `rc.9`
|
||||||
- Exception page adjustment
|
- Exception page adjustment
|
||||||
- `BasicTitle` Color blocks are not displayed by default
|
- `BasicTitle` Color blocks are not displayed by default
|
||||||
@@ -22,6 +36,7 @@
|
|||||||
- Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
|
- Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
|
||||||
- Fix that `resize` is not deleted after ʻuseWatermark` is cleared
|
- Fix that `resize` is not deleted after ʻuseWatermark` is cleared
|
||||||
- Fix form verification problem
|
- Fix form verification problem
|
||||||
|
- Fixed the problem that the multi-level header configuration does not take effect
|
||||||
|
|
||||||
## 2.0.0-rc.8 (2020-11-2)
|
## 2.0.0-rc.8 (2020-11-2)
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
## Wip
|
## 2.0.0-rc.9 (2020-11-9)
|
||||||
|
|
||||||
### ✨ Features
|
### ✨ Features
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vben-admin-2.0",
|
"name": "vben-admin-2.0",
|
||||||
"version": "2.0.0-rc.8",
|
"version": "2.0.0-rc.9",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user