From 77800a32ddc3b7837bf3a4641571ff6925bf1a78 Mon Sep 17 00:00:00 2001 From: Shailendra Ahir Date: Wed, 23 Mar 2022 00:03:23 +0530 Subject: [PATCH] #8850 Added Changeset Signed-off-by: Shailendra Ahir --- .changeset/new-lions-run.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/new-lions-run.md diff --git a/.changeset/new-lions-run.md b/.changeset/new-lions-run.md new file mode 100644 index 0000000000..8e830b33fa --- /dev/null +++ b/.changeset/new-lions-run.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-graph': patch +--- + +Added renderNode and renderLabel property to EntityRelationsGraph to support customization using CustomNode and CustomLabel components