@backstage/plugin-search 0.4.13 → 0.4.17

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,66 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 0.4.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 5dcea2586c: Added `SearchModal` component.
8
+
9
+ Now you can import `SearchModal` in your apps:
10
+
11
+ ```js
12
+ import { SearchModal } from '@backstage/plugin-search';
13
+ ```
14
+
15
+ You can also use the `SidebarSearchModal` component to integrate it into the sidebar of your sample apps:
16
+
17
+ ```js
18
+ import { SidebarSearchModal } from '@backstage/plugin-search';
19
+ ```
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.7.3
23
+ - @backstage/theme@0.2.13
24
+ - @backstage/core-plugin-api@0.1.13
25
+ - @backstage/plugin-catalog-react@0.6.3
26
+
27
+ ## 0.4.16
28
+
29
+ ### Patch Changes
30
+
31
+ - 10615525f3: Switch to use the json and observable types from `@backstage/types`
32
+ - Updated dependencies
33
+ - @backstage/config@0.1.11
34
+ - @backstage/theme@0.2.12
35
+ - @backstage/errors@0.1.4
36
+ - @backstage/core-components@0.7.2
37
+ - @backstage/plugin-catalog-react@0.6.2
38
+ - @backstage/catalog-model@0.9.6
39
+ - @backstage/search-common@0.2.1
40
+ - @backstage/core-plugin-api@0.1.12
41
+
42
+ ## 0.4.15
43
+
44
+ ### Patch Changes
45
+
46
+ - 56bd537256: SearchBar component to accept optional placeholder prop
47
+ - Updated dependencies
48
+ - @backstage/plugin-catalog-react@0.6.0
49
+ - @backstage/core-components@0.7.0
50
+ - @backstage/theme@0.2.11
51
+
52
+ ## 0.4.14
53
+
54
+ ### Patch Changes
55
+
56
+ - ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead.
57
+ - 81a41ec249: Added a `name` key to all extensions in order to improve Analytics API metadata.
58
+ - Updated dependencies
59
+ - @backstage/core-components@0.6.1
60
+ - @backstage/core-plugin-api@0.1.10
61
+ - @backstage/plugin-catalog-react@0.5.2
62
+ - @backstage/catalog-model@0.9.4
63
+
3
64
  ## 0.4.13
4
65
 
5
66
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export { a as SearchBar, b as SearchBarBase } from './index-f5f6f3f0.esm.js';
1
+ export { c as SearchResult } from './index-17c9e868.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'qs';
@@ -9,14 +9,15 @@ import '@material-ui/icons/FilterList';
9
9
  import 'react-use';
10
10
  import '@material-ui/icons/Search';
11
11
  import '@material-ui/icons/Clear';
12
- import 'react-router';
13
12
  import '@material-ui/core/styles';
13
+ import '@material-ui/icons/ArrowBackIos';
14
+ import '@material-ui/icons/ArrowForwardIos';
15
+ import '@material-ui/core/utils';
16
+ import 'react-router';
14
17
  import '@material-ui/core/InputBase';
15
18
  import '@material-ui/core/IconButton';
16
19
  import '@material-ui/lab';
17
20
  import '@backstage/plugin-catalog-react';
18
21
  import '@backstage/catalog-model';
19
- import '@material-ui/icons/ArrowBackIos';
20
- import '@material-ui/icons/ArrowForwardIos';
21
22
  import 'react-router-dom';
22
- //# sourceMappingURL=index-5da0411f.esm.js.map
23
+ //# sourceMappingURL=index-022e0330.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-022e0330.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,23 @@
1
+ export { D as DefaultResultListItem } from './index-17c9e868.esm.js';
2
+ import '@backstage/core-plugin-api';
3
+ import '@backstage/errors';
4
+ import 'qs';
5
+ import 'react';
6
+ import '@material-ui/core';
7
+ import '@backstage/core-components';
8
+ import '@material-ui/icons/FilterList';
9
+ import 'react-use';
10
+ import '@material-ui/icons/Search';
11
+ import '@material-ui/icons/Clear';
12
+ import '@material-ui/core/styles';
13
+ import '@material-ui/icons/ArrowBackIos';
14
+ import '@material-ui/icons/ArrowForwardIos';
15
+ import '@material-ui/core/utils';
16
+ import 'react-router';
17
+ import '@material-ui/core/InputBase';
18
+ import '@material-ui/core/IconButton';
19
+ import '@material-ui/lab';
20
+ import '@backstage/plugin-catalog-react';
21
+ import '@backstage/catalog-model';
22
+ import 'react-router-dom';
23
+ //# sourceMappingURL=index-12477c15.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-12477c15.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}