From 976b610809844e21346704307ce162639d4184e2 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Tue, 6 Jul 2021 13:39:37 -0600 Subject: [PATCH] changeset Signed-off-by: Tim Hansen --- .changeset/grumpy-dolls-call.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/grumpy-dolls-call.md diff --git a/.changeset/grumpy-dolls-call.md b/.changeset/grumpy-dolls-call.md new file mode 100644 index 0000000000..a2ef97ecb7 --- /dev/null +++ b/.changeset/grumpy-dolls-call.md @@ -0,0 +1,10 @@ +--- +'@backstage/plugin-catalog-react': patch +'@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. + +- `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