Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ The following premium plugin updates were released alongside {productname} {rele

{productname} {release-version} also includes the following bug fix<es>:

=== 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.

In {productname} {release-version}, the check inspects nested elements, so block formatting is applied to the correct element.

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

Expand Down
Loading