From 9e43ded7a1abc9d9974325b073d506efd620c0cf Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 5 Feb 2025 13:09:34 +0530 Subject: [PATCH 1/3] DOC-3132: Dropping files on the placeholder would sometimes insert the image in an incorrect location. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 8d50e068bf..5b5d8feccf 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -24,17 +24,21 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. -=== +=== Image Optimizer -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin. -**** includes the following . +**Image Optimizer** includes the following fixes and improvements. -==== +==== Dropping files on the placeholder would sometimes insert the image in an incorrect location. +// #TINY-11643 -// CCFR here. +Previously, an issue was identified where the drag-and-drop functionality on an image placeholder in a table would insert the image outside of the table cell. +This resulted in unpredictable behavior when users dragged and dropped an image into the image placeholder. + +{productname} {release-version} resolves this issue by ensuring that the image placeholder handles the drop event instead of the editor content element. This results in more predictable and consistent drag-and-drop behavior on image placeholders in Uploadcare. -For information on the **** plugin, see: xref:.adoc[]. +For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. [[improvements]] From 5c51034bbaefa5efa2fa43299cd4a71bad73bc86 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 5 Feb 2025 16:48:22 +0530 Subject: [PATCH 2/3] DOC-3132: Modified wording --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 5b5d8feccf..7d40682b30 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -36,7 +36,7 @@ The {productname} {release-version} release includes an accompanying release of Previously, an issue was identified where the drag-and-drop functionality on an image placeholder in a table would insert the image outside of the table cell. This resulted in unpredictable behavior when users dragged and dropped an image into the image placeholder. -{productname} {release-version} resolves this issue by ensuring that the image placeholder handles the drop event instead of the editor content element. This results in more predictable and consistent drag-and-drop behavior on image placeholders in Uploadcare. +{productname} {release-version} resolves this issue by making it so that that the image placeholder handles the drop event instead of the editor content element. This ensures predictable and consistent drag-and-drop behavior on image placeholders in Uploadcare. For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. From ac9e8cc4bee65b686eb14501a2d92224c8251e0e Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:28:35 +0530 Subject: [PATCH 3/3] Update 7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 7d40682b30..8b0991a96c 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -36,7 +36,7 @@ The {productname} {release-version} release includes an accompanying release of Previously, an issue was identified where the drag-and-drop functionality on an image placeholder in a table would insert the image outside of the table cell. This resulted in unpredictable behavior when users dragged and dropped an image into the image placeholder. -{productname} {release-version} resolves this issue by making it so that that the image placeholder handles the drop event instead of the editor content element. This ensures predictable and consistent drag-and-drop behavior on image placeholders in Uploadcare. +{productname} {release-version} resolves this issue by making it so that that the image placeholder handles the drop event instead of the editor content element. This improvement provides predictable and consistent drag-and-drop behavior for image placeholders in **Image Optimizer**. For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].