From d9189383008ecda45098011038518ae1dd1fa77c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 10:02:31 +1000 Subject: [PATCH 1/3] DOC-3526: Add TinyMCE AI bug fix release note for chat updating empty documents (TINY-14393) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..2e4b3bb4ef 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -28,6 +28,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following fix. + +==== Chat can now update an empty document +// #TINY-14393 + +Previously, submitting a Chat prompt with empty editor content updated only the chat response and not the document. The editor now sends an empty paragraph to the model when the content is empty, so changes are applied directly to the document. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + // === // The {productname} {release-version} release includes an accompanying release of the **** premium plugin. From dd82fe72a41bdd532a3d4de034660a835b4dce0e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 11:13:27 +1000 Subject: [PATCH 2/3] Docs: DOC-3526 - Improve TINY-14393 release note body structure --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 2e4b3bb4ef..4612bd10c7 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -37,7 +37,9 @@ The {productname} {release-version} release includes an accompanying release of ==== Chat can now update an empty document // #TINY-14393 -Previously, submitting a Chat prompt with empty editor content updated only the chat response and not the document. The editor now sends an empty paragraph to the model when the content is empty, so changes are applied directly to the document. +Previously, submitting a Chat prompt with empty editor content updated only the chat response and not the document. + +In {productname} {release-version}, the editor sends an empty paragraph to the model when the content is empty, so changes are applied directly to the document. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. From 30b291bbaa2a3a41c8d3287ddb43a0b5cf58db8d Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 12:38:23 +1000 Subject: [PATCH 3/3] Docs: DOC-3526 - Refine TINY-14393 release note wording per style review --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 4612bd10c7..1e0e0b7d9b 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -37,9 +37,9 @@ The {productname} {release-version} release includes an accompanying release of ==== Chat can now update an empty document // #TINY-14393 -Previously, submitting a Chat prompt with empty editor content updated only the chat response and not the document. +Previously, Chat did not update an empty document when generating content. Chat displayed the generated content only in the Chat sidebar, because the AI service could not apply edits when the document had no content. -In {productname} {release-version}, the editor sends an empty paragraph to the model when the content is empty, so changes are applied directly to the document. +In {productname} {release-version}, Chat handles an empty document the same way as the Review sidebar. When the editor is empty, Chat now inserts the generated content directly into the document instead of displaying it only in the Chat sidebar. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].