Skip to content

Commit 3ea8d7d

Browse files
committed
chore: release rc23
1 parent 5b3e463 commit 3ea8d7d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/zh-cn/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@
88

99
---
1010

11+
### 1.0.0-rc.23
12+
13+
`2025-03-17`
14+
- **Bug Fix**
15+
- 🐞 修复 micro-app标签的name属性修改后,子应用addDataListener无法接收基座数据。
16+
- 🐞 修复 micro-app stop rendering SecurityError: Failed to sea named property'__MICRO_APP_STATE__' "On 'Window': Blocked a frame with origin "xxxx" from accessing a cross-origin frame。
17+
- 🐞 修复 reload子应用后,子应用antd组件select、tooltip等组件会报错,导致子应用崩溃 [issue 1533](https://github.com/jd-opensource/micro-app/issues/1533)
18+
1119
### 1.0.0-rc.22
1220

1321
`2025-02-27`
1422
- **Feature**
1523
- start 支持`inheritBaseBody` 参数:子应用是否采用基座,默认不适用。
1624
- 子应用支持addEventListener('error')捕捉自身异常。
25+
1726
### 1.0.0-rc.21
1827

1928
`2025-02-22`

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.22",
3+
"version": "1.0.0-rc.23",
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)