Cleaning up

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-02-03 21:08:20 +00:00
committed by Patrik Oldsberg
parent 6dcdb442a6
commit b4f5d20232
+1 -1
View File
@@ -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.