Match-id-7c0b5ea1eb06946c6e84e7c0a6d180df52b875ea
This commit is contained in:
parent
833924a266
commit
db25fbb91a
|
@ -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 修复异步更新时路径错误
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue