Patch Changes
-
1abf8f0: feat:
inline-text
is deprecated, now you can usex-text
instead inx-text
. -
1abf8f0: fix: Removed the list-item style
contain: strict
. Previously we thought it would affectcontent-visibility: auto
, but it turns out that this is wrong.Now, you don't need to specify the width and height of list-item, it will be stretched by the child elements.
-
1abf8f0: fix: do truncation layout calculation after fonts loaded
-
1abf8f0: refractor: x-foldview-ng gesture use pageX&pageY to replace the screenX&screenY
-
1abf8f0: fix: x-input should inherit color style
-
1abf8f0: feat:
inline-image
is deprecated, now you can usex-image
instead inx-text
.