From 1b48bc8049652c94ae7ef58f82cc170504119445 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 10 Dec 2024 14:36:47 +0800 Subject: [PATCH] release: update `5.9.0` --- CHANGELOG.en_US.md | 20 ++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ CHANGELOG.zh_CN.md | 20 ++++++++++++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 62 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 84d87fe9be..2a5443d942 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,23 @@ +# 5.9.0 (2024-12-10) + +### ✔️Refactor + +- Upgrade `vite` to `v6` version, upgrade `sass` to the latest version, reconstruct the theme writing method, and deprecate [@pureadmin/theme](https://www.npmjs.com/package/@pureadmin/theme) , click to view [Related optimization point details](https://github.com/pure-admin/vue-pure-admin/pull/1188#issue-2630095115). For users who have the [Max version](https://pure-admin.cn/pages/max/), it is strongly recommended to upgrade. Subsequent Max version users will enjoy a more modern, beautiful and highly customized theme color +- Use [code-inspector-plugin](https://www.npmjs.com/package/code-inspector-plugin) to replace [vite-plugin-vue-inspector](https://www.npmjs.com/package/vite-plugin-vue-inspector) + +### 🎫Feat + +- Added `ReDrawer` component +- `pure-table` adds dynamic table header example + +### 🐞 Bug fixes + +- Fixed an issue where the height of the table does not automatically adapt when the full screen function is enabled or disabled after the table is expanded in the menu and department management + +### 🍏Perf + +- Optimize the layout of the department tree on the left side of user management + # 5.8.0 (2024-08-19) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d87fe9be..2a5443d942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 5.9.0 (2024-12-10) + +### ✔️Refactor + +- Upgrade `vite` to `v6` version, upgrade `sass` to the latest version, reconstruct the theme writing method, and deprecate [@pureadmin/theme](https://www.npmjs.com/package/@pureadmin/theme) , click to view [Related optimization point details](https://github.com/pure-admin/vue-pure-admin/pull/1188#issue-2630095115). For users who have the [Max version](https://pure-admin.cn/pages/max/), it is strongly recommended to upgrade. Subsequent Max version users will enjoy a more modern, beautiful and highly customized theme color +- Use [code-inspector-plugin](https://www.npmjs.com/package/code-inspector-plugin) to replace [vite-plugin-vue-inspector](https://www.npmjs.com/package/vite-plugin-vue-inspector) + +### 🎫Feat + +- Added `ReDrawer` component +- `pure-table` adds dynamic table header example + +### 🐞 Bug fixes + +- Fixed an issue where the height of the table does not automatically adapt when the full screen function is enabled or disabled after the table is expanded in the menu and department management + +### 🍏Perf + +- Optimize the layout of the department tree on the left side of user management + # 5.8.0 (2024-08-19) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index de2046dd9c..2e72923c8a 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,23 @@ +# 5.9.0 (2024-12-10) + +### ✔️ Refactor + +- 升级`vite`至`v6`版本,升级`sass`至最新版,重构主题写法,弃用 [@pureadmin/theme](https://www.npmjs.com/package/@pureadmin/theme),点击查看 [相关优化点细节](https://github.com/pure-admin/vue-pure-admin/pull/1188#issue-2630095115)。对于拥有 [Max版本](https://pure-admin.cn/pages/max/) 的用户平台强烈建议升级,后续`Max版本用户`会享有一套更现代、美观且自定义程度高的主题色 +- 使用 [code-inspector-plugin](https://www.npmjs.com/package/code-inspector-plugin) 替换 [vite-plugin-vue-inspector](https://www.npmjs.com/package/vite-plugin-vue-inspector) + +### 🎫 Feat + +- 新增函数式抽屉组件 +- `pure-table`添加动态表头示例 + +### 🐞 Bug fixes + +- 修复在菜单、部门管理中,表格展开后启用或关闭全屏功能时,表格高度未自动适应的问题 + +### 🍏 Perf + +- 优化用户管理左侧部门树的布局 + # 5.8.0 (2024-08-19) ### 🎫 Feat diff --git a/package.json b/package.json index e4d831c717..06b7837060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.8.0", + "version": "5.9.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index ff128f9dd3..bf9c2c7f18 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.8.0", + "Version": "5.9.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,