From cee9102e236df9324372150f9896ce46a735b49e Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Fri, 17 Jan 2025 19:18:29 +0530 Subject: [PATCH 1/2] DOC-2609: Error messages were not rendered correctly --- modules/ROOT/pages/7.6.1-release-notes.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 04950c4f02..f2191651c0 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -101,6 +101,23 @@ In {productname} {release-version}, this issue has been resolved by ensuring the For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables]. +=== Import from Word +// #TINY-11662 + +The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin. + +**Import from Word** includes the following fixes. + +==== Error messages were not rendered correctly + +In previous releases, an error occurring during the import of a Word document triggered an "Operation failed" toast notification featuring a bomb icon without a background. + +This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which had a red background and an exclamation mark to signify errors. + +In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now feature a red background and an exclamation mark, ensuring alignment with the error notification style used across other plugins in the editor. + +For information on the **Import from Word** plugin, see: xref:importword.adoc[Import from Word]. + [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement From 1ad7cdc067b09341d2cd2e7bc8a08ef06e3e4899 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:29:35 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.6.1-release-notes.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index f2191651c0..7df63c3bb1 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -109,14 +109,13 @@ The {productname} {release-version} release includes an accompanying release of **Import from Word** includes the following fixes. ==== Error messages were not rendered correctly +// #TINY-11662 -In previous releases, an error occurring during the import of a Word document triggered an "Operation failed" toast notification featuring a bomb icon without a background. - -This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which had a red background and an exclamation mark to signify errors. +In previous releases of the **Import from Word** premium plugin, an error occurring during the import process triggered an "Operation failed" notification that featured an incorrect icon and lacked the expected background. This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which use a red background and an exclamation mark to signify errors. -In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now feature a red background and an exclamation mark, ensuring alignment with the error notification style used across other plugins in the editor. +In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now render correctly, aligning with the visual standards of related plugins. -For information on the **Import from Word** plugin, see: xref:importword.adoc[Import from Word]. +For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word]. [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement