From 886055301abeda69c8d6a46d4be5fb266a1a8d0b Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 12 Jun 2023 09:58:07 +0200 Subject: [PATCH] catalog: add changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/unlucky-feet-smell.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/unlucky-feet-smell.md diff --git a/.changeset/unlucky-feet-smell.md b/.changeset/unlucky-feet-smell.md new file mode 100644 index 0000000000..67936fe3ad --- /dev/null +++ b/.changeset/unlucky-feet-smell.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog': patch +--- + +`CatalogIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, +exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.