Browse Source

release: update `3.9.0`

xiaoxian521 2 years ago
parent
commit
6fc12a2498
5 changed files with 35 additions and 2 deletions
  1. 11 0
      CHANGELOG.en_US.md
  2. 11 0
      CHANGELOG.md
  3. 11 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 11 - 0
CHANGELOG.en_US.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)
 
 ### 🍏 Perf

+ 11 - 0
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)
 
 ### 🍏 Perf

+ 11 - 0
CHANGELOG.zh_CN.md

@@ -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)
 
 ### 🍏 Perf

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "3.8.7",
+  "version": "3.9.0",
   "private": true,
   "scripts": {
     "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

+ 1 - 1
public/serverConfig.json

@@ -1,5 +1,5 @@
 {
-  "Version": "3.8.7",
+  "Version": "3.9.0",
   "Title": "PureAdmin",
   "FixedHeader": true,
   "HiddenSideBar": false,