@backstage/plugin-catalog-graph 0.5.2-next.2 → 0.5.2
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 +14 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-graph
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 87b5e6e: Add missing API implementation for catalog graph plugin in NFS apps.
|
|
8
|
+
- 431130c: Added `renderEdge` prop to `<DependencyGraph />` component in `@backstage/core-components` to allow custom rendering of graph edges.
|
|
9
|
+
- 6981ae6: Fixed DependencyGraph `svg` size not adapting to the container size
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/plugin-catalog-react@1.21.2
|
|
12
|
+
- @backstage/core-components@0.18.2
|
|
13
|
+
- @backstage/frontend-plugin-api@0.12.1
|
|
14
|
+
- @backstage/core-compat-api@0.5.3
|
|
15
|
+
- @backstage/core-plugin-api@1.11.1
|
|
16
|
+
|
|
3
17
|
## 0.5.2-next.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-graph",
|
|
3
|
-
"version": "0.5.2
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-graph",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"test": "backstage-cli package test"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@backstage/catalog-client": "1.12.0",
|
|
65
|
-
"@backstage/catalog-model": "1.7.5",
|
|
66
|
-
"@backstage/core-compat-api": "0.5.3
|
|
67
|
-
"@backstage/core-components": "0.18.2
|
|
68
|
-
"@backstage/core-plugin-api": "1.11.1
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.12.1
|
|
70
|
-
"@backstage/plugin-catalog-react": "1.21.2
|
|
71
|
-
"@backstage/types": "1.2.2",
|
|
64
|
+
"@backstage/catalog-client": "^1.12.0",
|
|
65
|
+
"@backstage/catalog-model": "^1.7.5",
|
|
66
|
+
"@backstage/core-compat-api": "^0.5.3",
|
|
67
|
+
"@backstage/core-components": "^0.18.2",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.11.1",
|
|
69
|
+
"@backstage/frontend-plugin-api": "^0.12.1",
|
|
70
|
+
"@backstage/plugin-catalog-react": "^1.21.2",
|
|
71
|
+
"@backstage/types": "^1.2.2",
|
|
72
72
|
"@material-ui/core": "^4.12.2",
|
|
73
73
|
"@material-ui/icons": "^4.9.1",
|
|
74
74
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"react-use": "^17.2.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/cli": "0.34.4
|
|
83
|
-
"@backstage/core-app-api": "1.19.1
|
|
84
|
-
"@backstage/dev-utils": "1.1.15
|
|
85
|
-
"@backstage/plugin-catalog": "1.31.4
|
|
86
|
-
"@backstage/test-utils": "1.7.12
|
|
82
|
+
"@backstage/cli": "^0.34.4",
|
|
83
|
+
"@backstage/core-app-api": "^1.19.1",
|
|
84
|
+
"@backstage/dev-utils": "^1.1.15",
|
|
85
|
+
"@backstage/plugin-catalog": "^1.31.4",
|
|
86
|
+
"@backstage/test-utils": "^1.7.12",
|
|
87
87
|
"@testing-library/dom": "^10.0.0",
|
|
88
88
|
"@testing-library/jest-dom": "^6.0.0",
|
|
89
89
|
"@testing-library/react": "^16.0.0",
|