@backstage/plugin-catalog-react 3.2.0-next.1 → 3.2.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 3.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.13-next.0
9
+ - @backstage/ui@0.17.1-next.0
10
+ - @backstage/frontend-test-utils@0.6.3-next.0
11
+ - @backstage/core-compat-api@0.5.14-next.0
12
+
13
+ ## 3.2.0
14
+
15
+ ### Minor Changes
16
+
17
+ - ba49e37: **BREAKING ALPHA**: The `EntityContextMenuItemBlueprint` now outputs menu item data instead of a rendered MUI element. The Catalog entity page consumes this data and renders BUI menu items.
18
+
19
+ The source-level `icon`, `useProps`, and filter authoring model remains, with `icon` now typed as `IconElement`. We recommend using Remix icons and checking that custom icons follow the standard icon sizing requirements.
20
+
21
+ Menu items close immediately when selected, including while asynchronous actions are pending.
22
+
23
+ - 15719cc: Added an alpha BUI-ready entity header layout extension point. Its loaded component receives Catalog-composed tabs and the active tab ID, allowing custom entity headers to preserve or customize entity-page navigation.
24
+
25
+ **DEPRECATED ALPHA**: The existing opaque entity header extension point is deprecated. It continues to work through a temporary Catalog legacy-layout fallback so adopters can migrate custom entity headers incrementally.
26
+
27
+ ### Patch Changes
28
+
29
+ - 8a500d5: Fixed a regression where `EntityTypePicker`'s `initialFilter` prop was being cleared when used alongside `EntityKindPicker` inside `EntityListProvider`. The type filter is now correctly preserved after the available types load for the selected kind.
30
+ - Updated dependencies
31
+ - @backstage/frontend-plugin-api@0.17.3
32
+ - @backstage/ui@0.17.0
33
+ - @backstage/core-components@0.18.12
34
+ - @backstage/filter-predicates@0.1.4
35
+ - @backstage/catalog-client@1.16.1
36
+ - @backstage/core-compat-api@0.5.13
37
+ - @backstage/core-plugin-api@1.12.8
38
+ - @backstage/integration-react@1.2.20
39
+ - @backstage/plugin-permission-react@0.5.3
40
+
3
41
  ## 3.2.0-next.1
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "3.2.0-next.1",
3
+ "version": "3.2.1-next.0",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,19 +73,19 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "1.16.1-next.0",
76
+ "@backstage/catalog-client": "1.16.1",
77
77
  "@backstage/catalog-model": "1.9.0",
78
- "@backstage/core-compat-api": "0.5.13-next.0",
79
- "@backstage/core-components": "0.18.12-next.1",
80
- "@backstage/core-plugin-api": "1.12.8-next.0",
78
+ "@backstage/core-compat-api": "0.5.14-next.0",
79
+ "@backstage/core-components": "0.18.13-next.0",
80
+ "@backstage/core-plugin-api": "1.12.8",
81
81
  "@backstage/errors": "1.3.1",
82
- "@backstage/filter-predicates": "0.1.4-next.0",
83
- "@backstage/frontend-plugin-api": "0.17.3-next.1",
84
- "@backstage/integration-react": "1.2.20-next.0",
82
+ "@backstage/filter-predicates": "0.1.4",
83
+ "@backstage/frontend-plugin-api": "0.17.3",
84
+ "@backstage/integration-react": "1.2.20",
85
85
  "@backstage/plugin-permission-common": "0.9.9",
86
- "@backstage/plugin-permission-react": "0.5.3-next.0",
86
+ "@backstage/plugin-permission-react": "0.5.3",
87
87
  "@backstage/types": "1.2.2",
88
- "@backstage/ui": "0.17.0-next.1",
88
+ "@backstage/ui": "0.17.1-next.0",
89
89
  "@backstage/version-bridge": "1.0.12",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
@@ -102,12 +102,12 @@
102
102
  "zod": "^4.0.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.36.4-next.2",
106
- "@backstage/core-app-api": "1.20.3-next.0",
107
- "@backstage/frontend-test-utils": "0.6.2-next.0",
105
+ "@backstage/cli": "0.36.4",
106
+ "@backstage/core-app-api": "1.20.4-next.0",
107
+ "@backstage/frontend-test-utils": "0.6.3-next.0",
108
108
  "@backstage/plugin-catalog-common": "1.1.10",
109
109
  "@backstage/plugin-scaffolder-common": "2.2.1",
110
- "@backstage/test-utils": "1.7.20-next.0",
110
+ "@backstage/test-utils": "1.7.21-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",
@@ -120,7 +120,7 @@
120
120
  "react-test-renderer": "^16.13.1"
121
121
  },
122
122
  "peerDependencies": {
123
- "@backstage/frontend-test-utils": "0.6.2-next.0",
123
+ "@backstage/frontend-test-utils": "0.6.3-next.0",
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",