chore(ui): add changesets and update API report

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-03 14:18:29 +01:00
parent bfd121436b
commit 36987dbdfd
3 changed files with 33 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed handling of the `style` prop on `Button`, `ButtonIcon`, and `ButtonLink` so that it is now correctly forwarded to the underlying element instead of being silently dropped.
**Affected components:** Button, ButtonIcon, ButtonLink
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Extended `AlertProps`, `ContainerProps`, `DialogBodyProps`, and `FieldLabelProps` with native div element props to allow passing attributes like `aria-*` and `data-*`.
**Affected components:** Alert, Container, DialogBody, FieldLabel