Match-id-1789b5df03d7f2920837547b3637ce07432731f0
This commit is contained in:
parent
c918ea0924
commit
8a9ce32443
|
@ -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