From aded9ed05d623f904695c8605d40cf41d5417a8b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 5 Jun 2026 11:38:12 +1000 Subject: [PATCH] Docs: DOC-3526 - The fullpage header and footer were not included when getting HTML content with inline CSS --- 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..729e0b3e8f 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[]. +=== Inline CSS + +The {productname} {release-version} release includes an accompanying release of the **Inline CSS** premium plugin. + +**Inline CSS** includes the following fix. + +==== The fullpage header and footer were not included when getting HTML content with inline CSS +// #TINY-14410 + +Previously, the **Inline CSS** plugin's `getContent` API did not return a complete HTML document when the **Full Page HTML** plugin was enabled. The surrounding document header and footer were omitted, which made the output unsuitable for use cases such as generating email-ready documents. + +In {productname} {release-version}, the **Inline CSS** plugin detects when the **Full Page HTML** plugin is enabled and includes the document header and footer in its output. The `getContent` API now returns a full HTML document as expected. + +For information on the **Inline CSS** plugin, see: xref:inline-css.adoc[Inline CSS]. + [[improvements]] == Improvements