We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdabeb6 commit e40fb80Copy full SHA for e40fb80
docs/zh-cn/changelog.md
@@ -7,6 +7,14 @@
7
- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
8
9
---
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
18
### 1.0.0-rc.26
19
20
`2025-05-25`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@micro-zoe/micro-app",
3
- "version": "1.0.0-rc.26",
+ "version": "1.0.0-rc.27",
4
"description": "A lightweight, efficient and powerful micro front-end framework",
5
"private": false,
6
"main": "lib/index.min.js",
0 commit comments