Match-id-7c0b5ea1eb06946c6e84e7c0a6d180df52b875ea

This commit is contained in:
* 2022-07-21 16:12:05 +08:00 committed by *
parent 833924a266
commit db25fbb91a
2 changed files with 7 additions and 1 deletions

View File

@ -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) ## 0.0.10 (2022-07-14)
- **core**: #24 修复lazy包裹memo时卸载错误 - **core**: #24 修复lazy包裹memo时卸载错误
- **core**: #21 修复异步更新时路径错误 - **core**: #21 修复异步更新时路径错误

View File

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