chore(ui): bump header sticky changeset to minor

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-04-27 11:30:04 +01:00
parent ec93dd281a
commit 5efddbdbca
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/ui': patch
'@backstage/ui': minor
---
Added a `sticky` prop to the `Header` component. When `true`, the title-and-actions bar stays fixed to the top of its scroll container while the rest of the header (tags, description, metadata) scrolls away. The sticky bar background color automatically matches the container surface using the bg-consumer system.