Match-id-33a3f50281392d8e556e44558fef235ef068ded3

This commit is contained in:
* 2022-09-06 19:30:59 +08:00 committed by *
parent 14b146e2b0
commit e6e3c70bb1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.0.15 (2022-09-06)
- **core**: #43 fix portal root 跟 app root重合时重复监听
- **core**: #38 修复合成事件受普通事件stopPropagation影响无法触发
## 0.0.14 (2022-09-04) ## 0.0.14 (2022-09-04)
- **core**: #44 修复unmount根节点事件未清除 - **core**: #44 修复unmount根节点事件未清除

View File

@ -4,7 +4,7 @@
"keywords": [ "keywords": [
"horizon" "horizon"
], ],
"version": "0.0.14", "version": "0.0.15",
"homepage": "", "homepage": "",
"bugs": "", "bugs": "",
"main": "index.js", "main": "index.js",