@backstage/plugin-search 1.7.1-next.2 → 1.7.1
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 +15 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 34aebcc: Fixed the `SearchModal` leaving the page in a broken state by not restoring body overflow and aria-hidden attributes when closing.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/ui@0.14.0
|
|
10
|
+
- @backstage/errors@1.3.0
|
|
11
|
+
- @backstage/plugin-catalog-react@2.1.2
|
|
12
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
13
|
+
- @backstage/core-components@0.18.9
|
|
14
|
+
- @backstage/core-plugin-api@1.12.5
|
|
15
|
+
- @backstage/plugin-search-common@1.2.23
|
|
16
|
+
- @backstage/plugin-search-react@1.11.1
|
|
17
|
+
|
|
3
18
|
## 1.7.1-next.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
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.7.1
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,26 +70,26 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/core-components": "0.18.9
|
|
74
|
-
"@backstage/core-plugin-api": "1.12.5
|
|
75
|
-
"@backstage/errors": "1.3.0
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.16.0
|
|
77
|
-
"@backstage/plugin-catalog-react": "2.1.2
|
|
78
|
-
"@backstage/plugin-search-common": "1.2.23
|
|
79
|
-
"@backstage/plugin-search-react": "1.11.1
|
|
80
|
-
"@backstage/types": "1.2.2",
|
|
81
|
-
"@backstage/ui": "0.14.0
|
|
82
|
-
"@backstage/version-bridge": "1.0.12",
|
|
73
|
+
"@backstage/core-components": "^0.18.9",
|
|
74
|
+
"@backstage/core-plugin-api": "^1.12.5",
|
|
75
|
+
"@backstage/errors": "^1.3.0",
|
|
76
|
+
"@backstage/frontend-plugin-api": "^0.16.0",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^2.1.2",
|
|
78
|
+
"@backstage/plugin-search-common": "^1.2.23",
|
|
79
|
+
"@backstage/plugin-search-react": "^1.11.1",
|
|
80
|
+
"@backstage/types": "^1.2.2",
|
|
81
|
+
"@backstage/ui": "^0.14.0",
|
|
82
|
+
"@backstage/version-bridge": "^1.0.12",
|
|
83
83
|
"@material-ui/core": "^4.12.2",
|
|
84
84
|
"@material-ui/icons": "^4.9.1",
|
|
85
85
|
"qs": "^6.9.4",
|
|
86
86
|
"react-use": "^17.2.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "0.36.1
|
|
90
|
-
"@backstage/core-app-api": "1.20.0
|
|
91
|
-
"@backstage/dev-utils": "1.1.22
|
|
92
|
-
"@backstage/test-utils": "1.7.17
|
|
89
|
+
"@backstage/cli": "^0.36.1",
|
|
90
|
+
"@backstage/core-app-api": "^1.20.0",
|
|
91
|
+
"@backstage/dev-utils": "^1.1.22",
|
|
92
|
+
"@backstage/test-utils": "^1.7.17",
|
|
93
93
|
"@testing-library/dom": "^10.0.0",
|
|
94
94
|
"@testing-library/jest-dom": "^6.0.0",
|
|
95
95
|
"@testing-library/react": "^16.0.0",
|