Skip to content

Commit 3b4d1f5

Browse files
authored
Merge pull request #1631 from jd-opensource/feat_enhui_fix
Feat enhui fix
2 parents 1314b18 + e40fb80 commit 3b4d1f5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Contact.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11

22
欢迎小伙伴们加入micro-app微信群交流^ ^
3-
![f08d41cdea5a364a9277d443e90f2f25](https://github.com/user-attachments/assets/47bf5fcb-60a6-48b5-81e1-31302e10b1e9)
3+
![d9954f365a194cab1408e95846e0f98c](https://github.com/user-attachments/assets/8dd1826e-8e47-4557-b06b-26fbbfd06e4d)
4+
45

56

67

78

89

910
欢迎小伙伴们加入micro-app-DevTools开发交流群^ ^
10-
![5795b83d20722041992bc38f6917f25d](https://github.com/user-attachments/assets/bdfc12e8-982a-4772-8d80-82dc23ec1647)
11+
![20aab719ed36bb0eee4025ea957031da](https://github.com/user-attachments/assets/3872f24e-58a8-4848-bb92-7035f83edde2)
12+
1113

1214

1315

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)