Match-id-177587a17105df0521475085affc471c406c53a8

This commit is contained in:
* 2022-09-07 19:21:36 +08:00 committed by *
parent 4b62e8ee48
commit 77be7a916a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.0.16 (2022-09-07)
- **core**: #56,#65 diff null 不能正确卸载组件
## 0.0.15 (2022-09-06) ## 0.0.15 (2022-09-06)
- **core**: #43 fix portal root 跟 app root重合时重复监听 - **core**: #43 fix portal root 跟 app root重合时重复监听
- **core**: #38 修复合成事件受普通事件stopPropagation影响无法触发 - **core**: #38 修复合成事件受普通事件stopPropagation影响无法触发

View File

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