From 48d90af81b52a6a5373259bbb6498c97ffd1297c Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 28 Mar 2024 23:28:29 +0800 Subject: [PATCH] release: update `5.3.0` --- CHANGELOG.en_US.md | 13 +++++++++++++ CHANGELOG.md | 13 +++++++++++++ CHANGELOG.zh_CN.md | 13 +++++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 41 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 42c8deb732..a2c410e0bd 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,16 @@ +# 5.3.0 (2024-03-28) + +### ✔️ refactor + +- Reconstruct internationalized file naming conventions and demo pages with code location hints + +### 🎫 Feat + +- Add `MQTT` example +- Added `docx` and `excel` file preview examples +- The `ReSegmented` segmented controller has a new `size` attribute, which can set three sizes +- The `RePureTableBar` component and `pure-admin-table` support international switching of table headers + # 5.2.0 (2024-03-22) ### ✔️ refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c8deb732..a2c410e0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 5.3.0 (2024-03-28) + +### ✔️ refactor + +- Reconstruct internationalized file naming conventions and demo pages with code location hints + +### 🎫 Feat + +- Add `MQTT` example +- Added `docx` and `excel` file preview examples +- The `ReSegmented` segmented controller has a new `size` attribute, which can set three sizes +- The `RePureTableBar` component and `pure-admin-table` support international switching of table headers + # 5.2.0 (2024-03-22) ### ✔️ refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index e8ff486c69..6ab74107f9 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,16 @@ +# 5.3.0 (2024-03-28) + +### ✔️ refactor + +- 重构国际化文件命名规范以及演示页加上代码位置提示 + +### 🎫 Feat + +- 添加`MQTT`示例 +- 添加`docx`、`excel`文件预览示例 +- `ReSegmented`分段控制器新增`size`属性,可设置三种尺寸 +- `RePureTableBar`组件搭配`pure-admin-table`支持表头国际化切换 + # 5.2.0 (2024-03-22) ### ✔️ refactor diff --git a/package.json b/package.json index 794cfa1221..1b54baf9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.2.0", + "version": "5.3.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index 1e85dccff1..08c5dc8045 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.2.0", + "Version": "5.3.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,