From c7e85614c72430ef9852dfb5cd37435d12d5f77d Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 10 Feb 2021 17:39:38 +0100 Subject: [PATCH] Update changelog --- .changeset/pink-coins-sniff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pink-coins-sniff.md b/.changeset/pink-coins-sniff.md index dd2bc86b2a..83fa280475 100644 --- a/.changeset/pink-coins-sniff.md +++ b/.changeset/pink-coins-sniff.md @@ -11,6 +11,6 @@ Introduce new cards to `@backstage/plugin-catalog` that can be added to entity p - `EntityHasSubcomponentsCard` to display subcomponents of a subcomponent. - In addition, `EntityHasApisCard` to display APIs of a system is added to `@backstage/plugin-api-docs`. -`@backstage/plugin-catalog-react` now provides `and` to build own cards for components and systems. +`@backstage/plugin-catalog-react` now provides `ComponentsTable` and `SystemsTable` to build own cards for components and systems. The styling of the tables and new cards was also applied to the existing `EntityConsumedApisCard`, `EntityConsumingComponentsCard`, `EntityProvidedApisCard`, and `EntityProvidingComponentsCard`.