Skip to content

Commit 34127ca

Browse files
committed
DOC-3526: Add TinyMCE AI bug fix release note for image data-id targeting (TINY-14454)
1 parent 72052a8 commit 34127ca

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2828

2929
The following premium plugin updates were released alongside {productname} {release-version}.
3030

31+
=== TinyMCE AI
32+
33+
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
34+
35+
**TinyMCE AI** includes the following fix.
36+
37+
==== Image edits now target the correct image in content with multiple images
38+
// #TINY-14454
39+
40+
Previously, images sent to the model were not uniquely identified, so a prompt referencing a specific image could mistake one image for another and apply changes, such as alt text updates, to the wrong image. **TinyMCE AI** now tags each `+img+` element with a `+data-id+` attribute when content is sent to the model and removes the attribute before the response is inserted. Image edits now apply to the intended image, even when the content contains multiple images.
41+
42+
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
43+
3144
// === <Premium plugin name 1> <Premium plugin name 1 version>
3245

3346
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.

0 commit comments

Comments
 (0)