Files
backstage/.changeset/tiny-ads-knock.md
T
Fredrik Adelöw c1305e3ba0 fleshing out the changeset
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 14:08:32 +01:00

342 B

@backstage/catalog-client
@backstage/catalog-client
patch

Added CatalogApi.getEntityFacets. Marking this as a breaking change since it is a non-optional addition to the API and depends on the backend being in place. If you are mocking this interface in your tests, you will need to add an extra getEntityFacets: jest.fn() or similar to that interface.