@backstage/plugin-search-react 1.9.0-next.2 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 611c941: Allow search filters to provide labels and values separately, and not only values
8
+
9
+ ### Patch Changes
10
+
11
+ - 2c76614: Fix memoization of `filterValue` in `SearchFilter.Autocomplete` to prevent unintended resets
12
+ - fa48594: search plugin support i18n
13
+ - Updated dependencies
14
+ - @backstage/frontend-plugin-api@0.10.2
15
+ - @backstage/theme@0.6.6
16
+ - @backstage/core-components@0.17.2
17
+ - @backstage/core-plugin-api@1.10.7
18
+ - @backstage/types@1.2.1
19
+ - @backstage/version-bridge@1.0.11
20
+ - @backstage/plugin-search-common@1.2.18
21
+
3
22
  ## 1.9.0-next.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.9.0-next.2",
3
+ "version": "1.9.0",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "search",
@@ -64,13 +64,13 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-components": "0.17.2-next.1",
68
- "@backstage/core-plugin-api": "1.10.7-next.0",
69
- "@backstage/frontend-plugin-api": "0.10.2-next.1",
70
- "@backstage/plugin-search-common": "1.2.18-next.0",
71
- "@backstage/theme": "0.6.6-next.0",
72
- "@backstage/types": "1.2.1",
73
- "@backstage/version-bridge": "1.0.11",
67
+ "@backstage/core-components": "^0.17.2",
68
+ "@backstage/core-plugin-api": "^1.10.7",
69
+ "@backstage/frontend-plugin-api": "^0.10.2",
70
+ "@backstage/plugin-search-common": "^1.2.18",
71
+ "@backstage/theme": "^0.6.6",
72
+ "@backstage/types": "^1.2.1",
73
+ "@backstage/version-bridge": "^1.0.11",
74
74
  "@material-ui/core": "^4.12.2",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -80,11 +80,11 @@
80
80
  "uuid": "^11.0.2"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.32.1-next.3",
84
- "@backstage/core-app-api": "1.17.0-next.1",
85
- "@backstage/frontend-app-api": "0.11.2-next.3",
86
- "@backstage/frontend-test-utils": "0.3.2-next.3",
87
- "@backstage/test-utils": "1.7.8-next.2",
83
+ "@backstage/cli": "^0.32.1",
84
+ "@backstage/core-app-api": "^1.17.0",
85
+ "@backstage/frontend-app-api": "^0.11.2",
86
+ "@backstage/frontend-test-utils": "^0.3.2",
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",