@backstage/plugin-catalog 1.32.2-next.2 → 1.32.3-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 +40 -0
- package/dist/alpha.d.ts +7 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.32.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.21.6-next.0
|
|
9
|
+
- @backstage/core-components@0.18.6-next.0
|
|
10
|
+
- @backstage/plugin-search-common@1.2.22-next.0
|
|
11
|
+
- @backstage/core-compat-api@0.5.7-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.14.0-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.2-next.0
|
|
14
|
+
- @backstage/plugin-techdocs-react@1.3.8-next.0
|
|
15
|
+
- @backstage/plugin-search-react@1.10.3-next.0
|
|
16
|
+
- @backstage/catalog-client@1.12.1
|
|
17
|
+
- @backstage/catalog-model@1.7.6
|
|
18
|
+
- @backstage/errors@1.2.7
|
|
19
|
+
- @backstage/integration-react@1.2.15-next.0
|
|
20
|
+
- @backstage/types@1.2.2
|
|
21
|
+
- @backstage/version-bridge@1.0.11
|
|
22
|
+
- @backstage/plugin-catalog-common@1.1.8-next.0
|
|
23
|
+
- @backstage/plugin-permission-react@0.4.40-next.0
|
|
24
|
+
- @backstage/plugin-scaffolder-common@1.7.6-next.0
|
|
25
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
26
|
+
|
|
27
|
+
## 1.32.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 7ca91e8: Header in EntityLayout should always be shown.
|
|
32
|
+
Monitoring the loading status caused flickering when the refresh() method of the Async Entity was invoked.
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/frontend-plugin-api@0.13.3
|
|
35
|
+
- @backstage/core-components@0.18.5
|
|
36
|
+
- @backstage/core-compat-api@0.5.6
|
|
37
|
+
- @backstage/plugin-search-react@1.10.2
|
|
38
|
+
- @backstage/integration-react@1.2.14
|
|
39
|
+
- @backstage/plugin-catalog-react@1.21.5
|
|
40
|
+
- @backstage/plugin-scaffolder-common@1.7.5
|
|
41
|
+
- @backstage/plugin-techdocs-react@1.3.7
|
|
42
|
+
|
|
3
43
|
## 1.32.2-next.2
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
178
178
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<() => _backstage_core_components.IconLinkVerticalProps, "entity-icon-link-props", {}>, {
|
|
179
179
|
singleton: false;
|
|
180
180
|
optional: false;
|
|
181
|
+
internal: false;
|
|
181
182
|
}>;
|
|
182
183
|
};
|
|
183
184
|
kind: "entity-card";
|
|
@@ -443,6 +444,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
443
444
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(props: _backstage_plugin_catalog_react_alpha.EntityContentLayoutProps) => React.JSX.Element, "catalog.entity-content-layout.component", {}>, {
|
|
444
445
|
singleton: false;
|
|
445
446
|
optional: false;
|
|
447
|
+
internal: false;
|
|
446
448
|
}>;
|
|
447
449
|
cards: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
448
450
|
optional: true;
|
|
@@ -453,6 +455,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
453
455
|
}>, {
|
|
454
456
|
singleton: false;
|
|
455
457
|
optional: false;
|
|
458
|
+
internal: false;
|
|
456
459
|
}>;
|
|
457
460
|
};
|
|
458
461
|
kind: "entity-content";
|
|
@@ -579,6 +582,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
579
582
|
filters: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}>, {
|
|
580
583
|
singleton: false;
|
|
581
584
|
optional: false;
|
|
585
|
+
internal: false;
|
|
582
586
|
}>;
|
|
583
587
|
};
|
|
584
588
|
kind: "page";
|
|
@@ -614,6 +618,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
614
618
|
}>, {
|
|
615
619
|
singleton: false;
|
|
616
620
|
optional: false;
|
|
621
|
+
internal: false;
|
|
617
622
|
}>;
|
|
618
623
|
contents: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
619
624
|
optional: true;
|
|
@@ -626,12 +631,14 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
626
631
|
}>, {
|
|
627
632
|
singleton: false;
|
|
628
633
|
optional: false;
|
|
634
|
+
internal: false;
|
|
629
635
|
}>;
|
|
630
636
|
contextMenuItems: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
631
637
|
optional: true;
|
|
632
638
|
}>, {
|
|
633
639
|
singleton: false;
|
|
634
640
|
optional: false;
|
|
641
|
+
internal: false;
|
|
635
642
|
}>;
|
|
636
643
|
};
|
|
637
644
|
kind: "page";
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.3-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -72,20 +72,20 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@backstage/catalog-client": "1.12.1",
|
|
74
74
|
"@backstage/catalog-model": "1.7.6",
|
|
75
|
-
"@backstage/core-compat-api": "0.5.
|
|
76
|
-
"@backstage/core-components": "0.18.
|
|
77
|
-
"@backstage/core-plugin-api": "1.12.
|
|
75
|
+
"@backstage/core-compat-api": "0.5.7-next.0",
|
|
76
|
+
"@backstage/core-components": "0.18.6-next.0",
|
|
77
|
+
"@backstage/core-plugin-api": "1.12.2-next.0",
|
|
78
78
|
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.
|
|
80
|
-
"@backstage/integration-react": "1.2.
|
|
81
|
-
"@backstage/plugin-catalog-common": "1.1.
|
|
82
|
-
"@backstage/plugin-catalog-react": "1.21.
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "1.7.
|
|
85
|
-
"@backstage/plugin-search-common": "1.2.
|
|
86
|
-
"@backstage/plugin-search-react": "1.10.
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.0",
|
|
80
|
+
"@backstage/integration-react": "1.2.15-next.0",
|
|
81
|
+
"@backstage/plugin-catalog-common": "1.1.8-next.0",
|
|
82
|
+
"@backstage/plugin-catalog-react": "1.21.6-next.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.40-next.0",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "1.7.6-next.0",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.22-next.0",
|
|
86
|
+
"@backstage/plugin-search-react": "1.10.3-next.0",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.8-next.0",
|
|
89
89
|
"@backstage/types": "1.2.2",
|
|
90
90
|
"@backstage/version-bridge": "1.0.11",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zen-observable": "^0.10.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.35.
|
|
106
|
-
"@backstage/core-app-api": "1.19.
|
|
107
|
-
"@backstage/dev-utils": "1.1.
|
|
108
|
-
"@backstage/frontend-test-utils": "0.4.
|
|
109
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
110
|
-
"@backstage/test-utils": "1.7.
|
|
105
|
+
"@backstage/cli": "0.35.3-next.0",
|
|
106
|
+
"@backstage/core-app-api": "1.19.4-next.0",
|
|
107
|
+
"@backstage/dev-utils": "1.1.20-next.0",
|
|
108
|
+
"@backstage/frontend-test-utils": "0.4.5-next.0",
|
|
109
|
+
"@backstage/plugin-permission-common": "0.9.5-next.0",
|
|
110
|
+
"@backstage/test-utils": "1.7.15-next.0",
|
|
111
111
|
"@testing-library/dom": "^10.0.0",
|
|
112
112
|
"@testing-library/jest-dom": "^6.0.0",
|
|
113
113
|
"@testing-library/react": "^16.0.0",
|