-
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
People picker prototype #30306
Closed
ling1726
wants to merge
20
commits into
microsoft:master
from
ling1726:react-combobox/feat/active-descendant-vanilla
Closed
People picker prototype #30306
ling1726
wants to merge
20
commits into
microsoft:master
from
ling1726:react-combobox/feat/active-descendant-vanilla
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
ling1726
force-pushed
the
react-combobox/feat/active-descendant-vanilla
branch
from
January 12, 2024 18:43
680a423
to
5d451c9
Compare
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. |
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 640 | 605 | 5000 | |
Button | mount | 299 | 295 | 5000 | |
Field | mount | 1166 | 1144 | 5000 | |
FluentProvider | mount | 688 | 713 | 5000 | |
FluentProviderWithTheme | mount | 82 | 79 | 10 | |
FluentProviderWithTheme | virtual-rerender | 62 | 65 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 71 | 78 | 10 | |
MakeStyles | mount | 834 | 870 | 50000 | |
Persona | mount | 1750 | 1750 | 5000 | |
SpinButton | mount | 1381 | 1378 | 5000 |
🕵 fluentuiv8 No visual regressions between this PR and main |
github-actions
bot
modified the milestones:
January Project Cycle Q1 2024,
February Project Cycle Q1 2024
Feb 10, 2024
ling1726
changed the title
feat: activedescendant works with vanilla JS
People picker prototype
Feb 12, 2024
Perf Analysis (
|
Scenario | Current PR Ticks | Baseline Ticks | Ratio |
---|---|---|---|
RefMinimalPerf.default | 120 | 107 | 1.12:1 |
AccordionMinimalPerf.default | 89 | 80 | 1.11:1 |
AttachmentMinimalPerf.default | 89 | 80 | 1.11:1 |
HeaderMinimalPerf.default | 224 | 202 | 1.11:1 |
TreeWith60ListItems.default | 91 | 82 | 1.11:1 |
ChatDuplicateMessagesPerf.default | 169 | 153 | 1.1:1 |
AlertMinimalPerf.default | 162 | 152 | 1.07:1 |
FlexMinimalPerf.default | 162 | 151 | 1.07:1 |
TextAreaMinimalPerf.default | 304 | 284 | 1.07:1 |
RadioGroupMinimalPerf.default | 261 | 247 | 1.06:1 |
TableMinimalPerf.default | 236 | 222 | 1.06:1 |
FormMinimalPerf.default | 227 | 216 | 1.05:1 |
GridMinimalPerf.default | 195 | 185 | 1.05:1 |
ItemLayoutMinimalPerf.default | 739 | 707 | 1.05:1 |
MenuMinimalPerf.default | 519 | 493 | 1.05:1 |
AnimationMinimalPerf.default | 305 | 292 | 1.04:1 |
ButtonSlotsPerf.default | 315 | 304 | 1.04:1 |
DividerMinimalPerf.default | 221 | 213 | 1.04:1 |
ListMinimalPerf.default | 316 | 304 | 1.04:1 |
ListNestedPerf.default | 338 | 326 | 1.04:1 |
BoxMinimalPerf.default | 197 | 191 | 1.03:1 |
ChatMinimalPerf.default | 442 | 431 | 1.03:1 |
ProviderMinimalPerf.default | 202 | 197 | 1.03:1 |
ReactionMinimalPerf.default | 209 | 203 | 1.03:1 |
AvatarMinimalPerf.default | 111 | 109 | 1.02:1 |
ButtonOverridesMissPerf.default | 669 | 658 | 1.02:1 |
CheckboxMinimalPerf.default | 1195 | 1175 | 1.02:1 |
DatepickerMinimalPerf.default | 3668 | 3606 | 1.02:1 |
DialogMinimalPerf.default | 455 | 448 | 1.02:1 |
DropdownMinimalPerf.default | 1467 | 1445 | 1.02:1 |
InputMinimalPerf.default | 549 | 539 | 1.02:1 |
LabelMinimalPerf.default | 223 | 219 | 1.02:1 |
TableManyItemsPerf.default | 1138 | 1116 | 1.02:1 |
TextMinimalPerf.default | 198 | 194 | 1.02:1 |
ToolbarMinimalPerf.default | 540 | 530 | 1.02:1 |
TreeMinimalPerf.default | 487 | 479 | 1.02:1 |
ButtonMinimalPerf.default | 93 | 92 | 1.01:1 |
EmbedMinimalPerf.default | 1919 | 1905 | 1.01:1 |
ImageMinimalPerf.default | 225 | 222 | 1.01:1 |
SegmentMinimalPerf.default | 195 | 194 | 1.01:1 |
SliderMinimalPerf.default | 781 | 774 | 1.01:1 |
CustomToolbarPrototype.default | 1494 | 1476 | 1.01:1 |
VideoMinimalPerf.default | 436 | 431 | 1.01:1 |
AttachmentSlotsPerf.default | 665 | 667 | 1:1 |
DropdownManyItemsPerf.default | 392 | 391 | 1:1 |
MenuButtonMinimalPerf.default | 950 | 954 | 1:1 |
PortalMinimalPerf.default | 86 | 86 | 1:1 |
ProviderMergeThemesPerf.default | 630 | 629 | 1:1 |
SkeletonMinimalPerf.default | 198 | 198 | 1:1 |
SplitButtonMinimalPerf.default | 2273 | 2274 | 1:1 |
StatusMinimalPerf.default | 396 | 397 | 1:1 |
IconMinimalPerf.default | 398 | 399 | 1:1 |
CardMinimalPerf.default | 305 | 307 | 0.99:1 |
RosterPerf.default | 1532 | 1550 | 0.99:1 |
TooltipMinimalPerf.default | 1273 | 1281 | 0.99:1 |
CarouselMinimalPerf.default | 256 | 262 | 0.98:1 |
ListWith60ListItems.default | 366 | 374 | 0.98:1 |
LoaderMinimalPerf.default | 189 | 193 | 0.98:1 |
PopupMinimalPerf.default | 353 | 360 | 0.98:1 |
HeaderSlotsPerf.default | 472 | 488 | 0.97:1 |
ChatWithPopoverPerf.default | 187 | 194 | 0.96:1 |
ListCommonPerf.default | 377 | 392 | 0.96:1 |
LayoutMinimalPerf.default | 191 | 202 | 0.95:1 |
🕵 fluentuiv9 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 632 | 611 | 5000 | |
Breadcrumb | mount | 1672 | 1690 | 1000 | |
Checkbox | mount | 1686 | 1687 | 5000 | |
CheckboxBase | mount | 1472 | 1463 | 5000 | |
ChoiceGroup | mount | 3010 | 2987 | 5000 | |
ComboBox | mount | 643 | 657 | 1000 | |
CommandBar | mount | 6226 | 6202 | 1000 | |
ContextualMenu | mount | 12026 | 12049 | 1000 | |
DefaultButton | mount | 758 | 747 | 5000 | |
DetailsRow | mount | 2192 | 2180 | 5000 | |
DetailsRowFast | mount | 2173 | 2141 | 5000 | |
DetailsRowNoStyles | mount | 2058 | 2011 | 5000 | |
Dialog | mount | 2837 | 2633 | 1000 | |
DocumentCardTitle | mount | 228 | 208 | 1000 | |
Dropdown | mount | 1964 | 1968 | 5000 | |
FocusTrapZone | mount | 1145 | 1141 | 5000 | |
FocusZone | mount | 1067 | 1104 | 5000 | |
GroupedList | mount | 41388 | 41454 | 2 | |
GroupedList | virtual-rerender | 19982 | 19913 | 2 | |
GroupedList | virtual-rerender-with-unmount | 50567 | 50540 | 2 | |
GroupedListV2 | mount | 234 | 228 | 2 | |
GroupedListV2 | virtual-rerender | 217 | 195 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 222 | 231 | 2 | |
IconButton | mount | 1086 | 1071 | 5000 | |
Label | mount | 339 | 332 | 5000 | |
Layer | mount | 2690 | 2717 | 5000 | |
Link | mount | 388 | 384 | 5000 | |
MenuButton | mount | 962 | 939 | 5000 | |
MessageBar | mount | 21510 | 21692 | 5000 | |
Nav | mount | 1977 | 1943 | 1000 | |
OverflowSet | mount | 769 | 772 | 5000 | |
Panel | mount | 2044 | 1768 | 1000 | |
Persona | mount | 747 | 765 | 1000 | |
Pivot | mount | 874 | 850 | 1000 | |
PrimaryButton | mount | 852 | 856 | 5000 | |
Rating | mount | 4601 | 4538 | 5000 | |
SearchBox | mount | 911 | 909 | 5000 | |
Shimmer | mount | 1888 | 1801 | 5000 | |
Slider | mount | 1299 | 1300 | 5000 | |
SpinButton | mount | 2812 | 2908 | 5000 | |
Spinner | mount | 380 | 385 | 5000 | |
SplitButton | mount | 1823 | 1845 | 5000 | |
Stack | mount | 421 | 410 | 5000 | |
StackWithIntrinsicChildren | mount | 840 | 837 | 5000 | |
StackWithTextChildren | mount | 2576 | 2566 | 5000 | |
SwatchColorPicker | mount | 6072 | 6117 | 5000 | |
TagPicker | mount | 1452 | 1469 | 5000 | |
Text | mount | 388 | 366 | 5000 | |
TextField | mount | 931 | 912 | 5000 | |
ThemeProvider | mount | 830 | 836 | 5000 | |
ThemeProvider | virtual-rerender | 581 | 568 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 1259 | 1250 | 5000 | |
Toggle | mount | 621 | 603 | 5000 | |
buttonNative | mount | 198 | 188 | 5000 |
🕵 FluentUIV0 No visual regressions between this PR and main |
This was referenced Feb 29, 2024
Closing for housekeeping 🏡 Feel free to re-open |
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.
Prototypes #26652