From 5efddbdbca1aac0ac020d3f0b6bf7003d4d581f2 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 27 Apr 2026 11:30:04 +0100 Subject: [PATCH] chore(ui): bump header sticky changeset to minor Signed-off-by: Charles de Dreuille --- .changeset/header-sticky-prop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/header-sticky-prop.md b/.changeset/header-sticky-prop.md index 0e2722ed04..b376bb04da 100644 --- a/.changeset/header-sticky-prop.md +++ b/.changeset/header-sticky-prop.md @@ -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.