From 8005286f9a54ad2a82512cee12d04c541a152854 Mon Sep 17 00:00:00 2001 From: ambulgm Date: Thu, 11 Dec 2025 14:15:51 -0800 Subject: [PATCH] aa changeset Signed-off-by: ambulgm --- .changeset/easy-bottles-type.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/easy-bottles-type.md diff --git a/.changeset/easy-bottles-type.md b/.changeset/easy-bottles-type.md new file mode 100644 index 0000000000..0e819cc0f1 --- /dev/null +++ b/.changeset/easy-bottles-type.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications': minor +--- + +Added `renderItem` prop to `NotificationsSidebarItem` component, allowing custom UI rendering while retaining all built-in notification logic (unread count, snackbar, signals, web notifications).