changesets: add changesets for bui-themer

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-09-14 02:22:33 +02:00
parent 3963632b2b
commit d5cbdba3ff
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,7 @@
---
'@backstage/plugin-bui-themer': minor
---
Introduce the Backstage UI Themer plugin. It adds a new page at `/bui-themer`
that converts an existing MUI v5 theme into Backstage UI (BUI) CSS variables,
with live preview and copy/download.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
The `UnifiedThemeProvider` now coordinates theme attributes on the document `body` in case multiple theme providers are rendered.