Skip to content

Commit b78e36d

Browse files
authored
Docs: DOC-3526 - AI response HTML is now filtered through the editor's content pipeline before being displayed in preview (#4173)
1 parent d43cf6f commit b78e36d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

modules/ROOT/pages/8.7.0-release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ The following premium plugin updates were released alongside {productname} {rele
4343

4444
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
4545

46-
**TinyMCE AI** includes the following fix.
46+
**TinyMCE AI** includes the following improvement and fix.
47+
48+
==== AI response HTML is now filtered through the editor's content pipeline before being displayed in preview
49+
// #TINY-14344
50+
51+
Previously, content shown in the AI preview was not filtered by the editor's content rules until it was applied. With a strict schema configuration, a change could appear in the preview, be accepted, and then be removed when applied to the editor, so the final result did not match the preview.
52+
53+
In {productname} {release-version}, AI response HTML is filtered through the editor's content pipeline before it is shown in the preview. The preview now reflects what will be added to the editor, and if filtering removes all of the content the user is notified.
4754

4855
==== AI Chat state was lost if the sidebar was closed before the model started responding
4956
// #TINY-14222

0 commit comments

Comments
 (0)