@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
imports `useSearch` hook from new `@backstage/plugin-search-react` package
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user