feat: improve changesets
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com> Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
committed by
GitHub
parent
96cd13eca2
commit
5a8a01cf82
@@ -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 `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
|
||||
|
||||
@@ -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 `<DefaultApiExplorerPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
|
||||
|
||||
Reference in New Issue
Block a user