Skip to content
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

chore(react-components): split react libraries in two (/library and /stories) - cxe-red /2nd batch #31580

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

Hotell
Copy link
Contributor

@Hotell Hotell commented Jun 5, 2024

Previous Behavior

New Behavior

Note

Based on RFC v9 react packages are split in two: #30514

Package/Scaffold changes:
package split changes within react-components. before and after.

  • this PR applies the migration for cxe-red owned packages
    • fully automated via yarn nx g @fluentui/workspace-plugin:split-library-in-two --project @fluentui/react-<name>
  • api.md files needed to be re-generated ( only formatting changes - caused by inconsistent api-extractor parser )

Related Issue(s)

@github-actions github-actions bot added this to the April Project Cycle Q1 2024 milestone Jun 5, 2024
.github/CODEOWNERS Outdated Show resolved Hide resolved
Copy link

codesandbox-ci bot commented Jun 5, 2024

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.

@fabricteam
Copy link
Collaborator

fabricteam commented Jun 5, 2024

Perf Analysis (@fluentui/react-components)

Scenario Render type Master Ticks PR Ticks Iterations Status
FluentProviderWithTheme virtual-rerender 36 35 10 Possible regression
All results

Scenario Render type Master Ticks PR Ticks Iterations Status
Avatar mount 631 662 5000
Button mount 296 312 5000
Field mount 1107 1130 5000
FluentProvider mount 705 737 5000
FluentProviderWithTheme mount 82 79 10
FluentProviderWithTheme virtual-rerender 36 35 10 Possible regression
FluentProviderWithTheme virtual-rerender-with-unmount 73 73 10
MakeStyles mount 873 887 50000
Persona mount 1776 1735 5000
SpinButton mount 1378 1393 5000
SwatchPicker mount 1555 1554 5000

@fabricteam
Copy link
Collaborator

fabricteam commented Jun 5, 2024

Perf Analysis (@fluentui/react-northstar)

Perf tests with no regressions
Scenario Current PR Ticks Baseline Ticks Ratio
AttachmentMinimalPerf.default 93 79 1.18:1
TreeWith60ListItems.default 94 82 1.15:1
FlexMinimalPerf.default 164 144 1.14:1
PortalMinimalPerf.default 88 78 1.13:1
DividerMinimalPerf.default 215 193 1.11:1
ButtonSlotsPerf.default 324 295 1.1:1
LabelMinimalPerf.default 231 212 1.09:1
IconMinimalPerf.default 401 370 1.08:1
CarouselMinimalPerf.default 273 256 1.07:1
GridMinimalPerf.default 189 176 1.07:1
StatusMinimalPerf.default 405 379 1.07:1
AlertMinimalPerf.default 160 151 1.06:1
AttachmentSlotsPerf.default 673 635 1.06:1
BoxMinimalPerf.default 202 191 1.06:1
DropdownManyItemsPerf.default 402 380 1.06:1
TextAreaMinimalPerf.default 289 273 1.06:1
SegmentMinimalPerf.default 199 189 1.05:1
AnimationMinimalPerf.default 294 283 1.04:1
ChatMinimalPerf.default 443 428 1.04:1
ChatWithPopoverPerf.default 202 194 1.04:1
TextMinimalPerf.default 195 187 1.04:1
DialogMinimalPerf.default 443 430 1.03:1
EmbedMinimalPerf.default 1887 1829 1.03:1
ListMinimalPerf.default 309 301 1.03:1
ProviderMinimalPerf.default 207 201 1.03:1
ReactionMinimalPerf.default 220 213 1.03:1
CardMinimalPerf.default 314 307 1.02:1
DatepickerMinimalPerf.default 3522 3444 1.02:1
SkeletonMinimalPerf.default 198 195 1.02:1
SplitButtonMinimalPerf.default 2230 2196 1.02:1
TableManyItemsPerf.default 1118 1100 1.02:1
VideoMinimalPerf.default 440 430 1.02:1
ButtonMinimalPerf.default 84 83 1.01:1
ChatDuplicateMessagesPerf.default 153 151 1.01:1
HeaderMinimalPerf.default 208 206 1.01:1
HeaderSlotsPerf.default 466 461 1.01:1
ListNestedPerf.default 316 314 1.01:1
LoaderMinimalPerf.default 183 181 1.01:1
TableMinimalPerf.default 234 232 1.01:1
AvatarMinimalPerf.default 103 103 1:1
ButtonOverridesMissPerf.default 649 647 1:1
FormMinimalPerf.default 211 210 1:1
MenuMinimalPerf.default 507 505 1:1
MenuButtonMinimalPerf.default 932 931 1:1
CustomToolbarPrototype.default 1483 1478 1:1
CheckboxMinimalPerf.default 1119 1129 0.99:1
DropdownMinimalPerf.default 1422 1436 0.99:1
InputMinimalPerf.default 536 540 0.99:1
ItemLayoutMinimalPerf.default 697 706 0.99:1
RosterPerf.default 1592 1605 0.99:1
ProviderMergeThemesPerf.default 642 649 0.99:1
RadioGroupMinimalPerf.default 262 265 0.99:1
SliderMinimalPerf.default 744 753 0.99:1
AccordionMinimalPerf.default 79 81 0.98:1
PopupMinimalPerf.default 350 356 0.98:1
TooltipMinimalPerf.default 1243 1272 0.98:1
LayoutMinimalPerf.default 191 196 0.97:1
TreeMinimalPerf.default 464 479 0.97:1
ListWith60ListItems.default 351 366 0.96:1
ToolbarMinimalPerf.default 521 544 0.96:1
ImageMinimalPerf.default 221 235 0.94:1
ListCommonPerf.default 366 388 0.94:1
RefMinimalPerf.default 101 108 0.94:1

@fabricteam
Copy link
Collaborator

fabricteam commented Jun 5, 2024

🕵 FluentUIV0 No visual regressions between this PR and main

@fabricteam
Copy link
Collaborator

fabricteam commented Jun 5, 2024

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-field
Field
23.382 kB
8.901 kB
23.384 kB
8.903 kB
2 B
2 B
react-input
Input
27.985 kB
9.444 kB
27.987 kB
9.446 kB
2 B
2 B
react-label
Label
14.67 kB
6 kB
14.672 kB
6.002 kB
2 B
2 B
react-persona
Persona
56.19 kB
17.726 kB
56.192 kB
17.728 kB
2 B
2 B
react-progress
ProgressBar
17.084 kB
6.904 kB
17.086 kB
6.906 kB
2 B
2 B
react-select
Select
27.636 kB
10.106 kB
27.638 kB
10.108 kB
2 B
2 B
react-slider
Slider
37.168 kB
12.543 kB
37.17 kB
12.547 kB
2 B
4 B
react-switch
Switch
35.299 kB
11.345 kB
35.301 kB
11.348 kB
2 B
3 B
Unchanged fixtures
Package & Exports Size (minified/GZIP)
global-context
createContext
510 B
328 B
global-context
createContextSelector
537 B
339 B
keyboard-key
keyboard-key package
3.746 kB
1.928 kB
priority-overflow
createOverflowManager
4.457 kB
1.856 kB
react
ActivityItem
71.019 kB
23.288 kB
react
Announced
38.291 kB
13.239 kB
react
Autofill
15.365 kB
4.743 kB
react
Breadcrumb
201.877 kB
60.317 kB
react
Button
195.341 kB
56.521 kB
react
ButtonGrid
180.288 kB
54.565 kB
react
Calendar
121.542 kB
36.943 kB
react
Callout
84.108 kB
27.552 kB
react
Check
52.963 kB
17.773 kB
react
Checkbox
59.751 kB
19.806 kB
react
ChoiceGroup
65.276 kB
21.438 kB
react
ChoiceGroupOption
58.531 kB
19.309 kB
react
Coachmark
92.937 kB
29.356 kB
react
Color
7.737 kB
3.106 kB
react
ColorPicker
132.985 kB
41.502 kB
react
ComboBox
251.642 kB
72.135 kB
react
CommandBar
202.91 kB
60.025 kB
react
ContextualMenu
154.87 kB
48.119 kB
react
DatePicker
183.939 kB
56.079 kB
react
DateTimeUtilities
5.244 kB
1.849 kB
react
DetailsList
229.317 kB
65.63 kB
react
Dialog
211.201 kB
63.036 kB
react
Divider
19.399 kB
6.798 kB
react
DocumentCard
216.886 kB
64.32 kB
react
DragDrop
8.343 kB
2.724 kB
react
DraggableZone
34.109 kB
11.448 kB
react
Dropdown
233.807 kB
68.507 kB
react
ExtendedPicker
96.565 kB
27.809 kB
react
Fabric
41.537 kB
14.283 kB
react
Facepile
210.458 kB
63.087 kB
react
FloatingPicker
241.932 kB
68.878 kB
react
FocusTrapZone
16.975 kB
5.917 kB
react
FocusZone
54.844 kB
17.402 kB
react
Grid
180.288 kB
54.565 kB
react
GroupedList
134.634 kB
40.596 kB
react
GroupedListV2
122.251 kB
37.703 kB
react
HoverCard
96.969 kB
30.741 kB
react
Icon
51.644 kB
17.197 kB
react
Icons
66.305 kB
24.379 kB
react
Image
46.701 kB
15.646 kB
react
Keytip
81.482 kB
26.712 kB
react
KeytipData
13.969 kB
4.57 kB
react
KeytipLayer
103.278 kB
31.961 kB
react
Keytips
106.046 kB
32.966 kB
react
Label
38.134 kB
13.207 kB
react
Layer
47.887 kB
16.295 kB
react
Link
39.488 kB
13.614 kB
react
List
39.176 kB
12.384 kB
react
MarqueeSelection
74.321 kB
22.385 kB
react
MessageBar
190.392 kB
56.991 kB
react
Modal
93.44 kB
30.18 kB
react
Nav
187.87 kB
56.43 kB
react
OverflowSet
33.191 kB
11.252 kB
react
Overlay
40.694 kB
14.023 kB
react
Panel
200.912 kB
59.92 kB
react
Persona
114.617 kB
36.442 kB
react
PersonaCoin
114.617 kB
36.442 kB
react
PersonaPresence
57.833 kB
19.303 kB
react
Pickers
293.618 kB
82.223 kB
react
Pivot
188.784 kB
57.162 kB
react
Popup
12.242 kB
4.181 kB
react
Positioning
22.608 kB
7.63 kB
react
PositioningContainer
73.643 kB
23.706 kB
react
ProgressIndicator
39.286 kB
13.482 kB
react
Rating
81.762 kB
26.057 kB
react
Fluent UI React (entire library)
1.013 MB
281.343 kB
react
ResizeGroup
13.286 kB
4.365 kB
react
ResponsiveMode
8.078 kB
2.95 kB
react
ScrollablePane
55.325 kB
17.669 kB
react
SearchBox
188.667 kB
56.595 kB
react
SelectableOption
724 B
413 B
react
SelectedItemsList
232.427 kB
67.829 kB
react
Selection
42.252 kB
12.203 kB
react
Separator
35.183 kB
12.088 kB
react
Shimmer
49.049 kB
16.206 kB
react
ShimmeredDetailsList
240.092 kB
68.397 kB
react
Slider
57.449 kB
19.143 kB
react
SpinButton
192.395 kB
57.716 kB
react
Spinner
41.481 kB
14.412 kB
react
Stack
41.547 kB
14.233 kB
react
Sticky
32.541 kB
10.49 kB
react
Styling
45.853 kB
15.082 kB
react
SwatchColorPicker
190.614 kB
58.051 kB
react
TeachingBubble
205.667 kB
60.945 kB
react
Text
36.723 kB
12.763 kB
react
TextField
80.555 kB
25.262 kB
react
Theme
43.321 kB
14.129 kB
react
ThemeGenerator
12.34 kB
4.106 kB
react
TimePicker
241.446 kB
69.904 kB
react
Toggle
46.02 kB
15.903 kB
react
Tooltip
87.136 kB
28.164 kB
react
Utilities
82.495 kB
25.047 kB
react
Viewport
23.703 kB
7.589 kB
react
WeeklyDayPicker
101.682 kB
31.738 kB
react
WindowProvider
1.059 kB
541 B
react-accordion
Accordion (including children components)
100.008 kB
30.529 kB
react-avatar
Avatar
49.301 kB
15.838 kB
react-avatar
AvatarGroup
20.107 kB
7.973 kB
react-avatar
AvatarGroupItem
63.316 kB
20.016 kB
react-badge
Badge
25.952 kB
8.614 kB
react-badge
CounterBadge
26.731 kB
8.887 kB
react-badge
PresenceBadge
25.719 kB
9.485 kB
react-breadcrumb
@fluentui/react-breadcrumb - package
114.488 kB
31.824 kB
react-button
Button
37.105 kB
10.785 kB
react-button
CompoundButton
43.516 kB
12.076 kB
react-button
MenuButton
41.886 kB
12.133 kB
react-button
SplitButton
49.898 kB
13.725 kB
react-button
ToggleButton
53.032 kB
12.545 kB
react-calendar-compat
Calendar Compat
150.314 kB
40.099 kB
react-card
Card - All
101.186 kB
29.052 kB
react-card
Card
94.22 kB
27.336 kB
react-card
CardFooter
14.356 kB
5.798 kB
react-card
CardHeader
16.62 kB
6.558 kB
react-card
CardPreview
14.42 kB
5.934 kB
react-checkbox
Checkbox
35.105 kB
12.112 kB
react-combobox
Combobox (including child components)
100.496 kB
33.157 kB
react-combobox
Dropdown (including child components)
101.129 kB
33.098 kB
react-components
react-components: Button, FluentProvider & webLightTheme
69.141 kB
20.157 kB
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
212.636 kB
61.23 kB
react-components
react-components: FluentProvider & webLightTheme
44.442 kB
14.607 kB
react-components
react-components: entire library
1.095 MB
270.762 kB
react-datepicker-compat
DatePicker Compat
223.895 kB
63.417 kB
react-dialog
Dialog (including children components)
99.433 kB
30.054 kB
react-divider
Divider
21.328 kB
7.965 kB
react-image
Image
15.362 kB
6.248 kB
react-jsx-runtime
Classic Pragma
1.057 kB
530 B
react-jsx-runtime
JSX Dev Runtime
3.781 kB
1.646 kB
react-jsx-runtime
JSX Runtime
4.377 kB
1.881 kB
react-link
Link
17.193 kB
6.993 kB
react-menu
Menu (including children components)
152.023 kB
45.982 kB
react-menu
Menu (including selectable components)
154.709 kB
46.478 kB
react-message-bar
MessageBar (all components)
24.413 kB
9.117 kB
react-northstar
Accordion
85.392 kB
26.518 kB
react-northstar
Alert
87.45 kB
26.902 kB
react-northstar
Animation
55.34 kB
17.829 kB
react-northstar
Attachment
86.844 kB
26.692 kB
react-northstar
Avatar
80.279 kB
24.629 kB
react-northstar
Box
75.248 kB
23.806 kB
react-northstar
Breadcrumb
79.92 kB
24.709 kB
react-northstar
Button
83.16 kB
25.947 kB
react-northstar
Card
82.705 kB
25.023 kB
react-northstar
Carousel
105.182 kB
31.871 kB
react-northstar
Chat
154.09 kB
46.847 kB
react-northstar
Checkbox
79.807 kB
25.078 kB
react-northstar
Datepicker
186.651 kB
56.973 kB
react-northstar
Debug
8.801 kB
3.594 kB
react-northstar
Design
36.589 kB
12.067 kB
react-northstar
Dialog
112.058 kB
33.615 kB
react-northstar
Divider
76.619 kB
24.129 kB
react-northstar
Dropdown
198.211 kB
60.214 kB
react-northstar
Embed
81.477 kB
25.417 kB
react-northstar
Flex
47.728 kB
15.438 kB
react-northstar
Form
92.527 kB
28.879 kB
react-northstar
Grid
70.584 kB
22.278 kB
react-northstar
Header
74.756 kB
23.461 kB
react-northstar
Image
73.591 kB
23.329 kB
react-northstar
Input
88.346 kB
27.78 kB
react-northstar
ItemLayout
78.231 kB
24.454 kB
react-northstar
Label
77.92 kB
24.41 kB
react-northstar
Layout
75.393 kB
23.798 kB
react-northstar
List
88.493 kB
27.547 kB
react-northstar
Loader
78.616 kB
24.729 kB
react-northstar
Menu
128.602 kB
40.717 kB
react-northstar
MenuButton
163.008 kB
49.606 kB
react-northstar
Pill
83.722 kB
26.069 kB
react-northstar
Popup
135.316 kB
42.242 kB
react-northstar
Portal
58.338 kB
18.852 kB
react-northstar
Provider
93.138 kB
29.63 kB
react-northstar
RadioGroup
83.282 kB
26.053 kB
react-northstar
Reaction
77.28 kB
24.122 kB
react-northstar
Segment
76.209 kB
23.892 kB
react-northstar
Skeleton
77.765 kB
24.2 kB
react-northstar
Slider
84.27 kB
26.737 kB
react-northstar
SplitButton
178.246 kB
53.42 kB
react-northstar
Status
76.272 kB
24.05 kB
react-northstar
SvgIcon
36.823 kB
11.743 kB
react-northstar
Table
80.796 kB
25.154 kB
react-northstar
Text
74.114 kB
23.507 kB
react-northstar
TextArea
74.248 kB
23.492 kB
react-northstar
Toolbar
175.057 kB
52.832 kB
react-northstar
Tooltip
109.973 kB
35.227 kB
react-northstar
Tree
87.855 kB
27.217 kB
react-northstar
Video
75.411 kB
23.799 kB
react-overflow
hooks only
12.868 kB
4.828 kB
react-popover
Popover
127.766 kB
40.096 kB
react-portal
Portal
14.563 kB
5.118 kB
react-portal-compat
PortalCompatProvider
8.39 kB
2.64 kB
react-positioning
usePositioning
26.489 kB
9.552 kB
react-provider
FluentProvider
24.618 kB
8.906 kB
react-radio
Radio
32.673 kB
10.351 kB
react-radio
RadioGroup
15.76 kB
6.433 kB
react-spinbutton
SpinButton
36.047 kB
11.833 kB
react-spinner
Spinner
25.244 kB
8.552 kB
react-swatch-picker
@fluentui/react-swatch-picker - package
104.378 kB
30.357 kB
react-table
DataGrid
162.843 kB
46.318 kB
react-table
Table (Primitives only)
42.482 kB
13.868 kB
react-table
Table as DataGrid
131.936 kB
36.686 kB
react-table
Table (Selection only)
70.336 kB
20.028 kB
react-table
Table (Sort only)
68.979 kB
19.633 kB
react-tag-picker
@fluentui/react-tag-picker - package
181.063 kB
54.549 kB
react-tags
InteractionTag
15.167 kB
6.135 kB
react-tags
Tag
28.996 kB
9.52 kB
react-tags
TagGroup
82.913 kB
24.643 kB
react-text
Text - Default
17.063 kB
6.733 kB
react-text
Text - Wrappers
20.235 kB
7.064 kB
react-textarea
Textarea
26.519 kB
9.739 kB
react-theme
Single theme token import
69 B
89 B
react-theme
Teams: all themes
35.666 kB
7.453 kB
react-theme
Teams: Light theme
19.642 kB
5.549 kB
react-timepicker-compat
TimePicker
103.487 kB
34.632 kB
react-toast
Toast (including Toaster)
97.99 kB
29.568 kB
react-tooltip
Tooltip
54.556 kB
19.226 kB
react-utilities
SSRProvider
180 B
160 B
🤖 This report was generated against ca19e3baeeca23b30443f65bd175ea9050b63b00

@fabricteam
Copy link
Collaborator

fabricteam commented Jun 5, 2024

Perf Analysis (@fluentui/react)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
BaseButton mount 623 619 5000
Breadcrumb mount 1693 1671 1000
Checkbox mount 1708 1712 5000
CheckboxBase mount 1464 1479 5000
ChoiceGroup mount 3028 3015 5000
ComboBox mount 674 688 1000
CommandBar mount 6550 6497 1000
ContextualMenu mount 12355 12737 1000
DefaultButton mount 807 796 5000
DetailsRow mount 2237 2233 5000
DetailsRowFast mount 2264 2253 5000
DetailsRowNoStyles mount 2032 2070 5000
Dialog mount 2817 2782 1000
DocumentCardTitle mount 227 229 1000
Dropdown mount 2030 2012 5000
FocusTrapZone mount 1178 1151 5000
FocusZone mount 1086 1072 5000
GroupedList mount 37885 42147 2
GroupedList virtual-rerender 20192 20152 2
GroupedList virtual-rerender-with-unmount 50970 51091 2
GroupedListV2 mount 225 231 2
GroupedListV2 virtual-rerender 208 215 2
GroupedListV2 virtual-rerender-with-unmount 221 228 2
IconButton mount 1139 1132 5000
Label mount 349 342 5000
Layer mount 2747 2798 5000
Link mount 395 406 5000
MenuButton mount 973 974 5000
MessageBar mount 21402 21349 5000
Nav mount 2012 2048 1000
OverflowSet mount 809 816 5000
Panel mount 1828 1811 1000
Persona mount 739 751 1000
Pivot mount 887 899 1000
PrimaryButton mount 935 916 5000
Rating mount 4744 4764 5000
SearchBox mount 919 929 5000
Shimmer mount 1876 1893 5000
Slider mount 1329 1344 5000
SpinButton mount 2985 3096 5000
Spinner mount 400 392 5000
SplitButton mount 1877 1888 5000
Stack mount 409 417 5000
StackWithIntrinsicChildren mount 857 851 5000
StackWithTextChildren mount 2664 2683 5000
SwatchColorPicker mount 6402 6459 5000
TagPicker mount 1446 1478 5000
Text mount 382 380 5000
TextField mount 957 950 5000
ThemeProvider mount 848 861 5000
ThemeProvider virtual-rerender 595 594 5000
ThemeProvider virtual-rerender-with-unmount 1299 1298 5000
Toggle mount 632 596 5000
buttonNative mount 190 197 5000

@Hotell Hotell force-pushed the type-checking-perf/apply/cxe-red-pt2 branch from 0835bb6 to ad6d1b7 Compare June 5, 2024 12:32
Copy link

codesandbox-ci bot commented Jun 5, 2024

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.

Copy link

codesandbox-ci bot commented Jun 5, 2024

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.

.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
@Hotell Hotell force-pushed the type-checking-perf/apply/cxe-red-pt2 branch from d535d91 to d077e1a Compare June 11, 2024 13:51
@Hotell Hotell marked this pull request as ready for review June 11, 2024 15:50
@Hotell Hotell requested a review from tudorpopams as a code owner June 11, 2024 15:50
@Hotell Hotell merged commit 5a0f576 into microsoft:master Jun 11, 2024
21 checks passed
@Hotell Hotell deleted the type-checking-perf/apply/cxe-red-pt2 branch June 11, 2024 15:50
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Jun 12, 2024
…escription

* master:
  chore(react-list-preview): Add bundle size tests (microsoft#31658)
  applying package updates
  feat:react-nav-preview Add a handful of accessibility features for Nav (microsoft#31649)
  feat: refactor anchor-button to use element internals and anchor proxy element (microsoft#31653)
  chore:(docs) New Component doc (microsoft#31611)
  style(react-nav-preview): fix formatting in barel file (microsoft#31671)
  feat(web-components): refactor progress bar to use ElementInternals (microsoft#31652)
  chore(react-components): split react libraries in two (/library and /stories) - last batch (microsoft#31581)
  fix(scripts-beachball): ignore web-components packages from v8 release scope (microsoft#31667)
  chore(react-components): split react libraries in two (/library and /stories) - cxe-red /2nd batch (microsoft#31580)
  chore: Remove recipes-react-components in favor of recipes package (microsoft#31647)
  feat: Add consistent start and finish lifecycle callbacks (microsoft#31644)
  chore(docs): Remove requirement of performance tests from epic template (microsoft#31662)
  chore(react-components): split react libraries in two (/library and /stories) - cxe-red /1st batch (microsoft#31579)
  docs(react-swatch-picker): added SwatchPicker page to Component Mapping (microsoft#31637)
  docs(dev-env): update minimal node version (microsoft#31638)
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Jun 12, 2024
* master:
  chore(react-list-preview): Add bundle size tests (microsoft#31658)
  applying package updates
  feat:react-nav-preview Add a handful of accessibility features for Nav (microsoft#31649)
  feat: refactor anchor-button to use element internals and anchor proxy element (microsoft#31653)
  chore:(docs) New Component doc (microsoft#31611)
  style(react-nav-preview): fix formatting in barel file (microsoft#31671)
  feat(web-components): refactor progress bar to use ElementInternals (microsoft#31652)
  chore(react-components): split react libraries in two (/library and /stories) - last batch (microsoft#31581)
  fix(scripts-beachball): ignore web-components packages from v8 release scope (microsoft#31667)
  chore(react-components): split react libraries in two (/library and /stories) - cxe-red /2nd batch (microsoft#31580)
  chore: Remove recipes-react-components in favor of recipes package (microsoft#31647)
  feat: Add consistent start and finish lifecycle callbacks (microsoft#31644)
  chore(docs): Remove requirement of performance tests from epic template (microsoft#31662)
  chore(react-components): split react libraries in two (/library and /stories) - cxe-red /1st batch (microsoft#31579)
  docs(react-swatch-picker): added SwatchPicker page to Component Mapping (microsoft#31637)
  docs(dev-env): update minimal node version (microsoft#31638)
miroslavstastny pushed a commit to miroslavstastny/fluentui that referenced this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants