From 18277101362b9f51bd7a7598d44436fa07ed7e46 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Wed, 1 Feb 2023 17:41:45 -0500 Subject: [PATCH] Add changeset. Signed-off-by: Aramis Sennyey --- .changeset/slow-sloths-do.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/slow-sloths-do.md diff --git a/.changeset/slow-sloths-do.md b/.changeset/slow-sloths-do.md new file mode 100644 index 0000000000..7d9cc263de --- /dev/null +++ b/.changeset/slow-sloths-do.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-graph': minor +--- + +Expose additional props on the CatalogGraphCard to allow for custom node & label rendering or kind/relation filtering.