Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichText: support preview content in the editor #18475

Open
wants to merge 1 commit into
base: v3.8.7
Choose a base branch
from

Conversation

WenhaiLin
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Mar 18, 2025

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1001924 bytes 1001924 bytes ✅ 0 bytes
2D All (legacy pipeline) 2662943 bytes 2663170 bytes ⚠️ +227 bytes
2D All (new pipeline) 2750172 bytes 2750399 bytes ⚠️ +227 bytes
(2D + 3D) All 10003554 bytes 10003781 bytes ⚠️ +227 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16915826 bytes 16916053 bytes ⚠️ +227 bytes

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -2886,8 +2886,17 @@
         get string(): string;
         set string(value: string);
         /**
          * @en
+         * Preview content of RichText in the editor.
+         *
+         * @zh
+         * 富文本在编辑器里的预览文本内容。
+         */
+        get preview(): string;
+        set preview(value: string);
+        /**
+         * @en
          * Horizontal Alignment of each line in RichText.
          *
          * @zh
          * 文本内容的水平对齐方式。
@@ -3006,8 +3015,9 @@
          * @zh 文本垂直对齐类型。
          */
         static VerticalAlign: typeof VerticalTextAlignment;
         protected _lineHeight: number;
+        protected _preview: string;
         protected _string: string;
         protected _horizontalAlign: HorizontalTextAlignment;
         protected _verticalAlign: VerticalTextAlignment;
         protected _fontSize: number;

@dumganhar dumganhar changed the base branch from v3.8.6 to v3.8.7 March 18, 2025 07:12
@dumganhar dumganhar changed the base branch from v3.8.7 to v3.8.6 March 18, 2025 07:13
@WenhaiLin WenhaiLin changed the base branch from v3.8.6 to v3.8.7 March 18, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant