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).