We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35093df + 6a17c3e commit df441f9Copy full SHA for df441f9
docs/zh-cn/changelog.md
@@ -9,11 +9,12 @@
9
---
10
### 1.0.0-rc.20
11
12
-`待定`
+`2025-01-24`
13
- **Bug Fix**
14
- 🐞 修复 从rc8升级到rc18后,子应用中使用instanceof判断出现异常 [issue 1497](https://github.com/jd-opensource/micro-app/issues/1497)。
15
- 🐞 修复 setTimeout 执行后未清理记录导致内存泄漏。
16
- 🐞 修复 子应用采用 "react": "^18.3.1" + jdesign Dragger 上传组件异常问题。
17
+ - 🐞 修复 子应用document.body逃逸问题[issue 1452](https://github.com/jd-opensource/micro-app/issues/1452)。
18
- **Feature**
19
- 支持 子应用A标签href自定义补齐回调钩子。
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@micro-zoe/micro-app",
3
- "version": "1.0.0-rc.19",
+ "version": "1.0.0-rc.20",
4
"description": "A lightweight, efficient and powerful micro front-end framework",
5
"private": false,
6
"main": "lib/index.min.js",
0 commit comments