-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix: update fast-foundation with fix for form associated memory leak #29806
Merged
chrisdholt
merged 3 commits into
microsoft:master
from
chrisdholt:users/chhol/update-foundation-to-fix-form-associated-memory-leak
Feb 29, 2024
Merged
fix: update fast-foundation with fix for form associated memory leak #29806
chrisdholt
merged 3 commits into
microsoft:master
from
chrisdholt:users/chhol/update-foundation-to-fix-form-associated-memory-leak
Feb 29, 2024
Conversation
This file contains 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
2095e18
to
b59ae46
Compare
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 630 | 635 | 5000 | |
Button | mount | 317 | 285 | 5000 | |
Field | mount | 1128 | 1125 | 5000 | |
FluentProvider | mount | 679 | 696 | 5000 | |
FluentProviderWithTheme | mount | 81 | 86 | 10 | |
FluentProviderWithTheme | virtual-rerender | 64 | 61 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 78 | 73 | 10 | |
MakeStyles | mount | 851 | 855 | 50000 | |
Persona | mount | 1731 | 1686 | 5000 | |
SpinButton | mount | 1399 | 1384 | 5000 |
🕵 fluentuiv8 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Current PR Ticks | Baseline Ticks | Ratio |
---|---|---|---|
ButtonMinimalPerf.default | 101 | 80 | 1.26:1 |
PortalMinimalPerf.default | 96 | 83 | 1.16:1 |
AccordionMinimalPerf.default | 88 | 81 | 1.09:1 |
IconMinimalPerf.default | 398 | 366 | 1.09:1 |
HeaderSlotsPerf.default | 476 | 441 | 1.08:1 |
DividerMinimalPerf.default | 204 | 193 | 1.06:1 |
AlertMinimalPerf.default | 156 | 149 | 1.05:1 |
AvatarMinimalPerf.default | 113 | 108 | 1.05:1 |
BoxMinimalPerf.default | 190 | 181 | 1.05:1 |
HeaderMinimalPerf.default | 214 | 204 | 1.05:1 |
ListMinimalPerf.default | 318 | 304 | 1.05:1 |
MenuMinimalPerf.default | 519 | 495 | 1.05:1 |
PopupMinimalPerf.default | 368 | 351 | 1.05:1 |
SkeletonMinimalPerf.default | 201 | 192 | 1.05:1 |
SplitButtonMinimalPerf.default | 2295 | 2214 | 1.04:1 |
AttachmentSlotsPerf.default | 661 | 640 | 1.03:1 |
CarouselMinimalPerf.default | 263 | 256 | 1.03:1 |
CheckboxMinimalPerf.default | 1159 | 1125 | 1.03:1 |
ItemLayoutMinimalPerf.default | 714 | 692 | 1.03:1 |
ProviderMergeThemesPerf.default | 653 | 635 | 1.03:1 |
TableMinimalPerf.default | 238 | 231 | 1.03:1 |
DialogMinimalPerf.default | 446 | 438 | 1.02:1 |
RosterPerf.default | 1571 | 1534 | 1.02:1 |
RefMinimalPerf.default | 112 | 110 | 1.02:1 |
TextAreaMinimalPerf.default | 296 | 290 | 1.02:1 |
ButtonOverridesMissPerf.default | 644 | 638 | 1.01:1 |
ChatWithPopoverPerf.default | 193 | 192 | 1.01:1 |
DatepickerMinimalPerf.default | 3537 | 3511 | 1.01:1 |
DropdownManyItemsPerf.default | 390 | 388 | 1.01:1 |
DropdownMinimalPerf.default | 1430 | 1418 | 1.01:1 |
EmbedMinimalPerf.default | 1883 | 1860 | 1.01:1 |
LoaderMinimalPerf.default | 195 | 194 | 1.01:1 |
ProviderMinimalPerf.default | 209 | 206 | 1.01:1 |
ReactionMinimalPerf.default | 220 | 217 | 1.01:1 |
ButtonSlotsPerf.default | 312 | 312 | 1:1 |
CardMinimalPerf.default | 302 | 302 | 1:1 |
ChatDuplicateMessagesPerf.default | 151 | 151 | 1:1 |
ListNestedPerf.default | 336 | 336 | 1:1 |
MenuButtonMinimalPerf.default | 964 | 966 | 1:1 |
TreeWith60ListItems.default | 90 | 90 | 1:1 |
VideoMinimalPerf.default | 442 | 441 | 1:1 |
AnimationMinimalPerf.default | 307 | 309 | 0.99:1 |
FormMinimalPerf.default | 222 | 224 | 0.99:1 |
LayoutMinimalPerf.default | 200 | 202 | 0.99:1 |
RadioGroupMinimalPerf.default | 266 | 269 | 0.99:1 |
SegmentMinimalPerf.default | 194 | 196 | 0.99:1 |
ToolbarMinimalPerf.default | 545 | 552 | 0.99:1 |
TooltipMinimalPerf.default | 1269 | 1288 | 0.99:1 |
TreeMinimalPerf.default | 481 | 487 | 0.99:1 |
ImageMinimalPerf.default | 227 | 232 | 0.98:1 |
TableManyItemsPerf.default | 1067 | 1093 | 0.98:1 |
CustomToolbarPrototype.default | 1458 | 1484 | 0.98:1 |
ChatMinimalPerf.default | 425 | 437 | 0.97:1 |
FlexMinimalPerf.default | 153 | 157 | 0.97:1 |
InputMinimalPerf.default | 542 | 557 | 0.97:1 |
LabelMinimalPerf.default | 220 | 226 | 0.97:1 |
ListWith60ListItems.default | 365 | 375 | 0.97:1 |
SliderMinimalPerf.default | 738 | 759 | 0.97:1 |
TextMinimalPerf.default | 192 | 197 | 0.97:1 |
StatusMinimalPerf.default | 385 | 403 | 0.96:1 |
GridMinimalPerf.default | 180 | 191 | 0.94:1 |
ListCommonPerf.default | 386 | 411 | 0.94:1 |
AttachmentMinimalPerf.default | 79 | 85 | 0.93:1 |
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. |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 624 | 619 | 5000 | |
Breadcrumb | mount | 1673 | 1672 | 1000 | |
Checkbox | mount | 1687 | 1684 | 5000 | |
CheckboxBase | mount | 1471 | 1474 | 5000 | |
ChoiceGroup | mount | 2842 | 2921 | 5000 | |
ComboBox | mount | 663 | 657 | 1000 | |
CommandBar | mount | 6155 | 6196 | 1000 | |
ContextualMenu | mount | 11849 | 12058 | 1000 | |
DefaultButton | mount | 756 | 751 | 5000 | |
DetailsRow | mount | 2234 | 2201 | 5000 | |
DetailsRowFast | mount | 2198 | 2272 | 5000 | |
DetailsRowNoStyles | mount | 2035 | 2012 | 5000 | |
Dialog | mount | 2667 | 2606 | 1000 | |
DocumentCardTitle | mount | 232 | 223 | 1000 | |
Dropdown | mount | 1990 | 1963 | 5000 | |
FocusTrapZone | mount | 1167 | 1165 | 5000 | |
FocusZone | mount | 1082 | 1045 | 5000 | |
GroupedList | mount | 42044 | 42446 | 2 | |
GroupedList | virtual-rerender | 20187 | 20229 | 2 | |
GroupedList | virtual-rerender-with-unmount | 52935 | 51108 | 2 | |
GroupedListV2 | mount | 228 | 225 | 2 | |
GroupedListV2 | virtual-rerender | 198 | 214 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 228 | 221 | 2 | |
IconButton | mount | 1114 | 1118 | 5000 | |
Label | mount | 335 | 332 | 5000 | |
Layer | mount | 2695 | 2754 | 5000 | |
Link | mount | 391 | 392 | 5000 | |
MenuButton | mount | 978 | 947 | 5000 | |
MessageBar | mount | 21492 | 21454 | 5000 | |
Nav | mount | 1936 | 1958 | 1000 | |
OverflowSet | mount | 793 | 774 | 5000 | |
Panel | mount | 1775 | 1792 | 1000 | |
Persona | mount | 748 | 760 | 1000 | |
Pivot | mount | 876 | 882 | 1000 | |
PrimaryButton | mount | 836 | 823 | 5000 | |
Rating | mount | 4557 | 4680 | 5000 | |
SearchBox | mount | 938 | 909 | 5000 | |
Shimmer | mount | 1852 | 1861 | 5000 | |
Slider | mount | 1343 | 1339 | 5000 | |
SpinButton | mount | 2889 | 2828 | 5000 | |
Spinner | mount | 378 | 383 | 5000 | |
SplitButton | mount | 1856 | 1852 | 5000 | |
Stack | mount | 402 | 397 | 5000 | |
StackWithIntrinsicChildren | mount | 851 | 864 | 5000 | |
StackWithTextChildren | mount | 2643 | 2616 | 5000 | |
SwatchColorPicker | mount | 6227 | 6180 | 5000 | |
TagPicker | mount | 1476 | 1477 | 5000 | |
Text | mount | 371 | 371 | 5000 | |
TextField | mount | 919 | 922 | 5000 | |
ThemeProvider | mount | 827 | 808 | 5000 | |
ThemeProvider | virtual-rerender | 582 | 573 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 1296 | 1308 | 5000 | |
Toggle | mount | 587 | 600 | 5000 | |
buttonNative | mount | 183 | 193 | 5000 |
🕵 FluentUIV0 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: 506c225d88c8d1452cf64dffad3d7243ad161d11 (build) |
🕵 fluentuiv9 No visual regressions between this PR and main |
tudorpopams
approved these changes
Nov 14, 2023
…associated-memory-leak
…associated-memory-leak
2 tasks
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
Form Associated base class did not call super.disconnectedCallback()
New Behavior
The class correctly calls super.disconnectedCallback();
Related Issue(s)