From 56c63daaf0de9f9c5a20e0358769e4273240b276 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 7 Oct 2025 13:39:34 +1000 Subject: [PATCH] DOC-3223: Empty captions for floating images were not rendered correctly. --- modules/ROOT/pages/8.2.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 72151042b1..37db434ca1 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -42,6 +42,21 @@ The following premium plugin updates were released alongside {productname} 8.2.0 // For information on the **** plugin, see: xref:.adoc[]. +=== Media Optimizer + +The {productname} 8.2.0 release includes an accompanying release of the **Media Optimizer** premium plugin. + +**Media Optimizer** includes the following fix. + +=== Empty captions for floating images were not rendered correctly. +// #TINY-12592 + +In previous versions of **Media Optimizer**, when figures were styled with `+display: table+`, a floated `++` could cause an empty `+
+` to render incorrectly alongside the image instead of below it. Deleting the caption text further disrupted the layout, causing the caption area to shift or disappear entirely. + +In {productname} {release-version}, this issue has been resolved by applying `+clear: both+` to `+
+` elements when the associated image is floated. This ensures captions always render below the image, even when empty, maintaining proper alignment and consistent visual structure. + +For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Media Optimizer]. + [[accompanying-enhanced-skins-and-icon-packs-changes]] == Accompanying Enhanced Skins & Icon Packs changes