Minor Changes
-
fix: (#629)
- typo of
initial-scroll-offset
in scroll-view. - scroll-view's
initial-scroll-index
is changed toinitial-scroll-to-index
.
- typo of
Patch Changes
-
fix: x-image border-radius setting has no effect. (#638)
-
perf: late evaluate document.font.ready (#604)
-
perf: improve raw-text performance (#601)
-
fix: the scroll-x field of scroll-view needs to be handled correctly. (#635)
Before this, scroll-x of '' would result in no scrolling along x-axis.
-
feat: x-list supports
need-visible-item-info
, now you can get visible cells info inscroll
、scrolltoupper
、scrolltolower
event. (#595)