ソースを参照

release: update `3.8.7`

xiaoxian521 2 年 前
コミット
5734d0391f
5 ファイル変更20 行追加2 行削除
  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.7 (2022-11-28)
+
+### 🍏 Perf
+
+- perf: Great package optimization, please be sure to upgrade! Use `unplugin-vue-define-options` to replace `unplugin-vue-macros`, the packaging speed is increased several times, use `unplugin-vue-macros` to take `mac` with moderate performance as an example, the packaging time of the full version is` 6` minutes😭, after replacing it with `unplugin-vue-define-options`, the packaging time on the same computer is `50` seconds☺️
+
 # 3.8.6 (2022-11-27)
 
 ### 🎫 Feat

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+# 3.8.7 (2022-11-28)
+
+### 🍏 Perf
+
+- perf: Great package optimization, please be sure to upgrade! Use `unplugin-vue-define-options` to replace `unplugin-vue-macros`, the packaging speed is increased several times, use `unplugin-vue-macros` to take `mac` with moderate performance as an example, the packaging time of the full version is` 6` minutes😭, after replacing it with `unplugin-vue-define-options`, the packaging time on the same computer is `50` seconds☺️
+
 # 3.8.6 (2022-11-27)
 
 ### 🎫 Feat

+ 6 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,9 @@
+# 3.8.7 (2022-11-28)
+
+### 🍏 Perf
+
+- perf: 打包大优化,请务必升级!使用 `unplugin-vue-define-options` 替换 `unplugin-vue-macros` ,打包速度提升数倍,使用 `unplugin-vue-macros` 以性能中等偏上的 `mac` 为例完整版打包时长为 `6` 分钟 😭,使用 `unplugin-vue-define-options` 替换后,相同电脑下打包时长为 `50` 秒 ☺️
+
 # 3.8.6 (2022-11-27)
 
 ### 🎫 Feat

+ 1 - 1
package.json

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

+ 1 - 1
public/serverConfig.json

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