mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
release: update 5.1.0
This commit is contained in:
parent
16122aec17
commit
c219f315b2
@ -1,3 +1,23 @@
|
|||||||
|
# 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)
|
# 5.0.0 (2024-02-26)
|
||||||
|
|
||||||
Totally `ESM` version
|
Totally `ESM` version
|
||||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
|||||||
|
# 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)
|
# 5.0.0 (2024-02-26)
|
||||||
|
|
||||||
Totally `ESM` version
|
Totally `ESM` version
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# 5.1.0 (2024-03-02)
|
||||||
|
|
||||||
|
### ✔️ refactor
|
||||||
|
|
||||||
|
- 重构标签页`UI`,点击关闭按钮更方便
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- 添加多选卡片示例
|
||||||
|
- 菜单支持`a`标签右键的所有浏览器行为(在新标签页中、新窗口中打开链接,拖拽到新标签页打开等)
|
||||||
|
- 菜单搜索新增搜索历史和收藏功能
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复`windows`系统下登录页出现滚动条的问题
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- 规范注册本地图标时的命名规则,使其更好地配合图标选择器
|
||||||
|
|
||||||
# 5.0.0 (2024-02-26)
|
# 5.0.0 (2024-02-26)
|
||||||
|
|
||||||
全面`ESM`版本
|
全面`ESM`版本
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "5.0.0",
|
"version": "5.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "5.0.0",
|
"Version": "5.1.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user