@backstage/plugin-catalog-graph 0.4.16-next.3 → 0.4.17-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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.4.17-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.16.0-next.0
9
+ - @backstage/frontend-plugin-api@0.9.6-next.0
10
+ - @backstage/core-compat-api@0.3.7-next.0
11
+
12
+ ## 0.4.16
13
+
14
+ ### Patch Changes
15
+
16
+ - 719e48d: Fixed an issue causing the `CatalogGraphCard` to redraw its content whenever the parent component re-renders, resulting in flickering.
17
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.16.4
20
+ - @backstage/plugin-catalog-react@1.15.2
21
+ - @backstage/frontend-plugin-api@0.9.5
22
+ - @backstage/core-compat-api@0.3.6
23
+ - @backstage/core-plugin-api@1.10.4
24
+ - @backstage/catalog-client@1.9.1
25
+ - @backstage/catalog-model@1.7.3
26
+ - @backstage/types@1.2.1
27
+
3
28
  ## 0.4.16-next.3
4
29
 
5
30
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
1
2
  import * as _backstage_catalog_model from '@backstage/catalog-model';
2
3
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
4
  import React__default from 'react';
@@ -27,6 +28,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
27
28
  height: number | undefined;
28
29
  } & {
29
30
  filter: string | undefined;
31
+ type: "full" | "info" | "peek" | undefined;
30
32
  };
31
33
  configInput: {
32
34
  height?: number | undefined;
@@ -42,11 +44,14 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
42
44
  relationPairs?: [string, string][] | undefined;
43
45
  } & {
44
46
  filter?: string | undefined;
47
+ type?: "full" | "info" | "peek" | undefined;
45
48
  };
46
49
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
47
50
  optional: true;
48
51
  }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
49
52
  optional: true;
53
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
54
+ optional: true;
50
55
  }>;
51
56
  inputs: {
52
57
  [x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.AnyExtensionDataRef, {
@@ -59,6 +64,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
59
64
  params: {
60
65
  loader: () => Promise<JSX.Element>;
61
66
  filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
67
+ type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
62
68
  };
63
69
  }>;
64
70
  "page:catalog-graph": _backstage_frontend_plugin_api.ExtensionDefinition<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.4.16-next.3",
3
+ "version": "0.4.17-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -63,11 +63,11 @@
63
63
  "dependencies": {
64
64
  "@backstage/catalog-client": "1.9.1",
65
65
  "@backstage/catalog-model": "1.7.3",
66
- "@backstage/core-compat-api": "0.3.6-next.3",
67
- "@backstage/core-components": "0.16.4-next.1",
68
- "@backstage/core-plugin-api": "1.10.4-next.0",
69
- "@backstage/frontend-plugin-api": "0.9.5-next.3",
70
- "@backstage/plugin-catalog-react": "1.15.2-next.3",
66
+ "@backstage/core-compat-api": "0.3.7-next.0",
67
+ "@backstage/core-components": "0.16.4",
68
+ "@backstage/core-plugin-api": "1.10.4",
69
+ "@backstage/frontend-plugin-api": "0.9.6-next.0",
70
+ "@backstage/plugin-catalog-react": "1.16.0-next.0",
71
71
  "@backstage/types": "1.2.1",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.30.0-next.3",
83
- "@backstage/core-app-api": "1.15.5-next.0",
84
- "@backstage/dev-utils": "1.1.7-next.3",
85
- "@backstage/plugin-catalog": "1.27.0-next.3",
86
- "@backstage/test-utils": "1.7.5-next.0",
82
+ "@backstage/cli": "0.30.0",
83
+ "@backstage/core-app-api": "1.15.5",
84
+ "@backstage/dev-utils": "1.1.8-next.0",
85
+ "@backstage/plugin-catalog": "1.28.0-next.0",
86
+ "@backstage/test-utils": "1.7.5",
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",