@backstage/plugin-search-react 1.9.0-next.2 → 1.9.1-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 +26 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-search-react
|
|
2
2
|
|
|
3
|
+
## 1.9.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.10.3-next.0
|
|
9
|
+
|
|
10
|
+
## 1.9.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 611c941: Allow search filters to provide labels and values separately, and not only values
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 2c76614: Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
|
|
19
|
+
- fa48594: search plugin support i18n
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/frontend-plugin-api@0.10.2
|
|
22
|
+
- @backstage/theme@0.6.6
|
|
23
|
+
- @backstage/core-components@0.17.2
|
|
24
|
+
- @backstage/core-plugin-api@1.10.7
|
|
25
|
+
- @backstage/types@1.2.1
|
|
26
|
+
- @backstage/version-bridge@1.0.11
|
|
27
|
+
- @backstage/plugin-search-common@1.2.18
|
|
28
|
+
|
|
3
29
|
## 1.9.0-next.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-react",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library",
|
|
6
6
|
"pluginId": "search",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage/core-components": "0.17.2
|
|
68
|
-
"@backstage/core-plugin-api": "1.10.7
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.10.
|
|
70
|
-
"@backstage/plugin-search-common": "1.2.18
|
|
71
|
-
"@backstage/theme": "0.6.6
|
|
67
|
+
"@backstage/core-components": "0.17.2",
|
|
68
|
+
"@backstage/core-plugin-api": "1.10.7",
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.10.3-next.0",
|
|
70
|
+
"@backstage/plugin-search-common": "1.2.18",
|
|
71
|
+
"@backstage/theme": "0.6.6",
|
|
72
72
|
"@backstage/types": "1.2.1",
|
|
73
73
|
"@backstage/version-bridge": "1.0.11",
|
|
74
74
|
"@material-ui/core": "^4.12.2",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"uuid": "^11.0.2"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "0.32.1
|
|
84
|
-
"@backstage/core-app-api": "1.17.0
|
|
85
|
-
"@backstage/frontend-app-api": "0.11.
|
|
86
|
-
"@backstage/frontend-test-utils": "0.3.
|
|
87
|
-
"@backstage/test-utils": "1.7.8
|
|
83
|
+
"@backstage/cli": "0.32.1",
|
|
84
|
+
"@backstage/core-app-api": "1.17.0",
|
|
85
|
+
"@backstage/frontend-app-api": "0.11.3-next.0",
|
|
86
|
+
"@backstage/frontend-test-utils": "0.3.3-next.0",
|
|
87
|
+
"@backstage/test-utils": "1.7.8",
|
|
88
88
|
"@testing-library/dom": "^10.0.0",
|
|
89
89
|
"@testing-library/jest-dom": "^6.0.0",
|
|
90
90
|
"@testing-library/react": "^16.0.0",
|