From c219f315b296c27fe6643f4776981614074bf2d6 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 2 Mar 2024 01:21:27 +0800 Subject: [PATCH] release: update `5.1.0` --- CHANGELOG.en_US.md | 26 +++++++++++++++++++++++--- CHANGELOG.md | 26 +++++++++++++++++++++++--- CHANGELOG.zh_CN.md | 20 ++++++++++++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 68 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index bdc924b641..47078103a5 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,8 +1,28 @@ +# 5.1.0 (2024-03-02) + +### ✔️ refactor + +- Reconstruct the tab page `UI` to make it more convenient to click the close button + +### 🎫 Feat + +- Added multi-select card example +- The menu supports all browser behaviors of right-clicking on the `a` tag (opening links in new tabs, new windows, dragging and dropping to open in new tabs, etc.) +- Added search history and collection functions to menu search + +### 🐞 Bug fixes + +- Fixed the problem of scroll bars appearing on the login page under `windows` system + +### 🍏 Perf + +- Standardize the naming rules when registering local icons to better match the icon selector + # 5.0.0 (2024-02-26) Totally `ESM` version -### ✔️refactor +### ✔️ refactor - Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10` - 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) @@ -18,7 +38,7 @@ Totally `ESM` version - Cleaner and neater pop-up panel on the right side of project configuration - Restructure the About page to make it more compact and key information more prominent -### 🎫Feat +### 🎫 Feat - Add system management-menu management - Improve system management-user management @@ -59,7 +79,7 @@ Totally `ESM` version - Fixed the problem that the right-click tab page panel cannot be closed when clicking on the `iframe` page and the right-click tab page panel is blocked when on the `iframe` page - Fixed the problem of missing parameters when clicking on breadcrumbs to jump to the page in routing `query` and `params` modes -### 🍏Perf +### 🍏 Perf - Optimize theme color - Tabs can be slid left or right according to the sliding force diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc924b641..47078103a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,28 @@ +# 5.1.0 (2024-03-02) + +### ✔️ refactor + +- Reconstruct the tab page `UI` to make it more convenient to click the close button + +### 🎫 Feat + +- Added multi-select card example +- The menu supports all browser behaviors of right-clicking on the `a` tag (opening links in new tabs, new windows, dragging and dropping to open in new tabs, etc.) +- Added search history and collection functions to menu search + +### 🐞 Bug fixes + +- Fixed the problem of scroll bars appearing on the login page under `windows` system + +### 🍏 Perf + +- Standardize the naming rules when registering local icons to better match the icon selector + # 5.0.0 (2024-02-26) Totally `ESM` version -### ✔️refactor +### ✔️ refactor - Upgrade `vite` to `v5` version, specify `node` version `>18.18.0`, `pnpm` version `>=8.6.10` - 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) @@ -18,7 +38,7 @@ Totally `ESM` version - Cleaner and neater pop-up panel on the right side of project configuration - Restructure the About page to make it more compact and key information more prominent -### 🎫Feat +### 🎫 Feat - Add system management-menu management - Improve system management-user management @@ -59,7 +79,7 @@ Totally `ESM` version - Fixed the problem that the right-click tab page panel cannot be closed when clicking on the `iframe` page and the right-click tab page panel is blocked when on the `iframe` page - Fixed the problem of missing parameters when clicking on breadcrumbs to jump to the page in routing `query` and `params` modes -### 🍏Perf +### 🍏 Perf - Optimize theme color - Tabs can be slid left or right according to the sliding force diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 5276ca7a93..f9fed58b9b 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,23 @@ +# 5.1.0 (2024-03-02) + +### ✔️ refactor + +- 重构标签页`UI`,点击关闭按钮更方便 + +### 🎫 Feat + +- 添加多选卡片示例 +- 菜单支持`a`标签右键的所有浏览器行为(在新标签页中、新窗口中打开链接,拖拽到新标签页打开等) +- 菜单搜索新增搜索历史和收藏功能 + +### 🐞 Bug fixes + +- 修复`windows`系统下登录页出现滚动条的问题 + +### 🍏 Perf + +- 规范注册本地图标时的命名规则,使其更好地配合图标选择器 + # 5.0.0 (2024-02-26) 全面`ESM`版本 diff --git a/package.json b/package.json index 703c88d09a..4900cc9a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.0.0", + "version": "5.1.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index 0922e49684..b9f9642798 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.0.0", + "Version": "5.1.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,