From db5956a2a0c9e5adc309e78c0437788f333dde5d Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 27 Apr 2026 13:41:12 +0100 Subject: [PATCH] chore(ui): note header class breaking change Signed-off-by: Charles de Dreuille --- .changeset/header-sticky-prop.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/header-sticky-prop.md b/.changeset/header-sticky-prop.md index b376bb04da..b74af33ae0 100644 --- a/.changeset/header-sticky-prop.md +++ b/.changeset/header-sticky-prop.md @@ -4,4 +4,6 @@ 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. +**BREAKING**: Removed the main header class from the `Header` component. Custom styles that target this class should be updated to target the component sections that remain. + **Affected components:** Header