chore: pagination changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-11-15 20:16:46 +01:00
parent 608f7745fa
commit 8587f067d2
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Added pagination support to `EntityListProvider`.
+15
View File
@@ -0,0 +1,15 @@
---
'@backstage/plugin-catalog': patch
---
Added experimental pagination support to `CatalogIndexPage`
CatalogIndexPage now offers an optional pagination feature, designed to accommodate adopters managing extensive catalogs. This new capability allows for better handling of large amounts of data.
To activate the pagination mode, simply update your configuration as follows:
```diff
catalog:
+ experimental:
+ paginatedEntities: true
```