release: update 2.8.5

This commit is contained in:
xiaoxian521 2022-01-21 16:46:48 +08:00
parent 8fa3448af2
commit 46a48a5650
5 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# 2.8.5 (2022-1-21)
### 🎫 Feat
- Added `WindiCSS` support
- Add online environment remove console plugin `vite-plugin-remove-console`
### ✔️ refactor
- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
# 2.8.0(2022-1-4)
### 🎫 Feat

View File

@ -1,3 +1,14 @@
# 2.8.5 (2022-1-21)
### 🎫 Feat
- Added `WindiCSS` support
- Add online environment remove console plugin `vite-plugin-remove-console`
### ✔️ refactor
- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
# 2.8.0(2022-1-4)
### 🎫 Feat

View File

@ -1,3 +1,14 @@
# 2.8.5(2022-1-21)
### 🎫 Feat
- 添加 `WindiCSS` 支持
- 添加线上环境删 console 插件`vite-plugin-remove-console`
### ✔️ refactor
- 使用`@iconify-icons/ep`替换`@element-plus/icons-vue`
# 2.8.0(2022-1-4)
### 🎫 Feat

View File

@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "2.8.0",
"version": "2.8.5",
"private": true,
"engines": {
"node": ">= 16",

View File

@ -1,5 +1,5 @@
{
"Version": "2.8.0",
"Version": "2.8.5",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,