changeset update

Signed-off-by: Mark Dunphy <markd@spotify.com>
This commit is contained in:
Mark Dunphy
2025-05-01 13:37:17 -04:00
parent 2ddbc50dbc
commit 2768e8a8e3
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-react': patch
---
A new `filter` param has been added to the EntityContextMenuItemBlueprint to make it easier to determine if a menu item should appear for a given entity. The `filter` param is a function which accepts an entity and returns a boolean.
A new `filter` parameter has been added to `EntityContextMenuItemBlueprint` to make it easier to configure which entities a menu item should appear for. The `filter` parameter is a function which accepts an entity and returns a boolean.