Skip to content

Commit 48d90af

Browse files
committed
release: update 5.3.0
1 parent b1fccc0 commit 48d90af

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 5.3.0 (2024-03-28)
2+
3+
### ✔️ refactor
4+
5+
- Reconstruct internationalized file naming conventions and demo pages with code location hints
6+
7+
### 🎫 Feat
8+
9+
- Add `MQTT` example
10+
- Added `docx` and `excel` file preview examples
11+
- The `ReSegmented` segmented controller has a new `size` attribute, which can set three sizes
12+
- The `RePureTableBar` component and `pure-admin-table` support international switching of table headers
13+
114
# 5.2.0 (2024-03-22)
215

316
### ✔️ refactor

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 5.3.0 (2024-03-28)
2+
3+
### ✔️ refactor
4+
5+
- Reconstruct internationalized file naming conventions and demo pages with code location hints
6+
7+
### 🎫 Feat
8+
9+
- Add `MQTT` example
10+
- Added `docx` and `excel` file preview examples
11+
- The `ReSegmented` segmented controller has a new `size` attribute, which can set three sizes
12+
- The `RePureTableBar` component and `pure-admin-table` support international switching of table headers
13+
114
# 5.2.0 (2024-03-22)
215

316
### ✔️ refactor

CHANGELOG.zh_CN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 5.3.0 (2024-03-28)
2+
3+
### ✔️ refactor
4+
5+
- 重构国际化文件命名规范以及演示页加上代码位置提示
6+
7+
### 🎫 Feat
8+
9+
- 添加`MQTT`示例
10+
- 添加`docx``excel`文件预览示例
11+
- `ReSegmented`分段控制器新增`size`属性,可设置三种尺寸
12+
- `RePureTableBar`组件搭配`pure-admin-table`支持表头国际化切换
13+
114
# 5.2.0 (2024-03-22)
215

316
### ✔️ 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.2.0",
3+
"version": "5.3.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.2.0",
2+
"Version": "5.3.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)