diff --git a/.changeset/gentle-baboons-peel.md b/.changeset/gentle-baboons-peel.md index d63396860b..b51ad77283 100644 --- a/.changeset/gentle-baboons-peel.md +++ b/.changeset/gentle-baboons-peel.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-techdocs': minor +'@backstage/plugin-techdocs': patch --- -Added property ownerPickerMode to TechDocsIndexPage +`TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. diff --git a/.changeset/tiny-pandas-return.md b/.changeset/tiny-pandas-return.md index d584accccf..cc9210a368 100644 --- a/.changeset/tiny-pandas-return.md +++ b/.changeset/tiny-pandas-return.md @@ -2,4 +2,4 @@ '@backstage/plugin-api-docs': patch --- -Added property ownerPickerMode to DefaultApiExplorerPage +`DefaultApiExplorerPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.