add changesets

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-04-15 16:09:27 +02:00
parent 215fcb0728
commit 520e21aaea
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
imports `useSearch` hook from new `@backstage/plugin-search-react` package
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-search': minor
---
The following exports has now been fully deleted from this package and can be import from `@backstage/plugin-search-react` instead.
`SearchApi` interface.
`searchApiRef`
`SearchContextProvider`
`useSearch`
`SearchContext` has now been fully deleted from this package and is no longer exported publicly. Use `SearchContextProvider` when access to the context is needed.