Version Packages

This commit is contained in:
github-actions[bot]
2023-11-14 13:25:17 +00:00
parent 4d99b757aa
commit c8a8aac2af
657 changed files with 7714 additions and 2244 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/plugin-search-react
## 1.7.2
### Patch Changes
- 6c2b872153: Add official support for React 18.
- f48cde800a: Emit search analytics in the search hook instead of in a dedicated component
- f75caf9f3d: Fixed a rare occurrence where a race in the search bar could throw away user input or cause the clear button not to work.
- 77f009b35d: Internal updates to match changes in the experimental `@backstage/frontend-plugin-api`.
- a539643cba: Minor refactor of search bar analytics capture
- 71c97e7d73: The filter options passed to `SearchResultGroupLayout` are now always explicitly rendered as strings by default.
- e7c09c4f4b: Use default extensions boundary and suspense on the alpha declarative `createSearchResultListItem` extension factory.
- Updated dependencies
- @backstage/core-components@0.13.8
- @backstage/frontend-plugin-api@0.3.0
- @backstage/frontend-app-api@0.3.0
- @backstage/core-plugin-api@1.8.0
- @backstage/version-bridge@1.0.7
- @backstage/theme@0.4.4
- @backstage/types@1.1.1
- @backstage/plugin-search-common@1.2.8
## 1.7.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
"version": "1.7.2-next.2",
"version": "1.7.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",