docs(react-infobutton): Update stories to show better guidance#28144
Merged
sopranopillow merged 2 commits intomicrosoft:masterfrom Jun 6, 2023
Merged
docs(react-infobutton): Update stories to show better guidance#28144sopranopillow merged 2 commits intomicrosoft:masterfrom
sopranopillow merged 2 commits intomicrosoft:masterfrom
Conversation
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 550 | 596 | 5000 | |
| Button | mount | 299 | 306 | 5000 | |
| Field | mount | 1042 | 1007 | 5000 | |
| FluentProvider | mount | 634 | 653 | 5000 | |
| FluentProviderWithTheme | mount | 84 | 87 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 71 | 72 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 75 | 77 | 10 | |
| InfoButton | mount | 10 | 11 | 5000 | |
| MakeStyles | mount | 865 | 861 | 50000 | |
| Persona | mount | 1615 | 1558 | 5000 | |
| SpinButton | mount | 1291 | 1243 | 5000 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7fe87d2:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 1b46051516afdf0f7e2def938627cfd31a3df054 (build) |
khmakoto
approved these changes
Jun 6, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jun 13, 2023
* master: applying package updates doc: Remove wrong recommendation from input (microsoft#28168) fix: Outline color now respects OS force colors settings (microsoft#28182) Datepicker onCalendarOpenStateChange prop (microsoft#28136) feat(react-file-type-icons): Add getFileTypeIconAsUrl utility (microsoft#27336) applying package updates [FIX] Updates selection dot and label positioning for ChoiceGroupOption when an Image or Icon is present. (microsoft#28173) chore(react-infobutton): Rename InfoTip to InfoIcon (microsoft#28177) fix(react-datepicker-compat): Make DatePicker Compat stories SSR safe (microsoft#28017) Added `tab` focus mode to the Breadcrumb (microsoft#28046) docs: Add usable documentation (microsoft#28155) applying package updates Fix up rebase code (microsoft#27864) fix: ContextualMenu indexing in sections (microsoft#28127) applying package updates fix: Layer sets focus visible classname for its FocusRectsProvider (microsoft#28157) docs(react-infobutton): Update stories to show better guidance (microsoft#28144) fix(react-avatar): Do not render the image when src prop is undefined (microsoft#28146) feat(react-datepicker-compat): Add null to value prop and handle controlled cases correctly (microsoft#28056)
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
Stories didn't show the usage of InfoButton according to the guidance.
New Behavior
Stories now show examples following the guidance.
Related Issue(s)