Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
timhub66 committed Jan 24, 2025
2 parents 35093df + 6a17c3e commit df441f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
---
### 1.0.0-rc.20

`待定`
`2025-01-24`
- **Bug Fix**
- 🐞 修复 从rc8升级到rc18后,子应用中使用instanceof判断出现异常 [issue 1497](https://github.com/jd-opensource/micro-app/issues/1497)
- 🐞 修复 setTimeout 执行后未清理记录导致内存泄漏。
- 🐞 修复 子应用采用 "react": "^18.3.1" + jdesign Dragger 上传组件异常问题。
- 🐞 修复 子应用document.body逃逸问题[issue 1452](https://github.com/jd-opensource/micro-app/issues/1452)
- **Feature**
- 支持 子应用A标签href自定义补齐回调钩子。

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-rc.19",
"version": "1.0.0-rc.20",
"description": "A lightweight, efficient and powerful micro front-end framework",
"private": false,
"main": "lib/index.min.js",
Expand Down

0 comments on commit df441f9

Please sign in to comment.