From c8080c58f57d225b40b42a5d42c2b9c5a641c98e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 11 May 2022 15:51:38 +0800 Subject: [PATCH] release: update 3.3.0 --- CHANGELOG.en_US.md | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index d2824db054..03049a238c 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,40 @@ +# 3.3.0 (2022-5-11) + +### 🎫 Feat + +- Add user management page demo +- Add role management page demo +- Add department management page demo +- Add card list page demo +- Integrated form designer +- Added `PPT` demo +- Added anti-shake interception demo in the function menu +- Upgrade `wangeditorV5` (and support internationalization and custom themes) +- Integrate `tauri` version +- Added barcode function +- Added QR code function +- Use the `Cascader` cascade selector in `element-plus` to write a three-level and two-level linkage demo of Chinese provinces and cities +- Integrate `Swiper` plugin +- Routing supports passing `component`, representing the component path +- Added pre-release packaging mode +- Add [hooks] to close a tag (https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) + +### ✔️ refactor + +- Refactored the landing page to be more inclined to the actual business scenario +- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss` + +### 🍏 Perf + +- Optimized the style of the `split-pane` component for the platform +- Optimize internationalization, no longer pass the `i18n` field in the route, the platform automatically reads the files in the `locales` folder of the root directory for internationalization matching +- Optimized icon selector +- Optimize `layout` to display user information [commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) + +### 🐞 Bug fixes + +- Fix route initialization problem (Cannot access 'constantRoutes' before initialization) + # 3.2.0 (2022-3-22) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index d2824db054..03049a238c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +# 3.3.0 (2022-5-11) + +### 🎫 Feat + +- Add user management page demo +- Add role management page demo +- Add department management page demo +- Add card list page demo +- Integrated form designer +- Added `PPT` demo +- Added anti-shake interception demo in the function menu +- Upgrade `wangeditorV5` (and support internationalization and custom themes) +- Integrate `tauri` version +- Added barcode function +- Added QR code function +- Use the `Cascader` cascade selector in `element-plus` to write a three-level and two-level linkage demo of Chinese provinces and cities +- Integrate `Swiper` plugin +- Routing supports passing `component`, representing the component path +- Added pre-release packaging mode +- Add [hooks] to close a tag (https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) + +### ✔️ refactor + +- Refactored the landing page to be more inclined to the actual business scenario +- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss` + +### 🍏 Perf + +- Optimized the style of the `split-pane` component for the platform +- Optimize internationalization, no longer pass the `i18n` field in the route, the platform automatically reads the files in the `locales` folder of the root directory for internationalization matching +- Optimized icon selector +- Optimize `layout` to display user information [commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) + +### 🐞 Bug fixes + +- Fix route initialization problem (Cannot access 'constantRoutes' before initialization) + # 3.2.0 (2022-3-22) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 053c2526c6..f50e1c64ab 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,40 @@ +# 3.3.0 (2022-5-11) + +### 🎫 Feat + +- 添加用户管理页面 demo +- 添加角色管理页面 demo +- 添加部门管理页面 demo +- 添加卡片列表页面 demo +- 集成表单设计器 +- 新增`PPT`demo +- 在功能菜单中新增防抖截流 demo +- 升级`wangeditorV5`(并支持国际化和自定义主题) +- 集成`tauri`版本 +- 新增条形码功能 +- 新增二维码功能 +- 使用`element-plus`中的`Cascader`级联选择器编写中国省市区三级、二级联动 demo +- 集成`Swiper`插件 +- 路由支持传`component`,代表组件路径 +- 添加预发布打包模式 +- 添加关闭某个标签的[hooks](https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) + +### ✔️ refactor + +- 重构登陆页,更偏向实际业务场景 +- 使用`unocss`替换`windicss`,`unocss`开发环境下性能更好,没有内存泄露,而且`api`使用上兼容`windicss` + +### 🍏 Perf + +- 优化平台的`split-pane`组件样式 +- 优化国际化,路由不再传`i18n`字段,平台自动读取根目录`locales`文件夹下文件进行国际化匹配 +- 优化图标选择器 +- 优化`layout`显示用户信息[commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) + +### 🐞 Bug fixes + +- 修复路由初始化问题(Cannot access 'constantRoutes' before initialization) + # 3.2.0 (2022-3-22) ### 🎫 Feat