Commit 322d7c66b2a001da45508d943e45db85efb827c7

Authored by vben
1 parent 6392b7f0

chore: bump 2.0.0.rc.17

CHANGELOG.en_US.md
  1 +## 2.0.0-rc.17 (2020-01-18)
  2 +
  3 +### ✨ Refactor
  4 +
  5 +- 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.
  6 +- 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
  7 +
  8 +### ✨ Features
  9 +
  10 +- `css` import on demand
  11 +
  12 +### 🐛 Bug Fixes
  13 +
  14 +- Fix `TableAction` icon problem
  15 +- Fix the problem of missing menu folding buttons
  16 +- Fix menu related issues
  17 +- Fix moment multilingual issue
  18 +
1 19 ## 2.0.0-rc.16 (2020-01-12)
2 20  
3 21 ### ✨ Refactor
... ...
CHANGELOG.zh_CN.md
1   -## Wip
  1 +## 2.0.0-rc.17 (2020-01-18)
2 2  
3 3 ### ✨ Refactor
4 4  
... ...
package.json
1 1 {
2 2 "name": "vben-admin",
3   - "version": "2.0.0-rc.16",
  3 + "version": "2.0.0-rc.17",
4 4 "scripts": {
5 5 "bootstrap": "yarn install",
6 6 "serve": "vite",
... ...