Skip to content

Commit bf82ead

Browse files
committed
Docs: DOC-3355 - Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin.
1 parent 6d57ea5 commit bf82ead

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
350350

351351
// CCFR here.
352352

353+
=== Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin.
354+
// #TINY-13958
355+
356+
Previously, when diff highlights were selected in the Suggested Edits and TinyMCE AI plugins, the visual styling produced overlapping effects that cluttered the display. Multiple style layers, including borders, box shadows, and background colors, combined to obscure the highlighted content. This made it difficult to read and review suggested changes, particularly for inline text elements spanning multiple lines.
357+
358+
In {productname} {release-version}, the visual styling for selected diff highlights has been simplified and refined. Border-based highlighting has been replaced with background gradient images, box shadows have been repositioned, and background sizing now accounts for line height. These changes reduce visual noise and provide cleaner, more readable diff highlights, making the review workflow easier to follow.
359+
353360

354361
[[additions]]
355362
== Additions

modules/ROOT/pages/changelog.adoc

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,27 @@ NOTE: This is the {productname} Community version changelog. For information abo
66

77
== xref:8.5.0-release-notes.adoc[8.5.0 - 2026-04-29]
88

9-
//TODO
9+
### Added
10+
* New `content_language` option to set the `lang` attribute on the iframe's `html` element or the inline editor's target element.
11+
// #TINY-11214
12+
13+
### Improved
14+
* Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin.
15+
// #TINY-13958
16+
17+
### Fixed
18+
* Script elements would incorrectly be removed by DomPurify when considered valid in the schema.
19+
// #TINY-9655
20+
* Iframe elements with children would incorrectly be removed by DomPurify.
21+
// #TINY-9655
22+
* Certain combinations of divs inside of lists would cause issues turning off lists.
23+
// #TINY-14070
24+
* Certain selections would delete the editor body, causing issues.
25+
// #TINY-14149
26+
* URIs with non-Latin1 characters were returning an error.
27+
// #TINY-13938
28+
* Alert and confirm dialogs were not announced properly by some screen readers.
29+
// #TINY-13812
1030

1131
== xref:8.4.0-release-notes.adoc[8.4.0 - 2026-02-04]
1232

0 commit comments

Comments
 (0)