Match-id-f86d9cf7c20462fe5b15b81b46ac26ee29d01ab8

This commit is contained in:
* 2023-05-18 21:51:42 +08:00
commit ce44d292d8
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.0.48 (2023-05-18)
- **core**: 解决style中属性WebkitLineClamp值被转换成字符串问题
## 0.0.45 (2023-05-10) ## 0.0.45 (2023-05-10)
- **core**: 修改belongClassVNode属性为Symbol提升性能 - **core**: 修改belongClassVNode属性为Symbol提升性能
- **core**: 优化内部循环实现,提升性能 - **core**: 优化内部循环实现,提升性能

View File

@ -4,7 +4,7 @@
"keywords": [ "keywords": [
"horizon" "horizon"
], ],
"version": "0.0.47", "version": "0.0.48",
"homepage": "", "homepage": "",
"bugs": "", "bugs": "",
"main": "index.js", "main": "index.js",