You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en_US.md
+41-15Lines changed: 41 additions & 15 deletions
Original file line number
Diff line number
Diff 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
+
1
27
# 5.4.0 (2024-04-18)
2
28
3
29
### 🎫 Feat
@@ -30,7 +56,7 @@
30
56
31
57
# 5.3.0 (2024-03-28)
32
58
33
-
### ✔️ refactor
59
+
### ✔️ Refactor
34
60
35
61
- Reconstruct internationalized file naming conventions and demo pages with code location hints
36
62
@@ -43,7 +69,7 @@
43
69
44
70
# 5.2.0 (2024-03-22)
45
71
46
-
### ✔️ refactor
72
+
### ✔️ Refactor
47
73
48
74
- Place the full screen button at the top to make it visible and easy to operate
49
75
@@ -79,7 +105,7 @@
79
105
80
106
# 5.1.0 (2024-03-02)
81
107
82
-
### ✔️ refactor
108
+
### ✔️ Refactor
83
109
84
110
- Reconstruct the tab page `UI` to make it more convenient to click the close button
85
111
@@ -101,7 +127,7 @@
101
127
102
128
Totally `ESM` version
103
129
104
-
### ✔️ refactor
130
+
### ✔️ Refactor
105
131
106
132
- Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10`
107
133
- 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
192
218
193
219
# 4.5.0 (2023-06-26)
194
220
195
-
### ✔️ refactor
221
+
### ✔️ Refactor
196
222
197
223
- Refactor image crop `ReCropper` component, add more useful functions
198
224
@@ -305,7 +331,7 @@ Totally `ESM` version
305
331
306
332
[View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158)
307
333
308
-
### ✔️ refactor
334
+
### ✔️ Refactor
309
335
310
336
- 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)
311
337
@@ -376,7 +402,7 @@ Totally `ESM` version
376
402
377
403
# 3.9.5 (2022-12-13)
378
404
379
-
### ✔️ refactor
405
+
### ✔️ Refactor
380
406
381
407
- completely removed `lodash` and its related libraries
382
408
[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
396
422
397
423
# 3.9.4 (2022-12-05)
398
424
399
-
### ✔️ refactor
425
+
### ✔️ Refactor
400
426
401
427
- 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 🐮
402
428
[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
505
531
506
532
# 3.7.0 (2022-11-21)
507
533
508
-
### ✔️ refactor
534
+
### ✔️ Refactor
509
535
510
536
- Replace `driver.js` with `intro.js`
511
537
@@ -556,7 +582,7 @@ Totally `ESM` version
556
582
557
583
# 3.6.2 (2022-10-27)
558
584
559
-
### ✔️ refactor
585
+
### ✔️ Refactor
560
586
561
587
- Replace `/@/` alias with `@/` alias
562
588
@@ -584,7 +610,7 @@ Totally `ESM` version
584
610
- Add typewriter component `demo`
585
611
- Added `json` editor `demo`
586
612
587
-
### ✔️ refactor
613
+
### ✔️ Refactor
588
614
589
615
- 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)
- Replace `unocss` with `tailwindcss`, add `tailwindcss`[documentation](https://pure-admin.github.io/pure-admin-doc/pages/tailwindcss/)
616
642
@@ -660,7 +686,7 @@ Totally `ESM` version
660
686
- Added export `excel` page demo
661
687
- Added blank page demo without `Layout`
662
688
663
-
### ✔️ refactor
689
+
### ✔️ Refactor
664
690
665
691
- 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)
666
692
- Refactored route reset function
@@ -696,7 +722,7 @@ Totally `ESM` version
696
722
- Added pre-release packaging mode
697
723
- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523)
698
724
699
-
### ✔️ refactor
725
+
### ✔️ Refactor
700
726
701
727
- Refactored the landing page to be more inclined to the actual business scenario
702
728
- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-15Lines changed: 41 additions & 15 deletions
Original file line number
Diff line number
Diff 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
+
1
27
# 5.4.0 (2024-04-18)
2
28
3
29
### 🎫 Feat
@@ -30,7 +56,7 @@
30
56
31
57
# 5.3.0 (2024-03-28)
32
58
33
-
### ✔️ refactor
59
+
### ✔️ Refactor
34
60
35
61
- Reconstruct internationalized file naming conventions and demo pages with code location hints
36
62
@@ -43,7 +69,7 @@
43
69
44
70
# 5.2.0 (2024-03-22)
45
71
46
-
### ✔️ refactor
72
+
### ✔️ Refactor
47
73
48
74
- Place the full screen button at the top to make it visible and easy to operate
49
75
@@ -79,7 +105,7 @@
79
105
80
106
# 5.1.0 (2024-03-02)
81
107
82
-
### ✔️ refactor
108
+
### ✔️ Refactor
83
109
84
110
- Reconstruct the tab page `UI` to make it more convenient to click the close button
85
111
@@ -101,7 +127,7 @@
101
127
102
128
Totally `ESM` version
103
129
104
-
### ✔️ refactor
130
+
### ✔️ Refactor
105
131
106
132
- Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10`
107
133
- 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
192
218
193
219
# 4.5.0 (2023-06-26)
194
220
195
-
### ✔️ refactor
221
+
### ✔️ Refactor
196
222
197
223
- Refactor image crop `ReCropper` component, add more useful functions
198
224
@@ -305,7 +331,7 @@ Totally `ESM` version
305
331
306
332
[View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158)
307
333
308
-
### ✔️ refactor
334
+
### ✔️ Refactor
309
335
310
336
- 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)
311
337
@@ -376,7 +402,7 @@ Totally `ESM` version
376
402
377
403
# 3.9.5 (2022-12-13)
378
404
379
-
### ✔️ refactor
405
+
### ✔️ Refactor
380
406
381
407
- completely removed `lodash` and its related libraries
382
408
[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
396
422
397
423
# 3.9.4 (2022-12-05)
398
424
399
-
### ✔️ refactor
425
+
### ✔️ Refactor
400
426
401
427
- 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 🐮
402
428
[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
505
531
506
532
# 3.7.0 (2022-11-21)
507
533
508
-
### ✔️ refactor
534
+
### ✔️ Refactor
509
535
510
536
- Replace `driver.js` with `intro.js`
511
537
@@ -556,7 +582,7 @@ Totally `ESM` version
556
582
557
583
# 3.6.2 (2022-10-27)
558
584
559
-
### ✔️ refactor
585
+
### ✔️ Refactor
560
586
561
587
- Replace `/@/` alias with `@/` alias
562
588
@@ -584,7 +610,7 @@ Totally `ESM` version
584
610
- Add typewriter component `demo`
585
611
- Added `json` editor `demo`
586
612
587
-
### ✔️ refactor
613
+
### ✔️ Refactor
588
614
589
615
- 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)
- Replace `unocss` with `tailwindcss`, add `tailwindcss`[documentation](https://pure-admin.github.io/pure-admin-doc/pages/tailwindcss/)
616
642
@@ -660,7 +686,7 @@ Totally `ESM` version
660
686
- Added export `excel` page demo
661
687
- Added blank page demo without `Layout`
662
688
663
-
### ✔️ refactor
689
+
### ✔️ Refactor
664
690
665
691
- 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)
666
692
- Refactored route reset function
@@ -696,7 +722,7 @@ Totally `ESM` version
696
722
- Added pre-release packaging mode
697
723
- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523)
698
724
699
-
### ✔️ refactor
725
+
### ✔️ Refactor
700
726
701
727
- Refactored the landing page to be more inclined to the actual business scenario
702
728
- Use `unocss` instead of `windicss`, `unocss` has better performance in development environment, no memory leaks, and `api` is compatible with `windicss`
0 commit comments