Skip to content

Commit fae4924

Browse files
committed
release: update 5.5.0
1 parent 295240f commit fae4924

File tree

5 files changed

+125
-47
lines changed

5 files changed

+125
-47
lines changed

CHANGELOG.en_US.md

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 5.5.0 (2024-05-07)
2+
3+
### 📄 Docs
4+
5+
The addresses of the document site and full version preview site have been changed!
6+
7+
- The latest document site address: https://pure-admin.github.io/pure-admin-doc
8+
- The latest full version preview site address: https://pure-admin.github.io/vue-pure-admin
9+
10+
### ✔️ Refactor
11+
12+
- Reconstruct the `layout` file naming convention to make it more readable
13+
14+
### 🎫 Feat
15+
16+
- Add new component `ReVxeTableBar` to be used with `vxe-table`
17+
18+
### 🐞 Bug fixes
19+
20+
- Fixed the issue where the background color is white when `FixedHeader` is set to `false` in dark mode
21+
- Fixed the problem of delayed closing of functional pop-up window `ReDialog` when clicking the cancel button
22+
23+
### 🍏 Perf
24+
25+
- Optimize account settings-avatar upload function
26+
127
# 5.4.0 (2024-04-18)
228

329
### 🎫 Feat
@@ -30,7 +56,7 @@
3056

3157
# 5.3.0 (2024-03-28)
3258

33-
### ✔️ refactor
59+
### ✔️ Refactor
3460

3561
- Reconstruct internationalized file naming conventions and demo pages with code location hints
3662

@@ -43,7 +69,7 @@
4369

4470
# 5.2.0 (2024-03-22)
4571

46-
### ✔️ refactor
72+
### ✔️ Refactor
4773

4874
- Place the full screen button at the top to make it visible and easy to operate
4975

@@ -79,7 +105,7 @@
79105

80106
# 5.1.0 (2024-03-02)
81107

82-
### ✔️ refactor
108+
### ✔️ Refactor
83109

84110
- Reconstruct the tab page `UI` to make it more convenient to click the close button
85111

@@ -101,7 +127,7 @@
101127

102128
Totally `ESM` version
103129

104-
### ✔️ refactor
130+
### ✔️ Refactor
105131

106132
- Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10`
107133
- Use [vite-plugin-fake-server](https://www.npmjs.com/package/vite-plugin-fake-server) to replace [vite-plugin-mock](https://www.npmjs.com/package/vite-plugin-mock), use [@faker-js/faker](https://www.npmjs.com/package/@faker-js/faker) to replace [mockjs](https://www.npmjs.com/package/mockjs)
@@ -192,7 +218,7 @@ Totally `ESM` version
192218

193219
# 4.5.0 (2023-06-26)
194220

195-
### ✔️ refactor
221+
### ✔️ Refactor
196222

197223
- Refactor image crop `ReCropper` component, add more useful functions
198224

@@ -305,7 +331,7 @@ Totally `ESM` version
305331

306332
[View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158)
307333

308-
### ✔️ refactor
334+
### ✔️ Refactor
309335

310336
- Use `css` pseudo-class `before` to refactor the activation background of the menu, similar to [ant.design-menu](https://ant.design/components/menu-cn#components-menu-demo-inline-collapsed)
311337

@@ -376,7 +402,7 @@ Totally `ESM` version
376402

377403
# 3.9.5 (2022-12-13)
378404

379-
### ✔️ refactor
405+
### ✔️ Refactor
380406

381407
- completely removed `lodash` and its related libraries
382408
[Click here to see Why Removed? How to integrate it yourself? ](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-5-%E7 %89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-lodash-%E5%92%8C% E5%85%B6%E7%9B%B8%E5%85%B3%E5%BA%93-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9 %99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90)
@@ -396,7 +422,7 @@ Totally `ESM` version
396422

397423
# 3.9.4 (2022-12-05)
398424

399-
### ✔️ refactor
425+
### ✔️ Refactor
400426

401427
- Completely removed `vxe-table`, after removal, the overall package size of the full version is reduced by `1.82MB`, and the initial startup time is basically the same as the lite version 🐮
402428
[Click here to see Why Removed? How to integrate it yourself?](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90)
@@ -505,7 +531,7 @@ Totally `ESM` version
505531

506532
# 3.7.0 (2022-11-21)
507533

508-
### ✔️ refactor
534+
### ✔️ Refactor
509535

510536
- Replace `driver.js` with `intro.js`
511537

@@ -556,7 +582,7 @@ Totally `ESM` version
556582

557583
# 3.6.2 (2022-10-27)
558584

559-
### ✔️ refactor
585+
### ✔️ Refactor
560586

561587
- Replace `/@/` alias with `@/` alias
562588

@@ -584,7 +610,7 @@ Totally `ESM` version
584610
- Add typewriter component `demo`
585611
- Added `json` editor `demo`
586612

587-
### ✔️ refactor
613+
### ✔️ Refactor
588614

589615
- Refactor the permission module, adopt the most commonly used `RBAC` (Role-Based Access List): role-based permission control (User -> Role -> Permission), and update the page permission and button permission `demo` example, button Permissions support three operation modes (judging permissions in component mode, judging permissions in function mode, and judging permissions in instruction mode)
590616

@@ -610,7 +636,7 @@ Totally `ESM` version
610636
- Add `element-plus` seamless scrolling `Table` page demo
611637
- Open `vscode` bracket pair guide
612638

613-
### ✔️ refactor
639+
### ✔️ Refactor
614640

615641
- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://pure-admin.github.io/pure-admin-doc/pages/tailwindcss/)
616642

@@ -660,7 +686,7 @@ Totally `ESM` version
660686
- Added export `excel` page demo
661687
- Added blank page demo without `Layout`
662688

663-
### ✔️ refactor
689+
### ✔️ Refactor
664690

665691
- Refactored the theme color to adapt to `element-plus` dark mode (also solved the problem that the same element `css` in `3.3.0` and earlier versions was overwritten many times, resulting in poor style debugging)
666692
- Refactored route reset function
@@ -696,7 +722,7 @@ Totally `ESM` version
696722
- Added pre-release packaging mode
697723
- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523)
698724

699-
### ✔️ refactor
725+
### ✔️ Refactor
700726

701727
- Refactored the landing page to be more inclined to the actual business scenario
702728
- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss`
@@ -775,7 +801,7 @@ Totally `ESM` version
775801
- Added `WindiCSS` support
776802
- Add online environment remove console plugin `vite-plugin-remove-console`
777803

778-
### ✔️ refactor
804+
### ✔️ Refactor
779805

780806
- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
781807

CHANGELOG.md

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 5.5.0 (2024-05-07)
2+
3+
### 📄 Docs
4+
5+
The addresses of the document site and full version preview site have been changed!
6+
7+
- The latest document site address: https://pure-admin.github.io/pure-admin-doc
8+
- The latest full version preview site address: https://pure-admin.github.io/vue-pure-admin
9+
10+
### ✔️ Refactor
11+
12+
- Reconstruct the `layout` file naming convention to make it more readable
13+
14+
### 🎫 Feat
15+
16+
- Add new component `ReVxeTableBar` to be used with `vxe-table`
17+
18+
### 🐞 Bug fixes
19+
20+
- Fixed the issue where the background color is white when `FixedHeader` is set to `false` in dark mode
21+
- Fixed the problem of delayed closing of functional pop-up window `ReDialog` when clicking the cancel button
22+
23+
### 🍏 Perf
24+
25+
- Optimize account settings-avatar upload function
26+
127
# 5.4.0 (2024-04-18)
228

329
### 🎫 Feat
@@ -30,7 +56,7 @@
3056

3157
# 5.3.0 (2024-03-28)
3258

33-
### ✔️ refactor
59+
### ✔️ Refactor
3460

3561
- Reconstruct internationalized file naming conventions and demo pages with code location hints
3662

@@ -43,7 +69,7 @@
4369

4470
# 5.2.0 (2024-03-22)
4571

46-
### ✔️ refactor
72+
### ✔️ Refactor
4773

4874
- Place the full screen button at the top to make it visible and easy to operate
4975

@@ -79,7 +105,7 @@
79105

80106
# 5.1.0 (2024-03-02)
81107

82-
### ✔️ refactor
108+
### ✔️ Refactor
83109

84110
- Reconstruct the tab page `UI` to make it more convenient to click the close button
85111

@@ -101,7 +127,7 @@
101127

102128
Totally `ESM` version
103129

104-
### ✔️ refactor
130+
### ✔️ Refactor
105131

106132
- Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10`
107133
- Use [vite-plugin-fake-server](https://www.npmjs.com/package/vite-plugin-fake-server) to replace [vite-plugin-mock](https://www.npmjs.com/package/vite-plugin-mock), use [@faker-js/faker](https://www.npmjs.com/package/@faker-js/faker) to replace [mockjs](https://www.npmjs.com/package/mockjs)
@@ -192,7 +218,7 @@ Totally `ESM` version
192218

193219
# 4.5.0 (2023-06-26)
194220

195-
### ✔️ refactor
221+
### ✔️ Refactor
196222

197223
- Refactor image crop `ReCropper` component, add more useful functions
198224

@@ -305,7 +331,7 @@ Totally `ESM` version
305331

306332
[View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158)
307333

308-
### ✔️ refactor
334+
### ✔️ Refactor
309335

310336
- Use `css` pseudo-class `before` to refactor the activation background of the menu, similar to [ant.design-menu](https://ant.design/components/menu-cn#components-menu-demo-inline-collapsed)
311337

@@ -376,7 +402,7 @@ Totally `ESM` version
376402

377403
# 3.9.5 (2022-12-13)
378404

379-
### ✔️ refactor
405+
### ✔️ Refactor
380406

381407
- completely removed `lodash` and its related libraries
382408
[Click here to see Why Removed? How to integrate it yourself? ](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-5-%E7 %89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-lodash-%E5%92%8C% E5%85%B6%E7%9B%B8%E5%85%B3%E5%BA%93-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9 %99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90)
@@ -396,7 +422,7 @@ Totally `ESM` version
396422

397423
# 3.9.4 (2022-12-05)
398424

399-
### ✔️ refactor
425+
### ✔️ Refactor
400426

401427
- Completely removed `vxe-table`, after removal, the overall package size of the full version is reduced by `1.82MB`, and the initial startup time is basically the same as the lite version 🐮
402428
[Click here to see Why Removed? How to integrate it yourself?](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90)
@@ -505,7 +531,7 @@ Totally `ESM` version
505531

506532
# 3.7.0 (2022-11-21)
507533

508-
### ✔️ refactor
534+
### ✔️ Refactor
509535

510536
- Replace `driver.js` with `intro.js`
511537

@@ -556,7 +582,7 @@ Totally `ESM` version
556582

557583
# 3.6.2 (2022-10-27)
558584

559-
### ✔️ refactor
585+
### ✔️ Refactor
560586

561587
- Replace `/@/` alias with `@/` alias
562588

@@ -584,7 +610,7 @@ Totally `ESM` version
584610
- Add typewriter component `demo`
585611
- Added `json` editor `demo`
586612

587-
### ✔️ refactor
613+
### ✔️ Refactor
588614

589615
- Refactor the permission module, adopt the most commonly used `RBAC` (Role-Based Access List): role-based permission control (User -> Role -> Permission), and update the page permission and button permission `demo` example, button Permissions support three operation modes (judging permissions in component mode, judging permissions in function mode, and judging permissions in instruction mode)
590616

@@ -610,7 +636,7 @@ Totally `ESM` version
610636
- Add `element-plus` seamless scrolling `Table` page demo
611637
- Open `vscode` bracket pair guide
612638

613-
### ✔️ refactor
639+
### ✔️ Refactor
614640

615641
- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://pure-admin.github.io/pure-admin-doc/pages/tailwindcss/)
616642

@@ -660,7 +686,7 @@ Totally `ESM` version
660686
- Added export `excel` page demo
661687
- Added blank page demo without `Layout`
662688

663-
### ✔️ refactor
689+
### ✔️ Refactor
664690

665691
- Refactored the theme color to adapt to `element-plus` dark mode (also solved the problem that the same element `css` in `3.3.0` and earlier versions was overwritten many times, resulting in poor style debugging)
666692
- Refactored route reset function
@@ -696,7 +722,7 @@ Totally `ESM` version
696722
- Added pre-release packaging mode
697723
- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523)
698724

699-
### ✔️ refactor
725+
### ✔️ Refactor
700726

701727
- Refactored the landing page to be more inclined to the actual business scenario
702728
- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss`
@@ -775,7 +801,7 @@ Totally `ESM` version
775801
- Added `WindiCSS` support
776802
- Add online environment remove console plugin `vite-plugin-remove-console`
777803

778-
### ✔️ refactor
804+
### ✔️ Refactor
779805

780806
- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
781807

0 commit comments

Comments
 (0)