Browse Source

release: update 3.4.0

xiaoxian521 2 years ago
parent
commit
3a0b2e04d4
5 changed files with 26 additions and 2 deletions
  1. 8 0
      CHANGELOG.en_US.md
  2. 8 0
      CHANGELOG.md
  3. 8 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 8 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,11 @@
+# 3.4.0 (2022-8-22)
+
+### 🍏 Perf
+
+- Optimized routing
+- Optimized for mobile compatibility
+- Optimized routing parameters (`query`, `params` way to refresh the page does not need to open the tab page cache, the parameters can be retained on the `url` and `tab page`)
+
 # 3.3.5 (2022-8-19)
 
 ### 🎫 Feat

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# 3.4.0 (2022-8-22)
+
+### 🍏 Perf
+
+- Optimized routing
+- Optimized for mobile compatibility
+- Optimized routing parameters (`query`, `params` way to refresh the page does not need to open the tab page cache, the parameters can be retained on the `url` and `tab page`)
+
 # 3.3.5 (2022-8-19)
 
 ### 🎫 Feat

+ 8 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,11 @@
+# 3.4.0 (2022-8-22)
+
+### 🍏 Perf
+
+- 优化路由
+- 优化移动端兼容性
+- 优化路由传参(`query`、`params` 方式刷新页面不需要再开启标签页缓存也能保留参数在`url`和`标签页`上)
+
 # 3.3.5 (2022-8-19)
 
 ### 🎫 Feat

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "3.3.5",
+  "version": "3.4.0",
   "private": true,
   "scripts": {
     "dev": "cross-env --max_old_space_size=4096 vite",

+ 1 - 1
public/serverConfig.json

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