@backstage/plugin-catalog-react 0.0.0-nightly-20260410031841 → 0.0.0-nightly-20260411031533
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 -15
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260411031533
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
- 0416216: Fixed entity relation cards (e.g., "Has components") only showing one entity at a time by using `paginationOptions: { type: 'none' }` instead of deriving page size from data length.
|
|
12
12
|
- fa232da: Migrated `InspectEntityDialog` from Material UI to Backstage UI components. Added new translation keys: `inspectEntityDialog.overviewPage.copyAriaLabel`, `inspectEntityDialog.overviewPage.copiedStatus`, `inspectEntityDialog.overviewPage.helpLinkAriaLabel`, and `inspectEntityDialog.colocatedPage.entityListAriaLabel`.
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/ui@0.0.0-nightly-
|
|
15
|
-
- @backstage/errors@0.0.0-nightly-
|
|
16
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
17
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
18
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
19
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
20
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
21
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
22
|
-
- @backstage/filter-predicates@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
24
|
-
- @backstage/frontend-test-utils@0.0.0-nightly-
|
|
25
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
14
|
+
- @backstage/ui@0.0.0-nightly-20260411031533
|
|
15
|
+
- @backstage/errors@0.0.0-nightly-20260411031533
|
|
16
|
+
- @backstage/core-components@0.0.0-nightly-20260411031533
|
|
17
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260411031533
|
|
18
|
+
- @backstage/core-compat-api@0.0.0-nightly-20260411031533
|
|
19
|
+
- @backstage/catalog-client@0.0.0-nightly-20260411031533
|
|
20
|
+
- @backstage/catalog-model@0.0.0-nightly-20260411031533
|
|
21
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260411031533
|
|
22
|
+
- @backstage/filter-predicates@0.0.0-nightly-20260411031533
|
|
23
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20260411031533
|
|
24
|
+
- @backstage/frontend-test-utils@0.0.0-nightly-20260411031533
|
|
25
|
+
- @backstage/integration-react@0.0.0-nightly-20260411031533
|
|
26
26
|
- @backstage/types@1.2.2
|
|
27
27
|
- @backstage/version-bridge@1.0.12
|
|
28
|
-
- @backstage/plugin-catalog-common@0.0.0-nightly-
|
|
29
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
28
|
+
- @backstage/plugin-catalog-common@0.0.0-nightly-20260411031533
|
|
29
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20260411031533
|
|
30
30
|
|
|
31
31
|
## 2.1.2-next.2
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260411031533",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -73,20 +73,20 @@
|
|
|
73
73
|
"test": "backstage-cli package test"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
77
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
78
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
79
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
80
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
81
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
82
|
-
"@backstage/filter-predicates": "0.0.0-nightly-
|
|
83
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
84
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-catalog-common": "0.0.0-nightly-
|
|
86
|
-
"@backstage/plugin-permission-common": "0.0.0-nightly-
|
|
87
|
-
"@backstage/plugin-permission-react": "0.0.0-nightly-
|
|
76
|
+
"@backstage/catalog-client": "0.0.0-nightly-20260411031533",
|
|
77
|
+
"@backstage/catalog-model": "0.0.0-nightly-20260411031533",
|
|
78
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20260411031533",
|
|
79
|
+
"@backstage/core-components": "0.0.0-nightly-20260411031533",
|
|
80
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260411031533",
|
|
81
|
+
"@backstage/errors": "0.0.0-nightly-20260411031533",
|
|
82
|
+
"@backstage/filter-predicates": "0.0.0-nightly-20260411031533",
|
|
83
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260411031533",
|
|
84
|
+
"@backstage/integration-react": "0.0.0-nightly-20260411031533",
|
|
85
|
+
"@backstage/plugin-catalog-common": "0.0.0-nightly-20260411031533",
|
|
86
|
+
"@backstage/plugin-permission-common": "0.0.0-nightly-20260411031533",
|
|
87
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20260411031533",
|
|
88
88
|
"@backstage/types": "1.2.2",
|
|
89
|
-
"@backstage/ui": "0.0.0-nightly-
|
|
89
|
+
"@backstage/ui": "0.0.0-nightly-20260411031533",
|
|
90
90
|
"@backstage/version-bridge": "1.0.12",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zen-observable": "^0.10.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
106
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
107
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
108
|
-
"@backstage/plugin-catalog-common": "0.0.0-nightly-
|
|
109
|
-
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-
|
|
110
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
105
|
+
"@backstage/cli": "0.0.0-nightly-20260411031533",
|
|
106
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260411031533",
|
|
107
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20260411031533",
|
|
108
|
+
"@backstage/plugin-catalog-common": "0.0.0-nightly-20260411031533",
|
|
109
|
+
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260411031533",
|
|
110
|
+
"@backstage/test-utils": "0.0.0-nightly-20260411031533",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"zod": "^3.25.76 || ^4.0.0"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
124
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20260411031533",
|
|
125
125
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
126
126
|
"react": "^17.0.0 || ^18.0.0",
|
|
127
127
|
"react-dom": "^17.0.0 || ^18.0.0",
|