Skip to content
Open
Changes from all 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
5 changes: 5 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,11 @@ The following premium plugin updates were released alongside {productname} {rele

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

=== Indentation is now applied to all selected table cells
// #TINY-14370

Previously, applying indentation with multiple table cells selected affected only the cell where the pointer was released, because the action used the browser's native selection rather than the editor's cell selection. {productname} now applies indentation to every cell in the selection.

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

Expand Down
Loading