From 24d2ce03f389f311ab68df7d99de35ada35f78b1 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Thu, 2 Dec 2021 09:51:55 +0100 Subject: [PATCH] separation of changesets Signed-off-by: Emma Indal --- .changeset/brave-mice-cover.md | 18 ++++++++++++++++++ .changeset/search-moles-wash.md | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .changeset/brave-mice-cover.md diff --git a/.changeset/brave-mice-cover.md b/.changeset/brave-mice-cover.md new file mode 100644 index 0000000000..23ed703d40 --- /dev/null +++ b/.changeset/brave-mice-cover.md @@ -0,0 +1,18 @@ +--- +'@backstage/create-app': minor +--- + +Search Modal now relies on the Search Context to access state and state setter. If you use the SidebarSearchModal as described in the [getting started documentation](https://backstage.io/docs/features/search/getting-started#using-the-search-modal), make sure to update your code with the SearchContextProvider. + +```diff +export const Root = ({ children }: PropsWithChildren<{}>) => ( + + + +- ++ ++ ++ + + ... +``` diff --git a/.changeset/search-moles-wash.md b/.changeset/search-moles-wash.md index 57affab3b0..43084cd3d6 100644 --- a/.changeset/search-moles-wash.md +++ b/.changeset/search-moles-wash.md @@ -1,7 +1,5 @@ --- '@backstage/plugin-search': minor -'example-app': patch -'@backstage/create-app': patch --- Search Modal now relies on the Search Context to access state and state setter. If you use the SidebarSearchModal as described in the [getting started documentation](https://backstage.io/docs/features/search/getting-started#using-the-search-modal), make sure to update your code with the SearchContextProvider.