Skip to content

Commit

Permalink
release: update 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Mar 1, 2024
1 parent 16122ae commit c219f31
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 8 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.en_US.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -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`版本
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/platform-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "5.0.0",
"Version": "5.1.0",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,
Expand Down

0 comments on commit c219f31

Please sign in to comment.