chore: create changeset

Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
This commit is contained in:
Enrico Alvarenga
2023-06-22 13:17:01 -07:00
committed by Camila Belo
parent fc89e4e5b7
commit b78f570f44
+13
View File
@@ -0,0 +1,13 @@
---
'@backstage/plugin-search-react': minor
'@backstage/plugin-search': minor
---
The SearchPage component can now be configured via app-config.yaml with an initial state to define how it behaves when it is first loaded or reset. Check out the following example:
```yaml
app:
search:
initialState:
pageLimit: 50
```