Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ The following premium plugin updates were released alongside {productname} {rele

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

**TinyMCE AI** includes the following improvement and fix.
**TinyMCE AI** includes the following improvement and fixes.

==== An error could be reported when aborting and starting a new conversation
// #TINY-14381

Previously, aborting a streamed AI response and starting a new conversation could report an error. Aborting the response triggered a document delete operation that sometimes failed.

In {productname} {release-version}, the document is no longer deleted when an AI request is aborted. Aborting a response and starting a new conversation no longer reports this error.

==== AI response HTML is now filtered through the editor's content pipeline before being displayed in preview
// #TINY-14344
Expand Down
Loading