add changeset

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-05 10:35:49 +02:00
parent a1594fb8ca
commit bb0f6b8a0f
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/catalog-client': minor
'@backstage/plugin-catalog': minor
---
Updates the `<EntitySwitch if={asyncMethod}/>` to accept asynchronous `if` functions.
Adds the new `getEntityAncestors` method to `CatalogClient`.
Updates the `<EntityProcessingErrorsPanel />` to make use of the ancestry endpoint to display errors for entities further up the ancestry tree. This makes it easier to discover issues where for example the origin location has been removed or malformed.