From 76e17595ed282cbcee2e4b8390aa3b06e040d212 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Feb 2025 11:42:23 +1000 Subject: [PATCH 1/2] DOC-3132: Not specifying a notification type (or specifying incorrect one) now defaults to 'info'. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 7494a3a346..e64949a3a4 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -168,11 +168,12 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima {productname} {release-version} also includes the following improvement: -=== -// #TINY-vwxyz1 +=== Not specifying a notification type (or specifying incorrect one) now defaults to 'info'. +// #TINY-11661 -// CCFR here. +In earlier versions of {productname}, an undefined or incorrect `type` property in the notification manager resulted in irregular notifications with no background and a placeholder icon, making them difficult to read. +With the release of {productname} {release-version}, this behavior has been improved. The `type` property now defaults to `info` when an invalid or missing value is detected, resulting in a proper looking notification that is easy to understand. [[additions]] == Additions From cab298ba27b5a293abf34f41ad9916c4122f57ef Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:10:14 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/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 e64949a3a4..e558f01078 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -168,7 +168,7 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima {productname} {release-version} also includes the following improvement: -=== Not specifying a notification type (or specifying incorrect one) now defaults to 'info'. +=== Not specifying a notification type (or specifying an incorrect one) now defaults to 'info'. // #TINY-11661 In earlier versions of {productname}, an undefined or incorrect `type` property in the notification manager resulted in irregular notifications with no background and a placeholder icon, making them difficult to read.