diff --git a/.changeset/calm-pianos-burn.md b/.changeset/calm-pianos-burn.md index a7860ca4b7..6a44d42cfe 100644 --- a/.changeset/calm-pianos-burn.md +++ b/.changeset/calm-pianos-burn.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-react': patch --- -Provide custom displayed text in EntityRefLinks +Added two new `EntityRefLinks` props, the first being `getTitle` that allows for customization of the title used for each link. The second one is `fetchEntities`, which triggers a fetching of all entities so that the full entity definition is available in the `getTitle` callback.