diff --git a/.changeset/nine-islands-glow.md b/.changeset/nine-islands-glow.md index 3ac7bad909..87ab9a673d 100644 --- a/.changeset/nine-islands-glow.md +++ b/.changeset/nine-islands-glow.md @@ -2,4 +2,4 @@ '@backstage/ui': minor --- -Added Toast component with React Aria integration. The Toast component displays brief, temporary notifications for actions, errors, or other events. It supports multiple status variants (info, success, warning, danger), flexible positioning, auto-dismiss with timeout, programmatic control, and deep stacking of multiple toasts. The component uses a global queue system for triggering toasts from anywhere in the application. +Added Toast component in Backstage UI with support for status variants, auto-dismiss, links, and stacking.