fix(react): exclude React.HTMLAttributes defined content prop for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes#27467
Merged
Hotell merged 2 commits intomicrosoft:masterfrom Apr 21, 2023
Conversation
…ooltipHost Prop types to mitigate @types/react breaking changes
content prop for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes
Hotell
commented
Apr 6, 2023
|
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 2889296:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ae395e3df3e5ab09946953157b2d3d5434c4db0e (build) |
Collaborator
📊 Bundle size report🤖 This report was generated against ae395e3df3e5ab09946953157b2d3d5434c4db0e |
fabricteam
reviewed
Apr 6, 2023
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| BaseButton | mount | 824 | 839 | 5000 | |
| Breadcrumb | mount | 2193 | 2202 | 1000 | |
| Checkbox | mount | 2161 | 2178 | 5000 | |
| CheckboxBase | mount | 1892 | 1862 | 5000 | |
| ChoiceGroup | mount | 3739 | 3822 | 5000 | |
| ComboBox | mount | 892 | 875 | 1000 | |
| CommandBar | mount | 7931 | 7922 | 1000 | |
| ContextualMenu | mount | 15997 | 15856 | 1000 | |
| DefaultButton | mount | 1001 | 1003 | 5000 | |
| DetailsRow | mount | 2934 | 2928 | 5000 | |
| DetailsRowFast | mount | 2922 | 2954 | 5000 | |
| DetailsRowNoStyles | mount | 2703 | 2703 | 5000 | |
| Dialog | mount | 3506 | 3490 | 1000 | |
| DocumentCardTitle | mount | 304 | 311 | 1000 | |
| Dropdown | mount | 2560 | 2535 | 5000 | |
| FocusTrapZone | mount | 1495 | 1494 | 5000 | |
| FocusZone | mount | 1478 | 1470 | 5000 | |
| GroupedList | mount | 49714 | 57625 | 2 | |
| GroupedList | virtual-rerender | 24170 | 24071 | 2 | |
| GroupedList | virtual-rerender-with-unmount | 73923 | 74111 | 2 | |
| GroupedListV2 | mount | 324 | 316 | 2 | |
| GroupedListV2 | virtual-rerender | 285 | 294 | 2 | |
| GroupedListV2 | virtual-rerender-with-unmount | 309 | 310 | 2 | |
| IconButton | mount | 1428 | 1418 | 5000 | |
| Label | mount | 453 | 451 | 5000 | |
| Layer | mount | 3612 | 3617 | 5000 | |
| Link | mount | 535 | 527 | 5000 | |
| MenuButton | mount | 1229 | 1240 | 5000 | |
| MessageBar | mount | 27606 | 27503 | 5000 | |
| Nav | mount | 2570 | 2567 | 1000 | |
| OverflowSet | mount | 1029 | 1030 | 5000 | |
| Panel | mount | 2306 | 2265 | 1000 | |
| Persona | mount | 976 | 994 | 1000 | |
| Pivot | mount | 1163 | 1185 | 1000 | |
| PrimaryButton | mount | 1074 | 1105 | 5000 | |
| Rating | mount | 5816 | 5775 | 5000 | |
| SearchBox | mount | 1149 | 1138 | 5000 | |
| Shimmer | mount | 2345 | 2373 | 5000 | |
| Slider | mount | 1755 | 1759 | 5000 | |
| SpinButton | mount | 3758 | 3760 | 5000 | |
| Spinner | mount | 528 | 534 | 5000 | |
| SplitButton | mount | 2464 | 2425 | 5000 | |
| Stack | mount | 532 | 527 | 5000 | |
| StackWithIntrinsicChildren | mount | 1160 | 1129 | 5000 | |
| StackWithTextChildren | mount | 3229 | 3243 | 5000 | |
| SwatchColorPicker | mount | 8119 | 8226 | 5000 | |
| TagPicker | mount | 2011 | 2011 | 5000 | |
| Text | mount | 491 | 500 | 5000 | |
| TextField | mount | 1212 | 1183 | 5000 | |
| ThemeProvider | mount | 1143 | 1128 | 5000 | |
| ThemeProvider | virtual-rerender | 775 | 779 | 5000 | |
| ThemeProvider | virtual-rerender-with-unmount | 1756 | 1750 | 5000 | |
| Toggle | mount | 786 | 806 | 5000 | |
| buttonNative | mount | 288 | 290 | 5000 |
behowell
approved these changes
Apr 6, 2023
ling1726
approved these changes
Apr 21, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Apr 24, 2023
* master: (58 commits) fix(react-datepicker-compat): Make onValidationError onValidationResult so the error is updated when there's no longer an error (microsoft#27655) Fix `@fluentui/react-portal-compat`: to be compatible with React 18 (microsoft#27577) chore: fix versions of @fluentui/react-datepicker-compat (microsoft#27666) applying package updates applying package updates Make line chart screen reader accessible (microsoft#27632) fix(react-examples): Improve keyboard navigation in ContextualMenu.CustomMenuList (microsoft#25172) docs(react-textarea): Update examples to use Field (microsoft#27644) bugfix(react-dialog): `DialogTitle` root as `h2` by default (microsoft#27555) applying package updates chore: restructure stories, add separate category for flat tree (microsoft#27586) fix document link (microsoft#27499) fix(react): exclude React.HTMLAttributes defined `content` prop for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes (microsoft#27467) chore(react-tabs): adopts custom JSX pragma (microsoft#27640) fix: ContextualMenuSplitButton always sets aria-checked (does not leave it undefined) when it is checkable (microsoft#27650) feat(react-datepicker-compat): Move DatePicker compat to stable (microsoft#27378) bugfix(react-tree): fix parent navigation after independency from id (microsoft#27642) applying package updates feat(react-datepicker-compat): Add error handling to DatePicker and update popup's padding (microsoft#27637) feat(public-docsite): Add banner to React component pages to promote v9 (microsoft#27557) ...
marcosmoura
pushed a commit
to marcosmoura/fluentui
that referenced
this pull request
Apr 25, 2023
…ooltip and TooltipHost Prop types to mitigate @types/react breaking changes (microsoft#27467) * fix(react):exclude HTMLAttributes defined 'content' for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes * generate changefile
TristanWatanabe
added a commit
to TristanWatanabe/fluentui
that referenced
this pull request
Jun 16, 2023
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.
see DefinitelyTyped/DefinitelyTyped#64999 (comment)
Related Issue(s)
@types/react@17.0.56contains breaking change that failstscon fluentui/react (V8) #27425