4f88bf4e07
Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
796 B
796 B
@backstage/plugin-catalog
| @backstage/plugin-catalog |
|---|
| patch |
- Added
RelatedEntitesCardas a base implementation of displaying entities that are related to another entity. - Added
HasResourcesCardto display resources that are part of a system. - Added
DependsOnComponentsCardto display components that are dependencies of a component. - Added
DependsOnResourcesCardto display resources that are dependencies of a component. - Refactored
HasComponentsCardto use baseRelatedEntitiesCard. Card remains backwards compatible. - Refactored
HasSubcomponentsCardto use baseRelatedEntitiesCard. Card remains backwards compatible. - Refactored
HasSystemsCardto use baseRelatedEntitiesCard. Card remains backwards compatible. - Updated the example app to take advantage of these new components.