-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(storybook): implement argTypeEnhancers for improved Slot API docs rendering #33838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Hotell
merged 28 commits into
microsoft:master
from
Hotell:sb/implement-arg-type-enhancers-for-slot
Apr 10, 2025
Merged
feat(storybook): implement argTypeEnhancers for improved Slot API docs rendering #33838
Hotell
merged 28 commits into
microsoft:master
from
Hotell:sb/implement-arg-type-enhancers-for-slot
Apr 10, 2025
Conversation
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
📊 Bundle size report✅ No changes found |
🕵 FluentUIV0 No visual regressions between this PR and main |
Pull request demo site: URL |
fabricteam
reviewed
Feb 13, 2025
Hotell
commented
Feb 14, 2025
Hotell
commented
Feb 14, 2025
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
Hotell
commented
Feb 14, 2025
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
@carlamntn please see comments and Task to follow-up/finish this PR ty |
Hotell
commented
Feb 19, 2025
Hotell
commented
Feb 19, 2025
Hotell
commented
Feb 27, 2025
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
Hotell
commented
Feb 27, 2025
Hotell
commented
Mar 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added review @carlamntn
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
Hotell
commented
Mar 14, 2025
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
Hotell
commented
Apr 9, 2025
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
apps/public-docsite-v9/src/DocsComponents/FluentDocsPage.stories.tsx
Outdated
Show resolved
Hide resolved
tudorpopams
approved these changes
Apr 10, 2025
marcosmoura
pushed a commit
to marcosmoura/fluentui
that referenced
this pull request
Apr 10, 2025
…s rendering (microsoft#33838) Co-authored-by: Carla Muntean <carla.muntean@microsoft.com>
mainframev
pushed a commit
to mainframev/fluentui
that referenced
this pull request
Jun 9, 2025
…s rendering (microsoft#33838) Co-authored-by: Carla Muntean <carla.muntean@microsoft.com>
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
New Behavior
Leverages Storybook Arg enhancer hook to tweak ouput as needed without any changes necessary in v9 codebase ( not affecting consumers of v9 )
Related Issue(s)
Slot<T>
type #27105, [Bug]: display issues for slot props in Storybook #27908