mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 19:28:05 +00:00
chore: bump 2.0.0
This commit is contained in:
@@ -1,3 +1,40 @@
|
|||||||
|
## 2.0.0 (2021-02-18)
|
||||||
|
|
||||||
|
## Breaking changes
|
||||||
|
|
||||||
|
- `echarts` is upgraded to 5.0 and introduced on demand (just use `useECharts`).
|
||||||
|
|
||||||
|
### ✨ Refactor
|
||||||
|
|
||||||
|
- Removed `global.less`, `mixin.less`, `design/helper`, replaced by `windicss`, and need to modify the corresponding styles if they are useful
|
||||||
|
|
||||||
|
### ✨ Features
|
||||||
|
|
||||||
|
- useModal adds the return value function `redoModalHeight`, which is used to refresh the modal height when the modal is dynamic content
|
||||||
|
- Upgrade husky to 5.0
|
||||||
|
- Added `brotli`|`gzip` compression and related test commands
|
||||||
|
- Re-introduction of `windicss` (same as `tailwind`). Faster in speed
|
||||||
|
|
||||||
|
### ⚡ Performance Improvements
|
||||||
|
|
||||||
|
- Adjust the return value of the interface to obtain user information in array format
|
||||||
|
- Fix the error-log list as the system route
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Fix the issue of upload component maxNumber invalid
|
||||||
|
- Fix package sourcemap error report
|
||||||
|
- Fix code debugger location display error
|
||||||
|
- Fix the issue of mock plugin post request error
|
||||||
|
- Fix some themes color value error
|
||||||
|
- Fix the table in editable row status and press Enter to confirm
|
||||||
|
|
||||||
|
### 🎫 Chores
|
||||||
|
|
||||||
|
- Documentation update
|
||||||
|
- Upgrade ant-design-vue to `2.0.0`
|
||||||
|
- Upgrade vite to `2.0.0`
|
||||||
|
|
||||||
## 2.0.0-rc.18 (2021-02-05)
|
## 2.0.0-rc.18 (2021-02-05)
|
||||||
|
|
||||||
### ✨ Features
|
### ✨ Features
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
## Wip
|
## 2.0.0 (2021-02-18)
|
||||||
|
|
||||||
## (破坏性更新) Breaking changes
|
## (破坏性更新) Breaking changes
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vben-admin",
|
"name": "vben-admin",
|
||||||
"version": "2.0.0-rc.18",
|
"version": "2.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yarn install",
|
"bootstrap": "yarn install",
|
||||||
"serve": "vite",
|
"serve": "vite",
|
||||||
|
Reference in New Issue
Block a user