Match-id-f86d9cf7c20462fe5b15b81b46ac26ee29d01ab8
This commit is contained in:
commit
ce44d292d8
|
@ -1,3 +1,6 @@
|
|||
## 0.0.48 (2023-05-18)
|
||||
- **core**: 解决style中属性WebkitLineClamp值被转换成字符串问题
|
||||
|
||||
## 0.0.45 (2023-05-10)
|
||||
- **core**: 修改belongClassVNode属性为Symbol提升性能
|
||||
- **core**: 优化内部循环实现,提升性能
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keywords": [
|
||||
"horizon"
|
||||
],
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"homepage": "",
|
||||
"bugs": "",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue