catalog: changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-03-11 13:54:35 +01:00
parent ab5989023e
commit c2efddea68
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog': patch
---
The `CatalogIndexPage` now uses `EntitySearchBar` for text-based filtering of entities.
This update also saves your search text in the query parameters and moderates the rate of server requests through debouncing.