From 061de626b474e381cfe53a3298bfe9651e397fef Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 18 Jun 2026 20:18:46 +1000 Subject: [PATCH 1/2] Docs: TINYDOC-3526 - Iframes inserted with the pageembed plugin could not be aligned using the align left, center, and right toolbar buttons. --- modules/ROOT/pages/8.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 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..969a5f8b87 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== 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 From 89a3efff784a5c41f396a753df3781d4d9ed0df6 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 19 Jun 2026 09:34:44 +1000 Subject: [PATCH 2/2] Docs: TINYDOC-3526 - Generalize Page Embed alignment release note --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 969a5f8b87..5bc8145607 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -48,9 +48,9 @@ The {productname} {release-version} release includes an accompanying release of ==== 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. +Previously, the align left, center, and right toolbar buttons had no effect on an iframe inserted with the Page Embed plugin. Selecting the embedded iframe and choosing an alignment did not change its position. -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. +In {productname} {release-version}, the align left, center, and right toolbar buttons align an iframe inserted with the Page Embed plugin. For information on the **Page Embed** plugin, see: xref:pageembed.adoc[Page Embed].