From b0d11b56d9ef2c398b0c1d34d7f504fd1ae78a54 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 13 Oct 2025 13:52:12 +0100 Subject: [PATCH] Add changeset Signed-off-by: Charles de Dreuille --- .changeset/olive-rules-press.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/olive-rules-press.md diff --git a/.changeset/olive-rules-press.md b/.changeset/olive-rules-press.md new file mode 100644 index 0000000000..fd0d3a6078 --- /dev/null +++ b/.changeset/olive-rules-press.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': minor +--- + +**BREAKING** Restructure Backstage UI component styling to use CSS Modules instead of pure CSS. We don't expect this to be an issue in practice but it is important to call out that all styles are now loaded through CSS modules with generated class names. We are still providing fixed class names for all components to allow anyone to style their Backstage instance.