Match-id-bfe4990c34360eac18879c89263e13d739d20807
This commit is contained in:
commit
3383aa33a7
|
@ -1,3 +1,9 @@
|
|||
## 0.0.11 (2022-07-21)
|
||||
### Bug Fixes
|
||||
- **horizonX**: 修复IE兼容性问题,空catch导致崩溃
|
||||
- 增加`Object.assign`的babel polyfill
|
||||
|
||||
-
|
||||
## 0.0.10 (2022-07-14)
|
||||
- **core**: #24 修复lazy包裹memo时,卸载错误
|
||||
- **core**: #21 修复异步更新时路径错误
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keywords": [
|
||||
"horizon"
|
||||
],
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"homepage": "",
|
||||
"bugs": "",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue