Skip to content

Commit

Permalink
chore(1.0.0-beta.4): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Apr 27, 2023
1 parent d700aa9 commit 66f7c95
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/main-react16/src/pages/vite4/vite4.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function vite4 (props) {
keep-router-state
disable-memory-router
// disable-patch-request
keep-alive
// keep-alive
// default-page='/micro-app/vite4/page2'
baseroute='/micro-app/demo/vite4'
>
Expand Down
18 changes: 18 additions & 0 deletions docs/1.x/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@

---

### 1.0.0-beta.4

`2023-04-27`

- **New**

- 🆕 新增了在iframe沙箱下支持关闭虚拟路由系统的功能。

- **Bug Fix**

- 🐞 修复了在子应用还未渲染时通过虚拟路由控制子应用跳转导致浏览器URL地址修改的问题。
- 🐞 修复了在`keep-alive`应用隐藏后通过虚拟路由控制子应用跳转导致浏览器URL地址修改的问题。

- **Update**

- 🚀 优化了部分开发案例。


### 1.0.0-beta.3

`2023-04-13`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "A lightweight, efficient and powerful micro front-end framework",
"private": false,
"main": "lib/index.min.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"test:coverage": "jest --coverage",
"test:unit": "jest src/__tests__/unit",
"test:unit:coverage": "npm run test:unit -- --coverage",
"prepublishOnly": "yarn lint && yarn test && yarn build"
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 66f7c95

Please sign in to comment.