@backstage/plugin-search 1.4.18-next.2 → 1.4.19-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 +34 -0
- package/alpha/package.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.4.19-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.16.0-next.0
|
|
9
|
+
- @backstage/core-compat-api@0.3.2-next.0
|
|
10
|
+
- @backstage/core-plugin-api@1.10.0
|
|
11
|
+
- @backstage/errors@1.2.4
|
|
12
|
+
- @backstage/frontend-plugin-api@0.9.1-next.0
|
|
13
|
+
- @backstage/types@1.1.1
|
|
14
|
+
- @backstage/version-bridge@1.0.10
|
|
15
|
+
- @backstage/plugin-catalog-react@1.14.1-next.0
|
|
16
|
+
- @backstage/plugin-search-common@1.2.14
|
|
17
|
+
- @backstage/plugin-search-react@1.8.2-next.0
|
|
18
|
+
|
|
19
|
+
## 1.4.18
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- e969dc7: Move `@types/react` to a peer dependency.
|
|
24
|
+
- 88d03d8: Updated the default SearchType.Accordion behavior to remain open after result type selection. This is a UX improvement to reduce the number of clicks needed when toggling result type filters.
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/core-components@0.15.1
|
|
27
|
+
- @backstage/frontend-plugin-api@0.9.0
|
|
28
|
+
- @backstage/core-compat-api@0.3.1
|
|
29
|
+
- @backstage/core-plugin-api@1.10.0
|
|
30
|
+
- @backstage/version-bridge@1.0.10
|
|
31
|
+
- @backstage/plugin-catalog-react@1.14.0
|
|
32
|
+
- @backstage/plugin-search-react@1.8.1
|
|
33
|
+
- @backstage/errors@1.2.4
|
|
34
|
+
- @backstage/types@1.1.1
|
|
35
|
+
- @backstage/plugin-search-common@1.2.14
|
|
36
|
+
|
|
3
37
|
## 1.4.18-next.2
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.19-next.0",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
"test": "backstage-cli package test"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@backstage/core-compat-api": "0.3.
|
|
62
|
-
"@backstage/core-components": "0.
|
|
63
|
-
"@backstage/core-plugin-api": "1.10.0
|
|
61
|
+
"@backstage/core-compat-api": "0.3.2-next.0",
|
|
62
|
+
"@backstage/core-components": "0.16.0-next.0",
|
|
63
|
+
"@backstage/core-plugin-api": "1.10.0",
|
|
64
64
|
"@backstage/errors": "1.2.4",
|
|
65
|
-
"@backstage/frontend-plugin-api": "0.9.
|
|
66
|
-
"@backstage/plugin-catalog-react": "1.14.
|
|
65
|
+
"@backstage/frontend-plugin-api": "0.9.1-next.0",
|
|
66
|
+
"@backstage/plugin-catalog-react": "1.14.1-next.0",
|
|
67
67
|
"@backstage/plugin-search-common": "1.2.14",
|
|
68
|
-
"@backstage/plugin-search-react": "1.8.
|
|
68
|
+
"@backstage/plugin-search-react": "1.8.2-next.0",
|
|
69
69
|
"@backstage/types": "1.1.1",
|
|
70
|
-
"@backstage/version-bridge": "1.0.10
|
|
70
|
+
"@backstage/version-bridge": "1.0.10",
|
|
71
71
|
"@material-ui/core": "^4.12.2",
|
|
72
72
|
"@material-ui/icons": "^4.9.1",
|
|
73
73
|
"qs": "^6.9.4",
|
|
74
74
|
"react-use": "^17.2.4"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@backstage/cli": "0.
|
|
78
|
-
"@backstage/core-app-api": "1.15.1
|
|
79
|
-
"@backstage/dev-utils": "1.1.
|
|
80
|
-
"@backstage/test-utils": "1.
|
|
77
|
+
"@backstage/cli": "0.29.0-next.0",
|
|
78
|
+
"@backstage/core-app-api": "1.15.1",
|
|
79
|
+
"@backstage/dev-utils": "1.1.3-next.0",
|
|
80
|
+
"@backstage/test-utils": "1.7.0",
|
|
81
81
|
"@testing-library/dom": "^10.0.0",
|
|
82
82
|
"@testing-library/jest-dom": "^6.0.0",
|
|
83
83
|
"@testing-library/react": "^16.0.0",
|