diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 281f0a01..1a7f9c57 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,36 @@ +## 2.0.0-rc.6 (2020-10-28) + +### ✨ Features + +- Added `pwa` function, which can be turned on in `.env.production` +- Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text +- Restore the breadcrumb display icon function + +### 🎫 Chores + +- Upgrade vite version to `v1.0.0.rc8` +- vite.config.ts internal plugins extraction +- Build directory structure adjustment +- Dependency update +- Documentation update +- Modify the default route switching animation + +### ⚡ Performance Improvements + +- `setTitle` logic adjustment +- The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default + +### ✨ Refactor + +- Separate `vite-plugin-html` and modify the logic of inserting html + +### 🐛 Bug Fixes + +- Fix the warning problem of multiple registration components during hot update +- Fix the login tab page appears after login +- Fix the problem of routing switch parameter disappearance +- Fix the useMessage icon style problem + ## # 2.0.0-rc.5 (2020-10-26) ### ✨ Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 61f32bfb..048e125c 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,4 +1,4 @@ -## Wip +## 2.0.0-rc.6 (2020-10-28) ### ✨ Features diff --git a/package.json b/package.json index 1bfcab38..6e9b1dff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "scripts": { "bootstrap": "yarn install", "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",