Match-id-40ac0e7e6e1927b826730b3937fe6f00c7a4b394
This commit is contained in:
parent
361ed82afb
commit
58e1de3957
|
@ -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**: 优化内部循环实现,提升性能
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue