catalog-react: add EntityOwnerPicker changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-04-25 23:03:31 +02:00
parent 1271c0f71a
commit cb4c15989b
+9
View File
@@ -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.