mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
release: update 3.9.0
This commit is contained in:
parent
a72557f4e2
commit
6fc12a2498
@ -1,3 +1,14 @@
|
|||||||
|
# 3.9.0 (2022-11-30)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed the jitter problem caused by the scroll bar on the page when the text is too long when exiting the full screen
|
||||||
|
- Fix some type errors
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- perf: Great optimization of the first screen loading. Compared with the version before `3.9.0`, the first screen requests are reduced by `71`, and the first screen loading resources are reduced by `4.1 MB`
|
||||||
|
|
||||||
# 3.8.7 (2022-11-28)
|
# 3.8.7 (2022-11-28)
|
||||||
|
|
||||||
### 🍏 Perf
|
### 🍏 Perf
|
||||||
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
# 3.9.0 (2022-11-30)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fixed the jitter problem caused by the scroll bar on the page when the text is too long when exiting the full screen
|
||||||
|
- Fix some type errors
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- perf: Great optimization of the first screen loading. Compared with the version before `3.9.0`, the first screen requests are reduced by `71`, and the first screen loading resources are reduced by `4.1 MB`
|
||||||
|
|
||||||
# 3.8.7 (2022-11-28)
|
# 3.8.7 (2022-11-28)
|
||||||
|
|
||||||
### 🍏 Perf
|
### 🍏 Perf
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
# 3.9.0 (2022-11-30)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复退出全屏时文字过长导致页面出现滚动条后带来的抖动问题
|
||||||
|
- 修复一些类型错误
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- perf: 首屏加载大优化,对比 `3.9.0` 之前版本,首屏请求减少 `71` 个,首屏加载资源减少 `4.1 MB`
|
||||||
|
|
||||||
# 3.8.7 (2022-11-28)
|
# 3.8.7 (2022-11-28)
|
||||||
|
|
||||||
### 🍏 Perf
|
### 🍏 Perf
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "3.8.7",
|
"version": "3.9.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "3.8.7",
|
"Version": "3.9.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user