Match-id-29995b532164d651ba2cbf9687b0cf5fd523a631
This commit is contained in:
commit
bac9141599
|
@ -0,0 +1,7 @@
|
||||||
|
## 0.0.8 (2022-07-08)
|
||||||
|
### Features
|
||||||
|
- 增加HorizonX提供状态管理能力
|
||||||
|
### Bug Fixes
|
||||||
|
- **core**: 修复局部更新场景下context计算错误
|
||||||
|
### Code Refactoring
|
||||||
|
- 重构事件机制,取消全量挂载事件,改为按需懒挂载
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"horizon"
|
"horizon"
|
||||||
],
|
],
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"bugs": "",
|
"bugs": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue