Signed-off-by: Tim Hansen <timbonicus@gmail.com>
1.1 KiB
@backstage/plugin-catalog, @backstage/plugin-catalog-react
| @backstage/plugin-catalog | @backstage/plugin-catalog-react |
|---|---|
| minor | minor |
The default CatalogPage has been reworked to be more composable and make
customization easier. This change only affects those who have replaced the
default CatalogPage with a custom implementation; others can safely ignore the
rest of this changelog.
If you created a custom CatalogPage to add or remove tabs from the
catalog, a custom page is no longer necessary. The fixed tabs have been replaced
with a spec.type dropdown that shows all available Component types in the
catalog.
For other needs, customizing the CatalogPage should now be easier. The new
CatalogPage.tsx
shows the default implementation. Overriding this with your own, similar
CatalogPage component in your App.tsx routing allows you to adjust the
layout, header, and which filters are available.
See the documentation added on Catalog Customization for instructions.