@backstage/plugin-search 0.5.3 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 0.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 1523926507: Removes the focus from the sidebar and focus the main content after select one search result or navigate to the search result list
8
+ - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.8.5
11
+ - @backstage/core-plugin-api@0.6.0
12
+ - @backstage/plugin-catalog-react@0.6.12
13
+ - @backstage/config@0.1.13
14
+ - @backstage/catalog-model@0.9.10
15
+
16
+ ## 0.5.6-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.8.5-next.0
23
+ - @backstage/core-plugin-api@0.6.0-next.0
24
+ - @backstage/config@0.1.13-next.0
25
+ - @backstage/plugin-catalog-react@0.6.12-next.0
26
+ - @backstage/catalog-model@0.9.10-next.0
27
+
28
+ ## 0.5.5
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/config@0.1.12
34
+ - @backstage/core-components@0.8.4
35
+ - @backstage/core-plugin-api@0.5.0
36
+ - @backstage/plugin-catalog-react@0.6.11
37
+ - @backstage/errors@0.2.0
38
+ - @backstage/catalog-model@0.9.9
39
+
40
+ ## 0.5.4
41
+
42
+ ### Patch Changes
43
+
44
+ - e05b9115aa: Fix missing search context issue with `HomePageSearchBar`
45
+ - 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
46
+ - 54ef743aa4: Introduce a `<SearchType.Tabs />` variant to display tabs for selecting search result types.
47
+ - Updated dependencies
48
+ - @backstage/core-plugin-api@0.4.1
49
+ - @backstage/plugin-catalog-react@0.6.10
50
+ - @backstage/core-components@0.8.3
51
+
3
52
  ## 0.5.3
4
53
 
5
54
  ### Patch Changes