diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 7b4b408643..c843ccab2d 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -73,6 +73,13 @@ The {productname} {release-version} release includes an accompanying release of **TinyMCE AI** includes the following improvements and fixes and additions. +==== The AI suggestions diff overlay did not always maintain alignment when resizing the browser window +// #TINY-14366 + +Previously, after the AI Chat generated new content, resizing the browser window could leave the AI suggestions diff overlay misaligned with the underlying text. On some layouts the highlights became detached from the content they marked, which made the suggestions preview look broken. + +In {productname} {release-version}, the preview overlay tracks a wider set of size changes when the window is resized. The diff overlay now stays aligned with the generated content, which keeps the AI suggestions preview accurate. + ==== Reduced the spacing in the AI review suggestion cards // #TINY-14279