Commit d51cfe5179e32fdf7f1bbdb9b9c349fa6bab6479

Authored by vben
1 parent a940e4ac

chore: bump 2.0.0.rc6

CHANGELOG.en_US.md
  1 +## 2.0.0-rc.6 (2020-10-28)
  2 +
  3 +### ✨ Features
  4 +
  5 +- Added `pwa` function, which can be turned on in `.env.production`
  6 +- Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
  7 +- Restore the breadcrumb display icon function
  8 +
  9 +### 🎫 Chores
  10 +
  11 +- Upgrade vite version to `v1.0.0.rc8`
  12 +- vite.config.ts internal plugins extraction
  13 +- Build directory structure adjustment
  14 +- Dependency update
  15 +- Documentation update
  16 +- Modify the default route switching animation
  17 +
  18 +### ⚡ Performance Improvements
  19 +
  20 +- `setTitle` logic adjustment
  21 +- The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
  22 +
  23 +### ✨ Refactor
  24 +
  25 +- Separate `vite-plugin-html` and modify the logic of inserting html
  26 +
  27 +### 🐛 Bug Fixes
  28 +
  29 +- Fix the warning problem of multiple registration components during hot update
  30 +- Fix the login tab page appears after login
  31 +- Fix the problem of routing switch parameter disappearance
  32 +- Fix the useMessage icon style problem
  33 +
1 ## # 2.0.0-rc.5 (2020-10-26) 34 ## # 2.0.0-rc.5 (2020-10-26)
2 35
3 ### ✨ Features 36 ### ✨ Features
CHANGELOG.zh_CN.md
1 -## Wip 1 +## 2.0.0-rc.6 (2020-10-28)
2 2
3 ### ✨ Features 3 ### ✨ Features
4 4
package.json
1 { 1 {
2 "name": "vben-admin-2.0", 2 "name": "vben-admin-2.0",
3 - "version": "2.0.0-rc.5", 3 + "version": "2.0.0-rc.6",
4 "scripts": { 4 "scripts": {
5 "bootstrap": "yarn install", 5 "bootstrap": "yarn install",
6 "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite", 6 "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",