From fb07a109315f08be9f3bdae5c2779080575a0b29 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 09:51:33 +1000 Subject: [PATCH 1/2] DOC-3526: Add bug fix release note for block formatting across table cell selection (TINY-14385) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 5 +++++ 1 file changed, 5 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..d4a57a10ab 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -89,6 +89,11 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following bug fix: +=== Block formatting now targets the correct element across a table cell selection +// #TINY-14385 + +Previously, when multiple table cells were selected, the check for whether a block could be renamed did not inspect nested elements. For example, with a blockquote containing a heading, applying a new heading format changed the blockquote instead of the heading. {productname} now inspects nested elements, so block formatting is applied to the correct element. + // === // #TINY-vwxyz1 From 0c32cb517f2f083c9347d6dd98a28563b7a9ee6d Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 11:13:00 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Improve TINY-14385 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 d4a57a10ab..9754e7762a 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -92,7 +92,9 @@ The following premium plugin updates were released alongside {productname} {rele === Block formatting now targets the correct element across a table cell selection // #TINY-14385 -Previously, when multiple table cells were selected, the check for whether a block could be renamed did not inspect nested elements. For example, with a blockquote containing a heading, applying a new heading format changed the blockquote instead of the heading. {productname} now inspects nested elements, so block formatting is applied to the correct element. +Previously, when multiple table cells were selected, the check for whether a block could be renamed did not inspect nested elements. For example, with a blockquote containing a heading, applying a new heading format changed the blockquote instead of the heading. + +In {productname} {release-version}, the check inspects nested elements, so block formatting is applied to the correct element. // === // #TINY-vwxyz1