diff --git a/.changeset/friendly-shoes-compare.md b/.changeset/friendly-shoes-compare.md new file mode 100644 index 0000000000..0b242511c0 --- /dev/null +++ b/.changeset/friendly-shoes-compare.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Add `CatalogIndexPage` and `CatalogEntityPage`, two new extensions that replace the existing `Router` component. + +Add `EntityLayout` to replace `EntityPageLayout`, using children instead of an element property, and allowing for collection of all `RouteRef` mount points used within tabs. + +Add `EntitySwitch` to be used to select components based on entity data, along with accompanying `isKind`, `isNamespace`, and `isComponentType` filters.