From 1225bdf28fe43ebb7cc521ae39f4fc1269b34795 Mon Sep 17 00:00:00 2001 From: Enrico Alvarenga Date: Mon, 19 Dec 2022 13:06:52 -0800 Subject: [PATCH] fix: attempt to fix doc quality Signed-off-by: Enrico Alvarenga --- .changeset/selfish-phones-smoke.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/selfish-phones-smoke.md b/.changeset/selfish-phones-smoke.md index bb6f7f7211..c3924adb68 100644 --- a/.changeset/selfish-phones-smoke.md +++ b/.changeset/selfish-phones-smoke.md @@ -2,7 +2,7 @@ '@backstage/plugin-scaffolder': patch --- -Added the catalogFilter prop to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. +Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: