chore: bump 2.0.0.rc.17
This commit is contained in:
parent
6392b7f048
commit
322d7c66b2
|
|
@ -1,3 +1,21 @@
|
||||||
|
## 2.0.0-rc.17 (2020-01-18)
|
||||||
|
|
||||||
|
### ✨ Refactor
|
||||||
|
|
||||||
|
- Added `SimpleMenu` component to replace the left menu component (the top menu is not replaced, the function should be as simple as possible without stuck). Solve the menu stuck problem.
|
||||||
|
- The `ant-design-vue` component is no longer registered globally. In order to better coordinate with the introduction of css on demand. If you need to register globally, you need to add it yourself
|
||||||
|
|
||||||
|
### ✨ Features
|
||||||
|
|
||||||
|
- `css` import on demand
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Fix `TableAction` icon problem
|
||||||
|
- Fix the problem of missing menu folding buttons
|
||||||
|
- Fix menu related issues
|
||||||
|
- Fix moment multilingual issue
|
||||||
|
|
||||||
## 2.0.0-rc.16 (2020-01-12)
|
## 2.0.0-rc.16 (2020-01-12)
|
||||||
|
|
||||||
### ✨ Refactor
|
### ✨ Refactor
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Wip
|
## 2.0.0-rc.17 (2020-01-18)
|
||||||
|
|
||||||
### ✨ Refactor
|
### ✨ Refactor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vben-admin",
|
"name": "vben-admin",
|
||||||
"version": "2.0.0-rc.16",
|
"version": "2.0.0-rc.17",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yarn install",
|
"bootstrap": "yarn install",
|
||||||
"serve": "vite",
|
"serve": "vite",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue