Przeglądaj źródła

release: update `3.8.5`

xiaoxian521 2 lat temu
rodzic
commit
cc55de03ee
5 zmienionych plików z 20 dodań i 2 usunięć
  1. 6 0
      CHANGELOG.en_US.md
  2. 6 0
      CHANGELOG.md
  3. 6 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 6 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,9 @@
+# 3.8.5 (2022-11-26)
+
+### 🍏 Perf
+
+- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code
+
 # 3.8.0 (2022-11-26)
 
 ### 🎫 Feat

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+# 3.8.5 (2022-11-26)
+
+### 🍏 Perf
+
+- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code
+
 # 3.8.0 (2022-11-26)
 
 ### 🎫 Feat

+ 6 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,9 @@
+# 3.8.5 (2022-11-26)
+
+### 🍏 Perf
+
+- 大优化,移除 `@pureadmin/components` 并采用兼容写法,平台打包大小在未启用压缩前对比优化前减少 `0.4` MB , 首屏请求减少 `2.3` MB 的资源,这对于 [精简版](https://github.com/xiaoxian521/pure-admin-thin) 来说是非常大的优化,精简版已经同步代码
+
 # 3.8.0 (2022-11-26)
 
 ### 🎫 Feat

+ 1 - 1
package.json

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

+ 1 - 1
public/serverConfig.json

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