From 7b60d6582d5ae536f36765e2ca7bf4de1a782d04 Mon Sep 17 00:00:00 2001 From: adsk-mukul Date: Mon, 16 Feb 2026 23:16:36 -0800 Subject: [PATCH] Change to `patch` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code review suggestion. Co-authored-by: Fredrik Adelöw Signed-off-by: adsk-mukul --- .changeset/easy-bottles-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/easy-bottles-type.md b/.changeset/easy-bottles-type.md index 0e819cc0f1..a2b131d7b5 100644 --- a/.changeset/easy-bottles-type.md +++ b/.changeset/easy-bottles-type.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-notifications': minor +'@backstage/plugin-notifications': patch --- Added `renderItem` prop to `NotificationsSidebarItem` component, allowing custom UI rendering while retaining all built-in notification logic (unread count, snackbar, signals, web notifications).