From cb4c15989b6bfee4903a1881df56bda4c2dcecdf Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 25 Apr 2023 23:03:31 +0200 Subject: [PATCH] catalog-react: add EntityOwnerPicker changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/little-boats-think.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/little-boats-think.md diff --git a/.changeset/little-boats-think.md b/.changeset/little-boats-think.md new file mode 100644 index 0000000000..96bf9685e5 --- /dev/null +++ b/.changeset/little-boats-think.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-catalog-react': minor +--- + +`EntityOwnerPicker` now loads entities asynchronously + +**BREAKING**: In order to improve the performance of the component, the users and groups displayed by `EntityOwnerPicker` aren't inferred +anymore by the entities available in the `EntityListContext` and are not affected by the filters applied to the `EntityListContext`. +Instead, the entities are displayed in batches, loaded asynchronously on scroll and filtered server side.