feat(react-headless-components-preview): expose AvatarGroup context - #36659
Merged
Victor Genaev (mainframev) merged 2 commits intoSep 1, 2026
Merged
Conversation
📊 Bundle size report
Unchanged fixtures
|
|
Pull request demo site: URL |
Contributor
|
Victor Genaev (@mainframev) should we also expose the |
Dmytro Kirpa (dmytrokirpa)
approved these changes
Sep 1, 2026
Ray Knight (ArrayKnight)
added a commit
to ArrayKnight/fluentui
that referenced
this pull request
Sep 2, 2026
…exports on upstream's location after merge Upstream microsoft#36659 exposes useAvatarGroupContext from useAvatarGroup; the branch's avatarGroupContext re-export now carries only AvatarGroupProvider, and the subpath barrel drops the duplicate the auto-merge produced. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Aj9uA3rCVgosnh2zNn8qkc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Previous Behavior
The headless AvatarGroup entry point exports its context-value builder, but not
the context reader. Headless consumers that need group state must either depend
directly on
@fluentui/react-avataror introduce a duplicate context.New Behavior
Export
useAvatarGroupContextfrom the headless AvatarGroup entry point as astable alias for `useAvatarGroupContext_unstable