@backstage/plugin-catalog-react 0.0.0-nightly-20260331031753 → 0.0.0-nightly-20260401031737

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260331031753
3
+ ## 0.0.0-nightly-20260401031737
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,22 +8,36 @@
8
8
  - eba2f61: Fixed `EntityInfoCard` header overflowing on narrow screens.
9
9
  - 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.
10
10
  - Updated dependencies
11
- - @backstage/ui@0.0.0-nightly-20260331031753
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260331031753
13
- - @backstage/core-compat-api@0.0.0-nightly-20260331031753
14
- - @backstage/core-components@0.0.0-nightly-20260331031753
15
- - @backstage/frontend-test-utils@0.0.0-nightly-20260331031753
16
- - @backstage/core-plugin-api@0.0.0-nightly-20260331031753
17
- - @backstage/integration-react@0.0.0-nightly-20260331031753
11
+ - @backstage/ui@0.0.0-nightly-20260401031737
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260401031737
13
+ - @backstage/core-compat-api@0.0.0-nightly-20260401031737
14
+ - @backstage/core-components@0.0.0-nightly-20260401031737
15
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260401031737
18
16
  - @backstage/catalog-client@1.14.0
19
17
  - @backstage/catalog-model@1.7.7
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20260401031737
20
19
  - @backstage/errors@1.2.7
21
20
  - @backstage/filter-predicates@0.1.1
21
+ - @backstage/integration-react@0.0.0-nightly-20260401031737
22
22
  - @backstage/types@1.2.2
23
23
  - @backstage/version-bridge@1.0.12
24
24
  - @backstage/plugin-catalog-common@1.1.8
25
25
  - @backstage/plugin-permission-common@0.9.7
26
- - @backstage/plugin-permission-react@0.0.0-nightly-20260331031753
26
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260401031737
27
+
28
+ ## 2.1.2-next.1
29
+
30
+ ### Patch Changes
31
+
32
+ - eba2f61: Fixed `EntityInfoCard` header overflowing on narrow screens.
33
+ - 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.
34
+ - Updated dependencies
35
+ - @backstage/ui@0.14.0-next.1
36
+ - @backstage/frontend-plugin-api@0.16.0-next.1
37
+ - @backstage/core-compat-api@0.5.10-next.1
38
+ - @backstage/core-components@0.18.9-next.0
39
+ - @backstage/core-plugin-api@1.12.5-next.1
40
+ - @backstage/frontend-test-utils@0.5.2-next.1
27
41
 
28
42
  ## 2.1.1-next.0
29
43
 
@@ -4,7 +4,7 @@ import MenuItem from '@material-ui/core/MenuItem';
4
4
  import ListItemIcon from '@material-ui/core/ListItemIcon';
5
5
  import ListItemText from '@material-ui/core/ListItemText';
6
6
  import { useEntityContextMenu } from '../../hooks/useEntityContextMenu.esm.js';
7
- import { createZodV3FilterPredicateSchema, filterPredicateToFilterFunction } from '@backstage/filter-predicates';
7
+ import { filterPredicateToFilterFunction, createZodV3FilterPredicateSchema } from '@backstage/filter-predicates';
8
8
  import { entityFilterFunctionDataRef } from './extensionData.esm.js';
9
9
 
10
10
  const EntityContextMenuItemBlueprint = createExtensionBlueprint({
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { stringifyEntityRef } from '@backstage/catalog-model';
3
3
  import { AnalyticsContext } from '@backstage/core-plugin-api';
4
- import { createVersionedContext, useVersionedContext, createVersionedValueMap } from '@backstage/version-bridge';
4
+ import { createVersionedContext, createVersionedValueMap, useVersionedContext } from '@backstage/version-bridge';
5
5
 
6
6
  const NewEntityContext = createVersionedContext(
7
7
  "entity-context"
@@ -9,7 +9,7 @@ import useAsyncFn from 'react-use/esm/useAsyncFn';
9
9
  import useDebounce from 'react-use/esm/useDebounce';
10
10
  import useMountedState from 'react-use/esm/useMountedState';
11
11
  import { catalogApiRef } from '../api.esm.js';
12
- import { reduceEntityFilters, reduceCatalogFilters, reduceBackendCatalogFilters } from '../utils/filters.esm.js';
12
+ import { reduceCatalogFilters, reduceBackendCatalogFilters, reduceEntityFilters } from '../utils/filters.esm.js';
13
13
 
14
14
  const NewEntityListContext = createVersionedContext("entity-list-context");
15
15
  const OldEntityListContext = createContext(void 0);
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
4
4
  import * as _backstage_catalog_model from '@backstage/catalog-model';
5
5
  import { Entity, CompoundEntityRef } from '@backstage/catalog-model';
6
6
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
7
- import { ApiRef, IconComponent } from '@backstage/core-plugin-api';
7
+ import { IconComponent, ApiRef } from '@backstage/core-plugin-api';
8
8
  import { Observable } from '@backstage/types';
9
9
  import * as react_jsx_runtime from 'react/jsx-runtime';
10
10
  import { TypographyProps } from '@material-ui/core/Typography';
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs, Fragment as Fragment$1 } from 'react/jsx-runtime';
2
2
  import { Fragment } from 'react';
3
- import { PageBlueprint, createExtensionInput, coreExtensionData, useApiHolder } from '@backstage/frontend-plugin-api';
3
+ import { PageBlueprint, coreExtensionData, createExtensionInput, useApiHolder } from '@backstage/frontend-plugin-api';
4
4
  import { Routes, Route } from 'react-router-dom';
5
5
  import { EntityProvider } from '../hooks/useEntity.esm.js';
6
6
  import '../alpha/blueprints/CatalogFilterBlueprint.esm.js';
@@ -1,4 +1,4 @@
1
- import { getCompoundEntityRef, RELATION_MEMBER_OF, stringifyEntityRef, RELATION_OWNED_BY } from '@backstage/catalog-model';
1
+ import { RELATION_MEMBER_OF, getCompoundEntityRef, stringifyEntityRef, RELATION_OWNED_BY } from '@backstage/catalog-model';
2
2
  import { getEntityRelations } from './getEntityRelations.esm.js';
3
3
 
4
4
  function isOwnerOf(owner, entity) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260331031753",
3
+ "version": "0.0.0-nightly-20260401031737",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -75,18 +75,18 @@
75
75
  "dependencies": {
76
76
  "@backstage/catalog-client": "1.14.0",
77
77
  "@backstage/catalog-model": "1.7.7",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260331031753",
79
- "@backstage/core-components": "0.0.0-nightly-20260331031753",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260331031753",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260401031737",
79
+ "@backstage/core-components": "0.0.0-nightly-20260401031737",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260401031737",
81
81
  "@backstage/errors": "1.2.7",
82
82
  "@backstage/filter-predicates": "0.1.1",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260331031753",
84
- "@backstage/integration-react": "0.0.0-nightly-20260331031753",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260401031737",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260401031737",
85
85
  "@backstage/plugin-catalog-common": "1.1.8",
86
86
  "@backstage/plugin-permission-common": "0.9.7",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260331031753",
87
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260401031737",
88
88
  "@backstage/types": "1.2.2",
89
- "@backstage/ui": "0.0.0-nightly-20260331031753",
89
+ "@backstage/ui": "0.0.0-nightly-20260401031737",
90
90
  "@backstage/version-bridge": "1.0.12",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
@@ -101,12 +101,12 @@
101
101
  "zen-observable": "^0.10.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/cli": "0.0.0-nightly-20260331031753",
105
- "@backstage/core-app-api": "0.0.0-nightly-20260331031753",
106
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260331031753",
104
+ "@backstage/cli": "0.0.0-nightly-20260401031737",
105
+ "@backstage/core-app-api": "0.0.0-nightly-20260401031737",
106
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260401031737",
107
107
  "@backstage/plugin-catalog-common": "1.1.8",
108
108
  "@backstage/plugin-scaffolder-common": "2.0.0",
109
- "@backstage/test-utils": "0.0.0-nightly-20260331031753",
109
+ "@backstage/test-utils": "0.0.0-nightly-20260401031737",
110
110
  "@testing-library/dom": "^10.0.0",
111
111
  "@testing-library/jest-dom": "^6.0.0",
112
112
  "@testing-library/react": "^16.0.0",
@@ -120,7 +120,7 @@
120
120
  "zod": "^3.25.76 || ^4.0.0"
121
121
  },
122
122
  "peerDependencies": {
123
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260331031753",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260401031737",
124
124
  "@types/react": "^17.0.0 || ^18.0.0",
125
125
  "react": "^17.0.0 || ^18.0.0",
126
126
  "react-dom": "^17.0.0 || ^18.0.0",