mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
release: update 5.1.0
This commit is contained in:
parent
16122aec17
commit
c219f315b2
@ -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
|
||||
|
26
CHANGELOG.md
26
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
|
||||
|
@ -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`版本
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-pure-admin",
|
||||
"version": "5.0.0",
|
||||
"version": "5.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Version": "5.0.0",
|
||||
"Version": "5.1.0",
|
||||
"Title": "PureAdmin",
|
||||
"FixedHeader": true,
|
||||
"HiddenSideBar": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user