File tree 6 files changed +42
-3
lines changed
6 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ VITE_PORT = 8848
3
3
# title
4
4
VITE_TITLE = vue-pure-admin
5
5
# version
6
- VITE_VERSION = 2.1 .0
6
+ VITE_VERSION = 2.6 .0
7
7
# open
8
8
VITE_OPEN = false
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ VITE_PORT = 8848
3
3
# title
4
4
VITE_TITLE = vue-pure-admin
5
5
# version
6
- VITE_VERSION = 2.1 .0
6
+ VITE_VERSION = 2.6 .0
7
7
# open
8
8
VITE_OPEN = false
9
9
Original file line number Diff line number Diff line change
1
+ # 2.6.0(2021-11-10)
2
+
3
+ ### 🎫 Feat
4
+
5
+ - Refactored navigation theme color, supports multiple color schemes
6
+ - Refactored login page, illustration style
7
+
8
+ ### 🍏 Perf
9
+
10
+ - Optimize the navigation style
11
+ - Eliminate strong navigation dependence on vxe-table
12
+ - Synchronously update element-plus, replace Font Icon with SVG Icon
13
+
1
14
# 2.1.0(2021-10-14)
2
15
3
16
### 🎫 Feat
Original file line number Diff line number Diff line change
1
+ # 2.6.0(2021-11-10)
2
+
3
+ ### 🎫 Feat
4
+
5
+ - Refactored navigation theme color, supports multiple color schemes
6
+ - Refactored login page, illustration style
7
+
8
+ ### 🍏 Perf
9
+
10
+ - Optimize the navigation style
11
+ - Eliminate strong navigation dependence on vxe-table
12
+ - Synchronously update element-plus, replace Font Icon with SVG Icon
13
+
1
14
# 2.1.0(2021-10-14)
2
15
3
16
### 🎫 Feat
Original file line number Diff line number Diff line change
1
+ # 2.6.0(2021-11-10)
2
+
3
+ ### 🎫 Feat
4
+
5
+ - 重构导航主题色,支持多种配色
6
+ - 重构登录页,插画风格
7
+
8
+ ### 🍏 Perf
9
+
10
+ - 优化导航样式
11
+ - 剔除导航强依赖 vxe-table
12
+ - 同步更新 element-plus,使用 SVG Icon 替换 Font Icon
13
+
1
14
# 2.1.0(2021-10-14)
2
15
3
16
### 🎫 Feat
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-pure-admin" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.6 .0" ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >= 16" ,
You can’t perform that action at this time.
0 commit comments