From f2f5da9d2d9b60a81c2da098c03f3282cd8031b5 Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Wed, 7 Jul 2021 16:07:07 +0100 Subject: [PATCH] update changeset Co-authored-by: Tim Co-authored-by: Himanshu Mishra Co-authored-by: Chase Rutherford-Jenkins Co-authored-by: Joe Porpeglia Signed-off-by: Mike Lewis --- .changeset/grumpy-dolls-call.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/grumpy-dolls-call.md b/.changeset/grumpy-dolls-call.md index a2ef97ecb7..13d96ecb1f 100644 --- a/.changeset/grumpy-dolls-call.md +++ b/.changeset/grumpy-dolls-call.md @@ -1,10 +1,10 @@ --- -'@backstage/plugin-catalog-react': patch +'@backstage/plugin-catalog-react': minor '@backstage/plugin-scaffolder': patch --- Updated the software templates list page (`ScaffolderPage`) to use the `useEntityListProvider` hook from #5643. This reduces the code footprint, making it easier to customize the display of this page, and consolidates duplicate approaches to querying the catalog with filters. +- The `useEntityTypeFilter` hook has been updated along with the underlying `EntityTypeFilter` to work with multiple values, to allow more flexibility for different user interfaces. It's unlikely that this change affects you; however, if you're using either of these directly, you'll need to update your usage. - `SearchToolbar` was renamed to `EntitySearchBar` and moved to `catalog-react` to be usable by other entity list pages -- The `useEntityTypeFilter` hook now allows multiple selected types - `UserListPicker` now has an `availableTypes` prop to restrict which user-related options to present