Skip to content

Commit 3c8f855

Browse files
committed
release: update 5.2.0
1 parent 2ebb584 commit 3c8f855

File tree

5 files changed

+110
-2
lines changed

5 files changed

+110
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 5.2.0 (2024-03-22)
2+
3+
### ✔️ refactor
4+
5+
- Place the full screen button at the top to make it visible and easy to operate
6+
7+
### 🎫 Feat
8+
9+
- Added `v-ripple` command (water ripple effect)
10+
- Add global `Stretch` configuration to the content area to customize compact pages and easily find the required information
11+
- Added roaming guidance based on `ElTour`
12+
- Improve role management-menu permission function, novel interactive experience
13+
- Add system monitoring-online users
14+
- Add system monitoring-login log
15+
- Add system monitoring-operation log
16+
- Add system monitoring-system log
17+
- Add more more convenient `pure-admin-table` editable table examples (overall editing, single row editing, cell editing)
18+
- The `ReSegmented` component has a new `block` attribute to make it fit the width of the parent element
19+
- Add [vue-flow](https://vueflow.dev/) flow chart example
20+
- Add virtual table example
21+
- Added Gantt chart example
22+
- Add graphic verification code example
23+
- Add form examples, which can be generated through `JSON` format configuration (basic form, pop-up form, drawer form, step-by-step form, search form)
24+
- Add a folding and expanding menu function on the middle right side of the left menu
25+
26+
### 🐞 Bug fixes
27+
28+
- Fixed the scroll bar issue when clicking on the registration page under `windwos`
29+
- Fixed the problem of scroll bars appearing in the content area when switching pages under `windows`
30+
- Fixed the problem of status style disappearing in `pure-table` with status table under dark overall style
31+
- Fixed the problem of turning on the gray mode and dark overall style in the project configuration and refreshing the overall style of the page.
32+
33+
### 🍏 Perf
34+
35+
- All pages of system management and system monitoring are compatible with mobile terminals
36+
137
# 5.1.0 (2024-03-02)
238

339
### ✔️ refactor

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 5.2.0 (2024-03-22)
2+
3+
### ✔️ refactor
4+
5+
- Place the full screen button at the top to make it visible and easy to operate
6+
7+
### 🎫 Feat
8+
9+
- Added `v-ripple` command (water ripple effect)
10+
- Add global `Stretch` configuration to the content area to customize compact pages and easily find the required information
11+
- Added roaming guidance based on `ElTour`
12+
- Improve role management-menu permission function, novel interactive experience
13+
- Add system monitoring-online users
14+
- Add system monitoring-login log
15+
- Add system monitoring-operation log
16+
- Add system monitoring-system log
17+
- Add more more convenient `pure-admin-table` editable table examples (overall editing, single row editing, cell editing)
18+
- The `ReSegmented` component has a new `block` attribute to make it fit the width of the parent element
19+
- Add [vue-flow](https://vueflow.dev/) flow chart example
20+
- Add virtual table example
21+
- Added Gantt chart example
22+
- Add graphic verification code example
23+
- Add form examples, which can be generated through `JSON` format configuration (basic form, pop-up form, drawer form, step-by-step form, search form)
24+
- Add a folding and expanding menu function on the middle right side of the left menu
25+
26+
### 🐞 Bug fixes
27+
28+
- Fixed the scroll bar issue when clicking on the registration page under `windwos`
29+
- Fixed the problem of scroll bars appearing in the content area when switching pages under `windows`
30+
- Fixed the problem of status style disappearing in `pure-table` with status table under dark overall style
31+
- Fixed the problem of turning on the gray mode and dark overall style in the project configuration and refreshing the overall style of the page.
32+
33+
### 🍏 Perf
34+
35+
- All pages of system management and system monitoring are compatible with mobile terminals
36+
137
# 5.1.0 (2024-03-02)
238

339
### ✔️ refactor

CHANGELOG.zh_CN.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 5.2.0 (2024-03-22)
2+
3+
### ✔️ refactor
4+
5+
- 将全屏按钮置于顶部,使其显眼且易于操作
6+
7+
### 🎫 Feat
8+
9+
- 新增`v-ripple`指令(水波纹效果)
10+
- 内容区添加全局`Stretch`配置,可自定义紧凑页面,轻松找到所需信息
11+
- 添加基于`ElTour`实现的漫游式引导
12+
- 完善角色管理-菜单权限功能,新颖的交互体验
13+
- 添加系统监控-在线用户
14+
- 添加系统监控-登录日志
15+
- 添加系统监控-操作日志
16+
- 添加系统监控-系统日志
17+
- 添加更多更方便的`pure-admin-table`可编辑表格示例(整体编辑、单行编辑、单元格编辑)
18+
- `ReSegmented`组件新增`block`属性,可使其适合父元素宽度
19+
- 添加 [vue-flow](https://vueflow.dev/) 流程图示例
20+
- 添加虚拟表格示例
21+
- 添加甘特图示例
22+
- 添加图形验证码示例
23+
- 添加表单示例,可通过`JSON`格式配置生成(基础表单、弹框表单、抽屉表单、分步表单、搜索表单)
24+
- 在左侧菜单右中侧再加一个折叠展开菜单的功能
25+
26+
### 🐞 Bug fixes
27+
28+
- 修复`windwos`下点击注册页面会出现滚动条问题
29+
- 修复`windows`下页面切换,内容区会出现滚动条问题
30+
- 修复`pure-table`带状态表格在深色整体风格下状态样式消失的问题
31+
- 修复项目配置中开启灰色模式和深色整体风格,刷新页面整体风格异常
32+
33+
### 🍏 Perf
34+
35+
- 系统管理、系统监控的所有页面兼容移动端
36+
137
# 5.1.0 (2024-03-02)
238

339
### ✔️ refactor

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.1.0",
3+
"version": "5.2.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.1.0",
2+
"Version": "5.2.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)