-
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
feat(react-persona): Move Persona to stable #26114
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 5b9042fea309185404fb2c8b8986d46381af8241 (build) |
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 661380f:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1657 | 1681 | 5000 | |
Button | mount | 1150 | 1148 | 5000 | |
FluentProvider | mount | 1968 | 1983 | 5000 | |
FluentProviderWithTheme | mount | 712 | 741 | 10 | |
FluentProviderWithTheme | virtual-rerender | 682 | 679 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 715 | 725 | 10 | |
MakeStyles | mount | 2303 | 2305 | 50000 | |
Persona | mount | 3854 | 3919 | 5000 | |
SpinButton | mount | 3191 | 3301 | 5000 |
🕵 fluentuiv8 No visual regressions between this PR and main |
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
🕵 fluentuiv9 No visual regressions between this PR and main |
🕵 FluentUI-v0 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 1203 | 1180 | 5000 | |
Breadcrumb | mount | 2985 | 2991 | 1000 | |
Checkbox | mount | 2662 | 2649 | 5000 | |
CheckboxBase | mount | 2351 | 2361 | 5000 | |
ChoiceGroup | mount | 4443 | 4415 | 5000 | |
ComboBox | mount | 1264 | 1256 | 1000 | |
CommandBar | mount | 9778 | 9768 | 1000 | |
ContextualMenu | mount | 12300 | 11950 | 1000 | |
DefaultButton | mount | 1382 | 1390 | 5000 | |
DetailsRow | mount | 3594 | 3595 | 5000 | |
DetailsRowFast | mount | 3642 | 3610 | 5000 | |
DetailsRowNoStyles | mount | 3471 | 3511 | 5000 | |
Dialog | mount | 3086 | 3123 | 1000 | |
DocumentCardTitle | mount | 564 | 571 | 1000 | |
Dropdown | mount | 3212 | 3242 | 5000 | |
FocusTrapZone | mount | 2034 | 2020 | 5000 | |
FocusZone | mount | 1943 | 2004 | 5000 | |
GroupedList | mount | 1921 | 2206 | 2 | |
GroupedList | virtual-rerender | 1134 | 1136 | 2 | |
GroupedList | virtual-rerender-with-unmount | 1705 | 1663 | 2 | |
GroupedListV2 | mount | 579 | 579 | 2 | |
GroupedListV2 | virtual-rerender | 538 | 533 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 580 | 581 | 2 | |
IconButton | mount | 1906 | 1914 | 5000 | |
Label | mount | 722 | 744 | 5000 | |
Layer | mount | 4323 | 4342 | 5000 | |
Link | mount | 822 | 827 | 5000 | |
MenuButton | mount | 1652 | 1688 | 5000 | |
MessageBar | mount | 2319 | 2329 | 5000 | |
Nav | mount | 3256 | 3318 | 1000 | |
OverflowSet | mount | 1353 | 1338 | 5000 | |
Panel | mount | 2553 | 2549 | 1000 | |
Persona | mount | 1304 | 1310 | 1000 | |
Pivot | mount | 1646 | 1634 | 1000 | |
PrimaryButton | mount | 1513 | 1523 | 5000 | |
Rating | mount | 6911 | 6948 | 5000 | |
SearchBox | mount | 1502 | 1504 | 5000 | |
Shimmer | mount | 2915 | 2909 | 5000 | |
Slider | mount | 2083 | 2124 | 5000 | |
SpinButton | mount | 4636 | 4656 | 5000 | |
Spinner | mount | 805 | 802 | 5000 | |
SplitButton | mount | 3091 | 3125 | 5000 | |
Stack | mount | 824 | 828 | 5000 | |
StackWithIntrinsicChildren | mount | 2310 | 2303 | 5000 | |
StackWithTextChildren | mount | 4771 | 4797 | 5000 | |
SwatchColorPicker | mount | 10474 | 10469 | 5000 | |
TagPicker | mount | 2626 | 2649 | 5000 | |
TeachingBubble | mount | 95990 | 96734 | 5000 | |
Text | mount | 791 | 794 | 5000 | |
TextField | mount | 1575 | 1588 | 5000 | |
ThemeProvider | mount | 1520 | 1536 | 5000 | |
ThemeProvider | virtual-rerender | 1079 | 1080 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 2144 | 2135 | 5000 | |
Toggle | mount | 1100 | 1105 | 5000 | |
buttonNative | mount | 547 | 555 | 5000 |
…to persona/stable
* preparing persona to release * updating disallowed changes * change files * updating combobx stories * updating persona's stories * update persona import * updating change type of react-componentS * updating change types and package version to automatically bump to 9.1.0 * updating packages * reverting packages * adding requested changeS * changing type to change file to fix beachball issue
* preparing persona to release * updating disallowed changes * change files * updating combobx stories * updating persona's stories * update persona import * updating change type of react-componentS * updating change types and package version to automatically bump to 9.1.0 * updating packages * reverting packages * adding requested changeS * changing type to change file to fix beachball issue
This PR moves Persona to stable.
Related Issue(s)