Version Packages (next)
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-org
|
||||
|
||||
## 0.6.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6e387c077a4: Changed the MembersListCard component to allow displaying aggregated members when viewing a group. Now, a toggle switch can be displayed that lets you switch between showing direct members and aggregated members.
|
||||
|
||||
To enable this new feature, set the showAggregateMembersToggle prop on EntityMembersListCard:
|
||||
|
||||
```jsx
|
||||
// In packages/app/src/components/catalog/EntityPage.tsx
|
||||
const groupPage = (
|
||||
// ...
|
||||
<EntityMembersListCard showAggregateMembersToggle />
|
||||
// ...
|
||||
);
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.3.0-next.0
|
||||
- @backstage/core-components@0.13.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.6.0-next.2
|
||||
- @backstage/core-plugin-api@1.5.1
|
||||
|
||||
## 0.6.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-org",
|
||||
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
||||
"version": "0.6.8-next.1",
|
||||
"version": "0.6.8-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user