refactor(scripts): separate /storybook and /webpack and introduce barrel api within /webpack#26072
Merged
Hotell merged 2 commits intomicrosoft:masterfrom Dec 23, 2022
Conversation
…ell api within /webpack
/storybook and /webpack and introduce barell api within /webpack
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: c12218d1b3f86d2db62131490dc04651821c334b (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 be47b9a:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 1574 | 1585 | 5000 | |
| Button | mount | 1128 | 1122 | 5000 | |
| FluentProvider | mount | 1892 | 1917 | 5000 | |
| FluentProviderWithTheme | mount | 749 | 786 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 718 | 701 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 740 | 748 | 10 | |
| MakeStyles | mount | 2278 | 2335 | 50000 | |
| Persona | mount | 3568 | 3614 | 5000 | |
| SpinButton | mount | 2968 | 3049 | 5000 |
Collaborator
🕵 fluentuiv8 No visual regressions between this PR and main |
Collaborator
Perf Analysis (
|
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| GroupedList | mount | 2239 | 2601 | 2 | Possible regression |
All results
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| BaseButton | mount | 1405 | 1377 | 5000 | |
| Breadcrumb | mount | 3467 | 3444 | 1000 | |
| Checkbox | mount | 3058 | 3062 | 5000 | |
| CheckboxBase | mount | 2834 | 2779 | 5000 | |
| ChoiceGroup | mount | 5156 | 5218 | 5000 | |
| ComboBox | mount | 1475 | 1437 | 1000 | |
| CommandBar | mount | 11291 | 11224 | 1000 | |
| ContextualMenu | mount | 12698 | 12707 | 1000 | |
| DefaultButton | mount | 1643 | 1625 | 5000 | |
| DetailsRow | mount | 4246 | 4222 | 5000 | |
| DetailsRowFast | mount | 4446 | 4228 | 5000 | |
| DetailsRowNoStyles | mount | 4072 | 4068 | 5000 | |
| Dialog | mount | 3582 | 3698 | 1000 | |
| DocumentCardTitle | mount | 689 | 679 | 1000 | |
| Dropdown | mount | 3864 | 3837 | 5000 | |
| FocusTrapZone | mount | 2426 | 2414 | 5000 | |
| FocusZone | mount | 2387 | 2357 | 5000 | |
| GroupedList | mount | 2239 | 2601 | 2 | Possible regression |
| GroupedList | virtual-rerender | 1317 | 1350 | 2 | |
| GroupedList | virtual-rerender-with-unmount | 1974 | 1999 | 2 | |
| GroupedListV2 | mount | 673 | 677 | 2 | |
| GroupedListV2 | virtual-rerender | 649 | 658 | 2 | |
| GroupedListV2 | virtual-rerender-with-unmount | 686 | 669 | 2 | |
| IconButton | mount | 2250 | 2232 | 5000 | |
| Label | mount | 883 | 865 | 5000 | |
| Layer | mount | 5119 | 5167 | 5000 | |
| Link | mount | 975 | 986 | 5000 | |
| MenuButton | mount | 2007 | 1978 | 5000 | |
| MessageBar | mount | 2778 | 2770 | 5000 | |
| Nav | mount | 3854 | 3891 | 1000 | |
| OverflowSet | mount | 1629 | 1630 | 5000 | |
| Panel | mount | 3003 | 3020 | 1000 | |
| Persona | mount | 1536 | 1568 | 1000 | |
| Pivot | mount | 1933 | 1905 | 1000 | |
| PrimaryButton | mount | 1805 | 1844 | 5000 | |
| Rating | mount | 8216 | 8376 | 5000 | |
| SearchBox | mount | 1779 | 1835 | 5000 | |
| Shimmer | mount | 3371 | 3371 | 5000 | |
| Slider | mount | 2447 | 2544 | 5000 | |
| SpinButton | mount | 5497 | 5562 | 5000 | |
| Spinner | mount | 962 | 954 | 5000 | |
| SplitButton | mount | 3651 | 3629 | 5000 | |
| Stack | mount | 990 | 992 | 5000 | |
| StackWithIntrinsicChildren | mount | 2759 | 2794 | 5000 | |
| StackWithTextChildren | mount | 5746 | 5706 | 5000 | |
| SwatchColorPicker | mount | 12222 | 12418 | 5000 | |
| TagPicker | mount | 3352 | 3080 | 5000 | |
| TeachingBubble | mount | 97978 | 100276 | 5000 | |
| Text | mount | 953 | 945 | 5000 | |
| TextField | mount | 1868 | 1904 | 5000 | |
| ThemeProvider | mount | 1832 | 1844 | 5000 | |
| ThemeProvider | virtual-rerender | 1257 | 1248 | 5000 | |
| ThemeProvider | virtual-rerender-with-unmount | 2494 | 2545 | 5000 | |
| Toggle | mount | 1314 | 1312 | 5000 | |
| buttonNative | mount | 633 | 628 | 5000 |
Collaborator
🕵 FluentUI-v0 No visual regressions between this PR and main |
/storybook and /webpack and introduce barell api within /webpack/storybook and /webpack and introduce barrel api within /webpack
khmakoto
approved these changes
Dec 22, 2022
spmonahan
approved these changes
Dec 22, 2022
TristanWatanabe
approved these changes
Dec 22, 2022
Closed
18 tasks
q1b
pushed a commit
to q1b/fluentui
that referenced
this pull request
Jan 24, 2023
… barrel api within `/webpack` (microsoft#26072) * refactor(scripts): separate /storybook and /webpack and introduce barell api within /webpack * generate change files
Hotell
added a commit
to Hotell/fluentui
that referenced
this pull request
Feb 9, 2023
… barrel api within `/webpack` (microsoft#26072) * refactor(scripts): separate /storybook and /webpack and introduce barell api within /webpack * generate change files
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
/storybookcontains mixed v8 and v9 code/webpackexposes deep imports for v8 toolingNew Behavior
/storybookcontains only v9 code/webpackuses barrel file to prevent deep importsRelated Issue(s)
/scripts) #24349