feat(catalog-graph): use Catalog Presentation API instead of humanizeEntityRef

Replace humanizeEntityRef with entityPresentationApiRef in CatalogGraphCard
and CatalogGraphPage for consistent entity display via the Catalog
Presentation API. Contributes to #20955.

Signed-off-by: Matt Van Horn <matt@osc.dev>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
Matt Van Horn
2026-03-17 01:01:20 -07:00
parent 8632502abe
commit 416ad45fdd
5 changed files with 59 additions and 19 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-graph': patch
---
Replaced `humanizeEntityRef` with the Catalog Presentation API in `CatalogGraphCard` and `CatalogGraphPage` components for consistent entity display.