From a74a9e24895a131417414d6cecef062398f697ea Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Fri, 19 Aug 2022 15:29:06 +0800 Subject: [PATCH] release: update 3.3.5 --- CHANGELOG.en_US.md | 31 +++++++++++++++++++++++++++++++ CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 95 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 03049a238..de4d02df0 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,34 @@ +# 3.3.5 (2022-8-19) + +### 🎫 Feat + +- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions), providing flexible configuration items and integrating into the platform +- Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/), and delete the code concentrated in this library to reduce the size of the platform +- Add [unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options) plugin, the page can directly write `defineOptions({name: custom name})` +- Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc) +- Added landing page internationalization +- Add full routing configuration table type declaration +- Add virtual listing page demo +- Add `PDF` preview page demo +- Added export `execl` page demo +- Added blank page demo without `Layout` + +### ✔️ refactor + +- Refactored the theme color to adapt to `element-plus` dark mode (also solved the problem that the same element `css` in `3.3.0` and earlier versions was overwritten many times, resulting in poor style debugging) +- Refactored route reset function + +### 🍏 Perf + +- The compatible project storage directory is named in Chinese, but we really do not recommend Chinese naming, because a library may not escape the Chinese path, causing the project to crash +- Optimized interface type + +### 🐞 Bug fixes + +- Fixed async routes with `showlink` set to `false`, not showing after refresh +- Fixed vertical navigation menu text being hidden after collapse when there is no `icon` + # 3.3.0 (2022-5-11) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 03049a238..de4d02df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# 3.3.5 (2022-8-19) + +### 🎫 Feat + +- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions), providing flexible configuration items and integrating into the platform +- Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/), and delete the code concentrated in this library to reduce the size of the platform +- Add [unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options) plugin, the page can directly write `defineOptions({name: custom name})` +- Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc) +- Added landing page internationalization +- Add full routing configuration table type declaration +- Add virtual listing page demo +- Add `PDF` preview page demo +- Added export `execl` page demo +- Added blank page demo without `Layout` + +### ✔️ refactor + +- Refactored the theme color to adapt to `element-plus` dark mode (also solved the problem that the same element `css` in `3.3.0` and earlier versions was overwritten many times, resulting in poor style debugging) +- Refactored route reset function + +### 🍏 Perf + +- The compatible project storage directory is named in Chinese, but we really do not recommend Chinese naming, because a library may not escape the Chinese path, causing the project to crash +- Optimized interface type + +### 🐞 Bug fixes + +- Fixed async routes with `showlink` set to `false`, not showing after refresh +- Fixed vertical navigation menu text being hidden after collapse when there is no `icon` + # 3.3.0 (2022-5-11) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index a1c7918cf..5cf6c7926 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,34 @@ +# 3.3.5 (2022-8-19) + +### 🎫 Feat + +- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里 +- 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions),提供灵活的配置项并集成到平台里 +- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积 +- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})` +- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc) +- 添加登陆页国际化 +- 添加完整路由配置表类型声明 +- 添加虚拟列表页面 demo +- 添加 `PDF` 预览页面 demo +- 添加导出 `execl` 页面 demo +- 添加无 `Layout` 的空白页面 demo + +### ✔️ refactor + +- 重构主题色,适配 `element-plus` 暗黑模式(同时也解决了 `3.3.0` 及更低版本中同样的元素 `css` 被多次覆盖,导致样式不好调试的问题) +- 重构路由重置功能 + +### 🍏 Perf + +- 兼容项目存放目录以中文命名,但我们真心不推荐中文命名,因为可能某个库没有对中文路径做转义处理,导致项目奔溃 +- 优化接口类型 + +### 🐞 Bug fixes + +- 修复路由 `showlink` 为 `false` 的异步路由,刷新后不显示 +- 修复当没有 `icon` 时,垂直导航菜单折叠后文字被隐藏 + # 3.3.0 (2022-5-11) ### 🎫 Feat diff --git a/package.json b/package.json index 3108d43c0..80d307402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.3.0", + "version": "3.3.5", "private": true, "scripts": { "dev": "cross-env --max_old_space_size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 705b71c13..765be1a1b 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.3.0", + "Version": "3.3.5", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,