@backstage/plugin-search 1.5.1-next.1 → 1.5.2-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 +22 -0
- package/dist/alpha.d.ts +1 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.5.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.21.5-next.0
|
|
9
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
10
|
+
- @backstage/plugin-search-react@1.10.1
|
|
11
|
+
|
|
12
|
+
## 1.5.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- f3f84f1: Minor extension type updates after frontend API bump
|
|
17
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
20
|
+
- @backstage/core-components@0.18.4
|
|
21
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
22
|
+
- @backstage/plugin-search-react@1.10.1
|
|
23
|
+
- @backstage/core-plugin-api@1.12.1
|
|
24
|
+
|
|
3
25
|
## 1.5.1-next.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -11,8 +11,8 @@ declare const searchTranslationRef: _backstage_frontend_plugin_api.TranslationRe
|
|
|
11
11
|
readonly "searchType.tabs.allTitle": "All";
|
|
12
12
|
readonly "searchType.allResults": "All Results";
|
|
13
13
|
readonly "searchType.accordion.collapse": "Collapse";
|
|
14
|
-
readonly "searchType.accordion.allTitle": "All";
|
|
15
14
|
readonly "searchType.accordion.numberOfResults": "{{number}} results";
|
|
15
|
+
readonly "searchType.accordion.allTitle": "All";
|
|
16
16
|
readonly "sidebarSearchModal.title": "Search";
|
|
17
17
|
}>;
|
|
18
18
|
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2-next.0",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/core-components": "0.18.4
|
|
74
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
73
|
+
"@backstage/core-components": "0.18.4",
|
|
74
|
+
"@backstage/core-plugin-api": "1.12.1",
|
|
75
75
|
"@backstage/errors": "1.2.7",
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
77
|
-
"@backstage/plugin-catalog-react": "1.21.
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.13.2",
|
|
77
|
+
"@backstage/plugin-catalog-react": "1.21.5-next.0",
|
|
78
78
|
"@backstage/plugin-search-common": "1.2.21",
|
|
79
|
-
"@backstage/plugin-search-react": "1.10.1
|
|
79
|
+
"@backstage/plugin-search-react": "1.10.1",
|
|
80
80
|
"@backstage/types": "1.2.2",
|
|
81
81
|
"@backstage/version-bridge": "1.0.11",
|
|
82
82
|
"@material-ui/core": "^4.12.2",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"react-use": "^17.2.4"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "0.35.
|
|
89
|
-
"@backstage/core-app-api": "1.19.3
|
|
90
|
-
"@backstage/dev-utils": "1.1.
|
|
91
|
-
"@backstage/test-utils": "1.7.14
|
|
88
|
+
"@backstage/cli": "0.35.2-next.1",
|
|
89
|
+
"@backstage/core-app-api": "1.19.3",
|
|
90
|
+
"@backstage/dev-utils": "1.1.19-next.1",
|
|
91
|
+
"@backstage/test-utils": "1.7.14",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^16.0.0",
|