Merge pull request #33085 from backstage/cdedreuille/merge-plugin-header-toolbar

Style improvements on PluginHeader
This commit is contained in:
Charles de Dreuille
2026-03-03 14:01:27 +00:00
committed by GitHub
8 changed files with 63 additions and 167 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Merged the internal `PluginHeaderToolbar` component into `PluginHeader`, removing the separate component and its associated types (`PluginHeaderToolbarOwnProps`, `PluginHeaderToolbarProps`) and definition (`PluginHeaderToolbarDefinition`). This is an internal refactor with no changes to the public API of `PluginHeader`.
**Affected components:** PluginHeader