Files
backstage/.changeset/alert-remove-surface.md
T
Charles de Dreuille c67fb17302 cleaned up bg props
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-11 09:58:39 +00:00

312 B

@backstage/ui
@backstage/ui
minor

BREAKING: Alert no longer accepts a surface prop

The Alert component's background is now driven entirely by its status prop. The surface prop has been removed.

- <Alert surface="1" status="info" />
+ <Alert status="info" />

Affected components: Alert