From c3fd89a98d1b9fc2c21502eb74a846ba66625a18 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 4 Jun 2023 12:11:51 +0800 Subject: [PATCH] release: update `4.3.0` --- CHANGELOG.en_US.md | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 91 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 396be4b55..11502c451 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,33 @@ +# 4.3.0 (2023-06-04) + +### 🎫 Feat + +- Add `docker` support +- Add project version real-time update detection function +- Improve system management - role management page +- Waterfall component adds infinite scrolling +- Add `updateDialog` to the functional bullet box to change the property value of the bullet box itself +- `wangeditor` rich text add multiple rich text and custom image upload examples +- Advanced usage of `pure-table` table added keep checked `CheckBox` option example +- Added `title` slot to `RePureTableBar` component + +### 🐞 Bug fixes + +- Fixed the problem that the countdown to obtain the verification code will be disabled with a delay of `1s` +- Fixed the problem that the icon selector did not initialize the preview correctly +- Fixed dynamic routing redirection causing duplicate content on tabs +- Fix the problem that the `getTopMenu()` function cannot get `path` and report an error when the page is forced to refresh +- Fix the problem that the left menu does not display as a whole due to the sudden pull up after the left menu is folded +- Fixed `RePureTableBar` scrollbar issue in `windows` after turning off column settings + +### 🍏 Perf + +-Optimized tab page operation-routing parameter transfer mode usage + +- Optimize menu search function and style +- Update `vscode` code snippets +- Optimize the initialization call timing of `dataThemeChange` theme setting + # 4.2.0 (2023-05-15) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 396be4b55..11502c451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 4.3.0 (2023-06-04) + +### 🎫 Feat + +- Add `docker` support +- Add project version real-time update detection function +- Improve system management - role management page +- Waterfall component adds infinite scrolling +- Add `updateDialog` to the functional bullet box to change the property value of the bullet box itself +- `wangeditor` rich text add multiple rich text and custom image upload examples +- Advanced usage of `pure-table` table added keep checked `CheckBox` option example +- Added `title` slot to `RePureTableBar` component + +### 🐞 Bug fixes + +- Fixed the problem that the countdown to obtain the verification code will be disabled with a delay of `1s` +- Fixed the problem that the icon selector did not initialize the preview correctly +- Fixed dynamic routing redirection causing duplicate content on tabs +- Fix the problem that the `getTopMenu()` function cannot get `path` and report an error when the page is forced to refresh +- Fix the problem that the left menu does not display as a whole due to the sudden pull up after the left menu is folded +- Fixed `RePureTableBar` scrollbar issue in `windows` after turning off column settings + +### 🍏 Perf + +-Optimized tab page operation-routing parameter transfer mode usage + +- Optimize menu search function and style +- Update `vscode` code snippets +- Optimize the initialization call timing of `dataThemeChange` theme setting + # 4.2.0 (2023-05-15) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 6d98c4522..20ca9a96d 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,32 @@ +# 4.3.0 (2023-06-04) + +### 🎫 Feat + +- 添加 `docker` 支持 +- 添加项目版本实时更新检测功能 +- 完善系统管理-角色管理页面 +- 瀑布流组件添加无限滚动 +- 函数式弹框添加 `updateDialog` 更改弹框自身属性值方法 +- `wangeditor` 富文本添加多个富文本和自定义图片上传示例 +- `pure-table` 表格高级用法添加保留已选中的 `CheckBox` 选项示例 +- `RePureTableBar` 组件添加 `title` 插槽 + +### 🐞 Bug fixes + +- 修复获取验证码倒计时会有 `1s` 延时禁用的问题 +- 修复图标选择器未正确初始化预览问题 +- 修复动态路由重定向造成标签页出现重复内容 +- 修复强制刷新页面 `getTopMenu()` 函数获取不到 `path` 报错的问题 +- 修复左侧菜单折叠后突然拉升造成左侧菜单整体不显示的问题 +- 修复 `RePureTableBar` 关闭列设置后在 `windows` 出现滚动条的问题 + +### 🍏 Perf + +- 优化标签页操作-路由传参模式用法 +- 优化菜单搜索功能和样式 +- 更新 `vscode` 代码片段 +- 优化 `dataThemeChange` 主题设置的初始化调用时机 + # 4.2.0 (2023-05-15) ### 🎫 Feat diff --git a/package.json b/package.json index 2fc14bc63..174564c1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "4.2.0", + "version": "4.3.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index aab80a0cb..18ec71e05 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "4.2.0", + "Version": "4.3.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,