From 322d7c66b2a001da45508d943e45db85efb827c7 Mon Sep 17 00:00:00 2001 From: vben <anncwb@126.com> Date: Mon, 18 Jan 2021 23:46:14 +0800 Subject: [PATCH] chore: bump 2.0.0.rc.17 --- CHANGELOG.en_US.md | 18 ++++++++++++++++++ CHANGELOG.zh_CN.md | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index ae5bbc6..8a4feed 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -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) ### ✨ Refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index bf2a56f..89835ef 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## 2.0.0-rc.17 (2020-01-18) ### ✨ Refactor diff --git a/package.json b/package.json index e125747..d0d9297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin", - "version": "2.0.0-rc.16", + "version": "2.0.0-rc.17", "scripts": { "bootstrap": "yarn install", "serve": "vite", -- libgit2 0.23.3