Match-id-369b14b5046a18c15de6dc17de6553fd69860015
This commit is contained in:
parent
f15cd59bc7
commit
26f54e9324
|
@ -1,3 +1,11 @@
|
|||
## 0.0.10 (2022-07-14)
|
||||
- **core**: #24 修复lazy包裹memo时,卸载错误
|
||||
- **core**: #21 修复异步更新时路径错误
|
||||
|
||||
## 0.0.9 (2022-07-12)
|
||||
### Bug Fixes
|
||||
- **horizonX**: 修复对store进行deepClone时循环克隆
|
||||
|
||||
## 0.0.8 (2022-07-08)
|
||||
### Features
|
||||
- 增加HorizonX提供状态管理能力
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keywords": [
|
||||
"horizon"
|
||||
],
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.10",
|
||||
"homepage": "",
|
||||
"bugs": "",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue