From 836c9e7cabb37c06187e143765da2c8bb07096d0 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 18 Dec 2021 13:56:21 +0800 Subject: [PATCH] release: update 2.7.0 --- CHANGELOG.en_US.md | 20 ++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ CHANGELOG.zh_CN.md | 20 ++++++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 62 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 800ef9acaf..03c4426f06 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,23 @@ +# 2.7.0(2021-12-18) + +### 🎫 Feat + +- New tab reuse +- New message reminder template +- Added front-end menu tree structure example +- Refactor routing, optimize permissions modules, and bring a more convenient experience +- Refactor the env environment and http request to bring a more convenient experience +- Currently, the tabs of the platform are forced to associate with local storage. The next step is to put the tabs in the memory by default and support configurable persistent tabs +- Navigation menu icons support fontawesome, iconfont, remixicon, element-plus/icons, custom svg +- Update font-awesome to version 5.0, because versions below 5.0 are no longer officially maintained, but the platform will still be compatible with font-awesome4 version + +### 🍏 Perf + +- Optimize the tab page to bring a better interactive experience +- Routing title supports direct writing in Chinese, which can be separated from internationalization +- Route history mode is read from env and supports base parameter +- Packaged files provide traditional browser compatibility support, configure VITE_LEGACY to true + # 2.6.0(2021-11-10) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 800ef9acaf..03c4426f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 2.7.0(2021-12-18) + +### 🎫 Feat + +- New tab reuse +- New message reminder template +- Added front-end menu tree structure example +- Refactor routing, optimize permissions modules, and bring a more convenient experience +- Refactor the env environment and http request to bring a more convenient experience +- Currently, the tabs of the platform are forced to associate with local storage. The next step is to put the tabs in the memory by default and support configurable persistent tabs +- Navigation menu icons support fontawesome, iconfont, remixicon, element-plus/icons, custom svg +- Update font-awesome to version 5.0, because versions below 5.0 are no longer officially maintained, but the platform will still be compatible with font-awesome4 version + +### 🍏 Perf + +- Optimize the tab page to bring a better interactive experience +- Routing title supports direct writing in Chinese, which can be separated from internationalization +- Route history mode is read from env and supports base parameter +- Packaged files provide traditional browser compatibility support, configure VITE_LEGACY to true + # 2.6.0(2021-11-10) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index ec54e7bb25..20a74ef9ca 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,23 @@ +# 2.7.0(2021-12-18) + +### 🎫 Feat + +- 新增标签页复用 +- 新增消息提醒模版 +- 新增前端菜单树结构例子 +- 重构路由,优化权限模块,带来更方便的体验 +- 重构 env 环境和 http 请求,带来更方便的体验 +- 目前平台的标签页强制关联了本地存储,下一步标签页默认放到内存中并支持可配置持久化标签页 +- 导航菜单图标支持 fontawesome、iconfont、remixicon、element-plus/icons、自定义 svg +- 更新 font-awesome 到 5.0 版本,因为 5.0 以下的版本官方不再维护,但平台依旧会兼容 font-awesome4 版本 + +### 🍏 Perf + +- 优化标签页,带来更好的交互体验 +- 路由 title 支持直接写中文,可脱离国际化 +- 路由历史模式从 env 读取并支持 base 参数 +- 打包后的文件提供传统浏览器兼容性支持,配置 VITE_LEGACY 为 true + # 2.6.0(2021-11-10) ### 🎫 Feat diff --git a/package.json b/package.json index b6479da9c6..82489ed8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "2.6.0", + "version": "2.7.0", "private": true, "engines": { "node": ">= 16", diff --git a/public/serverConfig.json b/public/serverConfig.json index 2462e9675f..9629dc85e8 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "2.6.0", + "Version": "2.7.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,