@backstage/plugin-org 0.6.27-next.2 → 0.6.27
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 +18 -0
- package/alpha/package.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
+
## 0.6.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5132d28: The `useGetEntities` hook could result in requests to `/api/catalog/entities` where the headers exceed the default maximum Node.js header size of 16KB. The hook logic has been adjusted to batch the requests.
|
|
8
|
+
- c307ef4: Added `relationType` property to EntityMembersListCard component that allows for display users related to a group via some other relationship aside from `memberOf`.
|
|
9
|
+
|
|
10
|
+
Also, as a side effect, the `relationsType` property has been deprecated in favor of a more accurately named `relationAggregation` property.
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/core-components@0.14.9
|
|
14
|
+
- @backstage/plugin-catalog-react@1.12.2
|
|
15
|
+
- @backstage/plugin-catalog-common@1.0.25
|
|
16
|
+
- @backstage/frontend-plugin-api@0.6.7
|
|
17
|
+
- @backstage/catalog-model@1.5.0
|
|
18
|
+
- @backstage/core-compat-api@0.2.7
|
|
19
|
+
- @backstage/core-plugin-api@1.9.3
|
|
20
|
+
|
|
3
21
|
## 0.6.27-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.27
|
|
3
|
+
"version": "0.6.27",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@backstage/catalog-model": "^1.5.0",
|
|
54
|
-
"@backstage/core-compat-api": "^0.2.7
|
|
55
|
-
"@backstage/core-components": "^0.14.9
|
|
54
|
+
"@backstage/core-compat-api": "^0.2.7",
|
|
55
|
+
"@backstage/core-components": "^0.14.9",
|
|
56
56
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
57
|
-
"@backstage/frontend-plugin-api": "^0.6.7
|
|
58
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
59
|
-
"@backstage/plugin-catalog-react": "^1.12.2
|
|
57
|
+
"@backstage/frontend-plugin-api": "^0.6.7",
|
|
58
|
+
"@backstage/plugin-catalog-common": "^1.0.25",
|
|
59
|
+
"@backstage/plugin-catalog-react": "^1.12.2",
|
|
60
60
|
"@material-ui/core": "^4.12.2",
|
|
61
61
|
"@material-ui/icons": "^4.9.1",
|
|
62
62
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@backstage/catalog-client": "^1.6.5",
|
|
72
|
-
"@backstage/cli": "^0.26.11
|
|
73
|
-
"@backstage/core-app-api": "^1.
|
|
74
|
-
"@backstage/dev-utils": "^1.0.35
|
|
75
|
-
"@backstage/plugin-catalog": "^1.21.1
|
|
76
|
-
"@backstage/plugin-permission-common": "^0.
|
|
77
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
78
|
-
"@backstage/test-utils": "^1.5.8
|
|
72
|
+
"@backstage/cli": "^0.26.11",
|
|
73
|
+
"@backstage/core-app-api": "^1.14.0",
|
|
74
|
+
"@backstage/dev-utils": "^1.0.35",
|
|
75
|
+
"@backstage/plugin-catalog": "^1.21.1",
|
|
76
|
+
"@backstage/plugin-permission-common": "^0.8.0",
|
|
77
|
+
"@backstage/plugin-permission-react": "^0.4.24",
|
|
78
|
+
"@backstage/test-utils": "^1.5.8",
|
|
79
79
|
"@backstage/types": "^1.1.1",
|
|
80
80
|
"@testing-library/dom": "^10.0.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|