@backstage/plugin-search 0.5.2 → 0.5.6-next.0
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 +49 -0
- package/dist/esm/{index-0a2fab21.esm.js → index-1c086301.esm.js} +11 -6
- package/dist/esm/index-1c086301.esm.js.map +1 -0
- package/dist/esm/{index-655809db.esm.js → index-1eb3943d.esm.js} +365 -227
- package/dist/esm/index-1eb3943d.esm.js.map +1 -0
- package/dist/esm/{index-a71e930d.esm.js → index-28edd923.esm.js} +11 -6
- package/dist/esm/index-28edd923.esm.js.map +1 -0
- package/dist/esm/{index-af05ea86.esm.js → index-6ca40e41.esm.js} +13 -8
- package/dist/esm/{index-af05ea86.esm.js.map → index-6ca40e41.esm.js.map} +1 -1
- package/dist/esm/index-85c3d310.esm.js +69 -0
- package/dist/esm/index-85c3d310.esm.js.map +1 -0
- package/dist/esm/{index-18219c65.esm.js → index-9b4814a6.esm.js} +11 -6
- package/dist/esm/index-9b4814a6.esm.js.map +1 -0
- package/dist/esm/{index-2a318193.esm.js → index-e7aaeef5.esm.js} +11 -6
- package/dist/esm/index-e7aaeef5.esm.js.map +1 -0
- package/dist/index.d.ts +50 -9
- package/dist/index.esm.js +12 -7
- package/dist/index.esm.js.map +1 -1
- package/package.json +12 -12
- package/dist/esm/index-0a2fab21.esm.js.map +0 -1
- package/dist/esm/index-18219c65.esm.js.map +0 -1
- package/dist/esm/index-2a318193.esm.js.map +0 -1
- package/dist/esm/index-655809db.esm.js.map +0 -1
- package/dist/esm/index-a71e930d.esm.js.map +0 -1
- package/dist/esm/index-d5ddea91.esm.js +0 -23
- package/dist/esm/index-d5ddea91.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 0.5.6-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.8.5-next.0
|
|
10
|
+
- @backstage/core-plugin-api@0.6.0-next.0
|
|
11
|
+
- @backstage/config@0.1.13-next.0
|
|
12
|
+
- @backstage/plugin-catalog-react@0.6.12-next.0
|
|
13
|
+
- @backstage/catalog-model@0.9.10-next.0
|
|
14
|
+
|
|
15
|
+
## 0.5.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/config@0.1.12
|
|
21
|
+
- @backstage/core-components@0.8.4
|
|
22
|
+
- @backstage/core-plugin-api@0.5.0
|
|
23
|
+
- @backstage/plugin-catalog-react@0.6.11
|
|
24
|
+
- @backstage/errors@0.2.0
|
|
25
|
+
- @backstage/catalog-model@0.9.9
|
|
26
|
+
|
|
27
|
+
## 0.5.4
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- e05b9115aa: Fix missing search context issue with `HomePageSearchBar`
|
|
32
|
+
- 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
|
|
33
|
+
- 54ef743aa4: Introduce a `<SearchType.Tabs />` variant to display tabs for selecting search result types.
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @backstage/core-plugin-api@0.4.1
|
|
36
|
+
- @backstage/plugin-catalog-react@0.6.10
|
|
37
|
+
- @backstage/core-components@0.8.3
|
|
38
|
+
|
|
39
|
+
## 0.5.3
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 6d8e3a9651: Internal cleanup of the exports structure
|
|
44
|
+
- 8b532a6c02: Introduces a `<SearchType.Accordion />` variant, which operates on the same part of a search query as the existing `<SearchType />`, but in a more opinionated way (as a single-select control surface suitable for faceted search UIs).
|
|
45
|
+
|
|
46
|
+
Check the [search plugin storybook](https://backstage.io/storybook/?path=/story/plugins-search-searchtype--accordion) to see how it can be used.
|
|
47
|
+
|
|
48
|
+
- af4980fb5d: Captures the search term entered in the SearchBarBase as a `search` event.
|
|
49
|
+
- Updated dependencies
|
|
50
|
+
- @backstage/plugin-catalog-react@0.6.9
|
|
51
|
+
|
|
3
52
|
## 0.5.2
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|
|
@@ -1,23 +1,28 @@
|
|
|
1
|
-
export { S as SearchPage } from './index-
|
|
1
|
+
export { S as SearchPage } from './index-1eb3943d.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/errors';
|
|
4
4
|
import 'qs';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '@material-ui/core';
|
|
7
|
-
import '@backstage/core-components';
|
|
8
6
|
import '@material-ui/icons/FilterList';
|
|
9
|
-
import '
|
|
7
|
+
import '@material-ui/core';
|
|
8
|
+
import 'react-use/lib/useDebounce';
|
|
10
9
|
import '@material-ui/icons/Search';
|
|
11
10
|
import '@material-ui/icons/Clear';
|
|
11
|
+
import 'react-use/lib/useAsync';
|
|
12
|
+
import 'react-use/lib/usePrevious';
|
|
13
|
+
import '@material-ui/icons/Launch';
|
|
12
14
|
import '@material-ui/core/styles';
|
|
15
|
+
import '@backstage/core-components';
|
|
13
16
|
import '@material-ui/icons/ArrowBackIos';
|
|
14
17
|
import '@material-ui/icons/ArrowForwardIos';
|
|
15
|
-
import '@material-ui/core/utils';
|
|
16
18
|
import 'react-router';
|
|
17
19
|
import '@material-ui/core/InputBase';
|
|
18
20
|
import '@material-ui/core/IconButton';
|
|
19
21
|
import '@material-ui/lab';
|
|
20
22
|
import '@backstage/plugin-catalog-react';
|
|
21
23
|
import '@backstage/catalog-model';
|
|
24
|
+
import 'react-use/lib/useEffectOnce';
|
|
25
|
+
import '@material-ui/icons/ExpandMore';
|
|
26
|
+
import '@material-ui/icons/FontDownload';
|
|
22
27
|
import 'react-router-dom';
|
|
23
|
-
//# sourceMappingURL=index-
|
|
28
|
+
//# sourceMappingURL=index-1c086301.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-1c086301.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|