Version Packages (next)
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
# @backstage/plugin-search
|
||||
|
||||
## 1.4.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
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.8.4-next.1
|
||||
- @backstage/core-components@0.13.5-next.1
|
||||
- @backstage/config@1.1.0-next.0
|
||||
- @backstage/plugin-search-react@1.7.0-next.1
|
||||
- @backstage/catalog-model@1.4.2-next.0
|
||||
- @backstage/core-plugin-api@1.6.0-next.1
|
||||
- @backstage/errors@1.2.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.3.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search",
|
||||
"description": "The Backstage plugin that provides your backstage app with search",
|
||||
"version": "1.3.6-next.0",
|
||||
"version": "1.4.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user