Merge pull request #10752 from backstage/emmaindal/search-react
[Search] introduce a new search-react package.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Export template logos `TemplateBackstageLogo` and `TemplateBackstageLogoIcon` from package.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
imports from `@backstage/plugin-search-react` instead of `@backstage/plugin-search`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': minor
|
||||
---
|
||||
|
||||
New search package to hold things the search plugin itself and other frontend plugins (e.g. techdocs, home) depend on.
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
The following exports has been moved to `@backstage/plugin-search-react` and will be removed in the next release. import from `@backstage/plugin-search-react` instead.
|
||||
|
||||
- `SearchApi` interface.
|
||||
- `searchApiRef`
|
||||
- `SearchContext`
|
||||
- `SearchContextProvider`
|
||||
- `useSearch`
|
||||
Reference in New Issue
Block a user