Skip to content

Commit e40fb80

Browse files
committed
feat: add excludeRewriteIframeConstructor function and update version to micro-app
1 parent cdabeb6 commit e40fb80

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/zh-cn/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
88

99
---
10+
### 1.0.0-rc.27
11+
12+
`2025-08-29`
13+
- **Feature**
14+
- 支持 excludeRewriteIframeConstructor : iframe模式下排除对指定构造函数的Symbol.hasInstance属性重写,默认为空会进行重写。
15+
- **Bug Fix**
16+
- 🐞 修复 当`with`沙箱自动补全生效时,实例化`XMLHttpRequest`后的`open`属性无法调用的问题
17+
1018
### 1.0.0-rc.26
1119

1220
`2025-05-25`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-zoe/micro-app",
3-
"version": "1.0.0-rc.26",
3+
"version": "1.0.0-rc.27",
44
"description": "A lightweight, efficient and powerful micro front-end framework",
55
"private": false,
66
"main": "lib/index.min.js",

0 commit comments

Comments
 (0)