Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-08-29 12:18:08 +00:00
parent f59215f451
commit fc1a38bc57
441 changed files with 6057 additions and 226 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-search-react
## 1.7.0-next.1
### Minor Changes
- b78f570f44d3: The SearchPage component can now be configured via app-config.yaml with default query parameters to define how it behaves when it is first loaded or reset. Check out the following example:
```yaml
search:
query:
pageLimit: 50
```
Acceptable values for `pageLimit` are `10`, `25`, `50` or `100`.
### Patch Changes
- 45f8a95e1068: Optionally initializes the search context with default settings for search queries only when the config is defined, rather than always overriding it.
- Updated dependencies
- @backstage/core-components@0.13.5-next.1
- @backstage/core-plugin-api@1.6.0-next.1
- @backstage/theme@0.4.1
- @backstage/types@1.1.0
- @backstage/version-bridge@1.0.4
- @backstage/plugin-search-common@1.2.6-next.0
## 1.6.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
"version": "1.6.5-next.0",
"version": "1.7.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",