From b4f5d20232477c84b89d1882180cad041c20444d Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 3 Feb 2026 21:08:20 +0000 Subject: [PATCH] Cleaning up Signed-off-by: Charles de Dreuille --- .changeset/nine-islands-glow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.