diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 4a4c69a45..b527e8826 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,27 @@ +# 6.3.0 (2025-12-10) + +### ✔️ Refactor + +- Renamed "Overall Style" in system configuration to "Theme Mode" and "Navigation Mode" to "Menu Layout" to improve naming professionalism and clarity. +- Migrated the deprecated `tseslint.config` configuration method of `typescript-eslint`. + +### 🎫 Feat + +- Added a color picker panel component. + +### 🐞 Bug fixes + +- Fixed an issue where the selected/activated state style of the navigation menu was displayed incorrectly when using `iconfont` icons. +- Fixed a style issue with the column settings pop-up of the `RePureTableBar` and `ReVxeTableBar` components. + +### 🍏 Perf + +- Adapting the `ReDialog` component to the latest version of `el-dialog` with API changes and supplementary examples +- Adapting the `ReDrawer` component to the latest version of `el-drawer` with API changes and supplementary examples +- Adapting the `message` utility function to the latest version of `ElMessage` with API changes and supplementary examples +- Importing the latest version of `element-plus` components +- Optimizing the tab layout and style for Google Chrome mode + # 6.2.0 (2025-10-16) ### 🎫 Features diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4c69a45..b527e8826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 6.3.0 (2025-12-10) + +### ✔️ Refactor + +- Renamed "Overall Style" in system configuration to "Theme Mode" and "Navigation Mode" to "Menu Layout" to improve naming professionalism and clarity. +- Migrated the deprecated `tseslint.config` configuration method of `typescript-eslint`. + +### 🎫 Feat + +- Added a color picker panel component. + +### 🐞 Bug fixes + +- Fixed an issue where the selected/activated state style of the navigation menu was displayed incorrectly when using `iconfont` icons. +- Fixed a style issue with the column settings pop-up of the `RePureTableBar` and `ReVxeTableBar` components. + +### 🍏 Perf + +- Adapting the `ReDialog` component to the latest version of `el-dialog` with API changes and supplementary examples +- Adapting the `ReDrawer` component to the latest version of `el-drawer` with API changes and supplementary examples +- Adapting the `message` utility function to the latest version of `ElMessage` with API changes and supplementary examples +- Importing the latest version of `element-plus` components +- Optimizing the tab layout and style for Google Chrome mode + # 6.2.0 (2025-10-16) ### 🎫 Features diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 3e0d5f4dc..89bbd9c06 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,27 @@ +# 6.3.0 (2025-12-10) + +### ✔️ Refactor + +- 将系统配置中的“整体风格”更名为“主题模式”,“导航模式”更名为“菜单布局”,以提升命名的专业性与清晰度 +- 迁移`typescript-eslint`已弃用的`tseslint.config`配置方式 + +### 🎫 Feat + +- 添加颜色选择器面板组件 + +### 🐞 Bug fixes + +- 修复导航菜单在使用`iconfont`图标时,选中/激活状态的样式显示异常问题 +- 修复`RePureTableBar`和`ReVxeTableBar`组件的列设置弹窗样式问题 + +### 🍏 Perf + +- `ReDialog`组件适配`el-dialog`最新版本的`API`变更以及补充相关示例 +- `ReDrawer`组件适配`el-drawer`最新版本的`API`变更以及补充相关示例 +- `message`工具函数适配`ElMessage`最新版本的`API`变更以及补充相关示例 +- 导入`element-plus`最新版本的新组件 +- 优化页签风格为谷歌模式下的布局和样式 + # 6.2.0 (2025-10-16) ### 🎫 Feat diff --git a/package.json b/package.json index 8bf94e1a8..89d6cc8b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "6.2.0", + "version": "6.3.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index fade967c9..836fa46e8 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "6.2.0", + "Version": "6.3.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,