Skip to content

Commit 1b48bc8

Browse files
committed
release: update 5.9.0
1 parent 21ff69b commit 1b48bc8

File tree

5 files changed

+62
-2
lines changed

5 files changed

+62
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 5.9.0 (2024-12-10)
2+
3+
### ✔️Refactor
4+
5+
- 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
6+
- 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)
7+
8+
### 🎫Feat
9+
10+
- Added `ReDrawer` component
11+
- `pure-table` adds dynamic table header example
12+
13+
### 🐞 Bug fixes
14+
15+
- 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
16+
17+
### 🍏Perf
18+
19+
- Optimize the layout of the department tree on the left side of user management
20+
121
# 5.8.0 (2024-08-19)
222

323
### 🎫 Feat

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 5.9.0 (2024-12-10)
2+
3+
### ✔️Refactor
4+
5+
- 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
6+
- 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)
7+
8+
### 🎫Feat
9+
10+
- Added `ReDrawer` component
11+
- `pure-table` adds dynamic table header example
12+
13+
### 🐞 Bug fixes
14+
15+
- 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
16+
17+
### 🍏Perf
18+
19+
- Optimize the layout of the department tree on the left side of user management
20+
121
# 5.8.0 (2024-08-19)
222

323
### 🎫 Feat

CHANGELOG.zh_CN.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 5.9.0 (2024-12-10)
2+
3+
### ✔️ Refactor
4+
5+
- 升级`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版本用户`会享有一套更现代、美观且自定义程度高的主题色
6+
- 使用 [code-inspector-plugin](https://www.npmjs.com/package/code-inspector-plugin) 替换 [vite-plugin-vue-inspector](https://www.npmjs.com/package/vite-plugin-vue-inspector)
7+
8+
### 🎫 Feat
9+
10+
- 新增函数式抽屉组件
11+
- `pure-table`添加动态表头示例
12+
13+
### 🐞 Bug fixes
14+
15+
- 修复在菜单、部门管理中,表格展开后启用或关闭全屏功能时,表格高度未自动适应的问题
16+
17+
### 🍏 Perf
18+
19+
- 优化用户管理左侧部门树的布局
20+
121
# 5.8.0 (2024-08-19)
222

323
### 🎫 Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pure-admin",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

public/platform-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "5.8.0",
2+
"Version": "5.9.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)