Match-id-9d21c4b91a4dd45141621f3e3aa091806644a334
This commit is contained in:
parent
8e006f8cd2
commit
2e69a72c97
|
@ -1,6 +1,9 @@
|
||||||
|
## 0.0.19 (2022-09-13)
|
||||||
|
- **core**: fix 弹窗的input可能无法触发onChange事件
|
||||||
|
-
|
||||||
## 0.0.18 (2022-09-08)
|
## 0.0.18 (2022-09-08)
|
||||||
- **core**: fix 键盘事件使用历史记录填充时key为undefined
|
- **core**: fix 键盘事件使用历史记录填充时key为undefined
|
||||||
-
|
|
||||||
## 0.0.17 (2022-09-07)
|
## 0.0.17 (2022-09-07)
|
||||||
- **core**: fix 不在树上的节点发起更新导致错误
|
- **core**: fix 不在树上的节点发起更新导致错误
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"horizon"
|
"horizon"
|
||||||
],
|
],
|
||||||
"version": "0.0.18",
|
"version": "0.0.19",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"bugs": "",
|
"bugs": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue