mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
release: update 5.6.0
This commit is contained in:
parent
8934499349
commit
613d20fc1b
@ -1,3 +1,17 @@
|
|||||||
|
# 5.6.0 (2024-05-14)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- Upgrade `pnpm` to `v9` version, requiring `pnpm` version `>=9`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed the issue where clicking on an external link would jump twice
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- Optimize `ReSegmented` component
|
||||||
|
|
||||||
# 5.5.0 (2024-05-07)
|
# 5.5.0 (2024-05-07)
|
||||||
|
|
||||||
### 📄 Docs
|
### 📄 Docs
|
||||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
|||||||
|
# 5.6.0 (2024-05-14)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- Upgrade `pnpm` to `v9` version, requiring `pnpm` version `>=9`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed the issue where clicking on an external link would jump twice
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- Optimize `ReSegmented` component
|
||||||
|
|
||||||
# 5.5.0 (2024-05-07)
|
# 5.5.0 (2024-05-07)
|
||||||
|
|
||||||
### 📄 Docs
|
### 📄 Docs
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
# 5.6.0 (2024-05-14)
|
||||||
|
|
||||||
|
### ✔️ Refactor
|
||||||
|
|
||||||
|
- 升级`pnpm`至`v9`版本,规定`pnpm`版本`>=9`
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复点击外链会跳转两次的问题
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- 优化`ReSegmented`组件
|
||||||
|
|
||||||
# 5.5.0 (2024-05-07)
|
# 5.5.0 (2024-05-07)
|
||||||
|
|
||||||
### 📄 Docs
|
### 📄 Docs
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "5.5.0",
|
"version": "5.6.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "5.5.0",
|
"Version": "5.6.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user