Merge pull request #33386 from mvanhorn/feat/catalog-graph-presentation-api

feat(catalog-graph): use Catalog Presentation API instead of humanizeEntityRef
This commit is contained in:
Fredrik Adelöw
2026-04-09 09:16:51 +02:00
committed by GitHub
4 changed files with 17 additions and 14 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.