release: update 3.4.0

This commit is contained in:
xiaoxian521 2022-08-22 17:21:18 +08:00
parent cec867297d
commit 3a0b2e04d4
5 changed files with 26 additions and 2 deletions

View File

@ -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) # 3.3.5 (2022-8-19)
### 🎫 Feat ### 🎫 Feat

View File

@ -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) # 3.3.5 (2022-8-19)
### 🎫 Feat ### 🎫 Feat

View File

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

View File

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

View File

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