Deprecate HeaderPage in favor of Header in @backstage/ui (#33188)
* Deprecate HeaderPage in favor of Header in @backstage/ui Rename the HeaderPage component to Header, keeping HeaderPage as a deprecated alias for backwards compatibility. Also deprecate HeaderPageProps, HeaderPageOwnProps, HeaderPageBreadcrumb, and HeaderPageDefinition with new Header* equivalents. Update all internal usages, stories, and docs-ui documentation to use the new names. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor * Rename HeaderPage files and directories to Header Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor * Add changeset for mui-to-bui Header rename Document the plugin release impact of switching the MUI to BUI theme converter page to the renamed Header component. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor --------- Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/ui': patch
|
||||
---
|
||||
|
||||
Deprecated the `HeaderPage` component name in favor of `Header`. The old `HeaderPage`, `HeaderPageProps`, `HeaderPageOwnProps`, `HeaderPageBreadcrumb`, and `HeaderPageDefinition` exports are still available as deprecated aliases.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-mui-to-bui': patch
|
||||
---
|
||||
|
||||
Updated the MUI to BUI theme converter page to use the renamed `Header` component from `@backstage/ui`.
|
||||
Reference in New Issue
Block a user