From 94431456d46d93896407806d79f235abc7a108a9 Mon Sep 17 00:00:00 2001 From: Bogdan Nechyporenko Date: Thu, 29 Sep 2022 14:39:48 +0200 Subject: [PATCH] Update .changeset/calm-pianos-burn.md Co-authored-by: Patrik Oldsberg Signed-off-by: Bogdan Nechyporenko --- .changeset/calm-pianos-burn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.