Skip to content
Draft
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
15 changes: 15 additions & 0 deletions modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele

// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].

=== Page Embed

The {productname} {release-version} release includes an accompanying release of the **Page Embed** premium plugin.

**Page Embed** includes the following fix.

==== Iframes inserted with the pageembed plugin could not be aligned using the align left, center, and right toolbar buttons.
// #TINYMCE-14458

Previously, the align left, center, and right toolbar buttons could not align an iframe inserted with the Page Embed plugin. The Page Embed plugin wraps the iframe in a `tiny-pageembed` container that the default alignment format rules did not recognize, so selecting the iframe and choosing align left, center, or right on the toolbar had no effect. By contrast, an iframe inserted with the Media plugin uses a wrapper that the alignment rules already recognized.

In {productname} {release-version}, the alignment format rules recognize the `tiny-pageembed` container. The align left, center, and right toolbar buttons now apply alignment to a selected Page Embed iframe, matching the behavior of iframes inserted with the Media plugin.

For information on the **Page Embed** plugin, see: xref:pageembed.adoc[Page Embed].


[[improvements]]
== Improvements
Expand Down
Loading