Skip to content

Conversation

@ymyqwe
Copy link
Contributor

@ymyqwe ymyqwe commented Aug 22, 2023

Add displayName to Dialog components to align with other components

@ymyqwe ymyqwe requested review from a team as code owners August 22, 2023 09:46
@fabricteam
Copy link
Collaborator

fabricteam commented Aug 22, 2023

📊 Bundle size report

🤖 This report was generated against 7e494ac4414be5eac624a69bfecd5a84c26227e4

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 22, 2023

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 30fd864:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@size-auditor
Copy link

size-auditor bot commented Aug 22, 2023

Asset size changes

Project Bundle Baseline Size New Size Difference
office-ui-fabric-react fluentui-react-Dialog 202.521 kB 202.59 kB ExceedsBaseline     69 bytes

ExceedsTolerance Over Tolerance (1024 B) ExceedsBaseline Over Baseline BelowBaseline Below Baseline New New Deleted  Removed 1 kB = 1000 B

Baseline commit: 7e494ac4414be5eac624a69bfecd5a84c26227e4 (build)

@fabricteam
Copy link
Collaborator

fabricteam commented Aug 22, 2023

Perf Analysis (@fluentui/react)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
BaseButton mount 629 620 5000
Breadcrumb mount 1707 1705 1000
Checkbox mount 1711 1743 5000
CheckboxBase mount 1488 1514 5000
ChoiceGroup mount 2966 3000 5000
ComboBox mount 647 660 1000
CommandBar mount 6317 6286 1000
ContextualMenu mount 14122 13770 1000
DefaultButton mount 774 772 5000
DetailsRow mount 2176 2154 5000
DetailsRowFast mount 2172 2164 5000
DetailsRowNoStyles mount 1982 1997 5000
Dialog mount 2646 2781 1000
DocumentCardTitle mount 225 227 1000
Dropdown mount 2006 1990 5000
FocusTrapZone mount 1129 1146 5000
FocusZone mount 1077 1060 5000
GroupedList mount 41583 42025 2
GroupedList virtual-rerender 20027 20011 2
GroupedList virtual-rerender-with-unmount 50750 50819 2
GroupedListV2 mount 228 225 2
GroupedListV2 virtual-rerender 202 215 2
GroupedListV2 virtual-rerender-with-unmount 231 227 2
IconButton mount 1084 1089 5000
Label mount 346 354 5000
Layer mount 2755 2752 5000
Link mount 402 393 5000
MenuButton mount 951 968 5000
MessageBar mount 21755 21919 5000
Nav mount 1939 1924 1000
OverflowSet mount 785 803 5000
Panel mount 1749 1831 1000
Persona mount 750 749 1000
Pivot mount 865 891 1000
PrimaryButton mount 856 855 5000
Rating mount 4598 4566 5000
SearchBox mount 944 924 5000
Shimmer mount 1909 1920 5000
Slider mount 1336 1337 5000
SpinButton mount 2893 2910 5000
Spinner mount 392 393 5000
SplitButton mount 1868 1834 5000
Stack mount 422 421 5000
StackWithIntrinsicChildren mount 871 857 5000
StackWithTextChildren mount 2645 2647 5000
SwatchColorPicker mount 6090 6142 5000
TagPicker mount 1453 1465 5000
Text mount 392 376 5000
TextField mount 939 980 5000
ThemeProvider mount 836 845 5000
ThemeProvider virtual-rerender 595 591 5000
ThemeProvider virtual-rerender-with-unmount 1305 1260 5000
Toggle mount 607 612 5000
buttonNative mount 203 196 5000

@sopranopillow
Copy link
Contributor

@ymyqwe, Looks like you're missing the change files, you need to run yarn buildto @fluentui/react and then yarn change

@ymyqwe
Copy link
Contributor Author

ymyqwe commented Aug 23, 2023

@ymyqwe, Looks like you're missing the change files, you need to run yarn buildto @fluentui/react and then yarn change

@sopranopillow change files added. Which version of @fluentui/react will this change be in?

@sopranopillow
Copy link
Contributor

@ymyqwe, Looks like you're missing the change files, you need to run yarn buildto @fluentui/react and then yarn change

@sopranopillow change files added. Which version of @fluentui/react will this change be in?

@ymyqwe, most likely in 8.110.16 or 8.111.0 depending on the type of changes that are waiting for release.

@sopranopillow sopranopillow changed the title add displayName for dialog footer and content fix(Dialog): Add displayName for dialog footer and content Aug 23, 2023
Co-authored-by: Esteban Munoz Facusse <esteban.230@hotmail.com>
@sopranopillow sopranopillow enabled auto-merge (squash) August 24, 2023 15:35
@fabricteam
Copy link
Collaborator

fabricteam commented Aug 24, 2023

🕵 fluentuiv8 No visual regressions between this PR and main

auto-merge was automatically disabled August 24, 2023 16:15

Pull request was closed

@sopranopillow sopranopillow reopened this Aug 24, 2023
@TristanWatanabe
Copy link
Member

/azp run Fluent UI React - PR and CI

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sopranopillow sopranopillow merged commit 0dfca34 into microsoft:master Aug 24, 2023
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Aug 28, 2023
* master: (23 commits)
  feat: add closeOnIframeFocus prop to Popover (microsoft#28881)
  chore: updates .devcontainer to follow new format (microsoft#28990)
  Line Chart and Area Chart - Component tests (microsoft#28235)
  applying package updates
  28576 small button is using 3px border radius (microsoft#28589)
  In PeoplePicker, we can now use arrow keys to move cursor around microsoft#28655 (microsoft#28975)
  chore: Migrate bot config to yml (microsoft#28981)
  fix(react-card): CardHeader grid layout ignoring line-height of content (microsoft#28968)
  fix(react-tags-preview): tag with secondary text has no top border under windows high contrast (microsoft#28963)
  applying package updates
  feat(Stack): Add deprecated flag to render null when receiving a falsy value (microsoft#28978)
  feat(react-infobutton): Add inline prop to InfoButton and make it inline by default (microsoft#28605)
  fix(Dialog): Add displayName for dialog footer and content (microsoft#28939)
  Revert "Keytips: Align keytipData with visible instance for dupes" (microsoft#28977)
  Vertical stacked bar chart - Component tests (microsoft#28594)
  docs: update drawer spec to be inline with changes to component (microsoft#28934)
  Table/DataGrid: fix visuals for overflow (microsoft#28940)
  Focus indicator bug in bar charts (microsoft#28414)
  Pie chart focus spacing (microsoft#28504)
  applying package updates
  ...
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Aug 28, 2023
* master: (24 commits)
  feat(react-motion): add useMotion hook (microsoft#28699)
  feat: add closeOnIframeFocus prop to Popover (microsoft#28881)
  chore: updates .devcontainer to follow new format (microsoft#28990)
  Line Chart and Area Chart - Component tests (microsoft#28235)
  applying package updates
  28576 small button is using 3px border radius (microsoft#28589)
  In PeoplePicker, we can now use arrow keys to move cursor around microsoft#28655 (microsoft#28975)
  chore: Migrate bot config to yml (microsoft#28981)
  fix(react-card): CardHeader grid layout ignoring line-height of content (microsoft#28968)
  fix(react-tags-preview): tag with secondary text has no top border under windows high contrast (microsoft#28963)
  applying package updates
  feat(Stack): Add deprecated flag to render null when receiving a falsy value (microsoft#28978)
  feat(react-infobutton): Add inline prop to InfoButton and make it inline by default (microsoft#28605)
  fix(Dialog): Add displayName for dialog footer and content (microsoft#28939)
  Revert "Keytips: Align keytipData with visible instance for dupes" (microsoft#28977)
  Vertical stacked bar chart - Component tests (microsoft#28594)
  docs: update drawer spec to be inline with changes to component (microsoft#28934)
  Table/DataGrid: fix visuals for overflow (microsoft#28940)
  Focus indicator bug in bar charts (microsoft#28414)
  Pie chart focus spacing (microsoft#28504)
  ...
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Aug 28, 2023
* master: (24 commits)
  feat(react-motion): add useMotion hook (microsoft#28699)
  feat: add closeOnIframeFocus prop to Popover (microsoft#28881)
  chore: updates .devcontainer to follow new format (microsoft#28990)
  Line Chart and Area Chart - Component tests (microsoft#28235)
  applying package updates
  28576 small button is using 3px border radius (microsoft#28589)
  In PeoplePicker, we can now use arrow keys to move cursor around microsoft#28655 (microsoft#28975)
  chore: Migrate bot config to yml (microsoft#28981)
  fix(react-card): CardHeader grid layout ignoring line-height of content (microsoft#28968)
  fix(react-tags-preview): tag with secondary text has no top border under windows high contrast (microsoft#28963)
  applying package updates
  feat(Stack): Add deprecated flag to render null when receiving a falsy value (microsoft#28978)
  feat(react-infobutton): Add inline prop to InfoButton and make it inline by default (microsoft#28605)
  fix(Dialog): Add displayName for dialog footer and content (microsoft#28939)
  Revert "Keytips: Align keytipData with visible instance for dupes" (microsoft#28977)
  Vertical stacked bar chart - Component tests (microsoft#28594)
  docs: update drawer spec to be inline with changes to component (microsoft#28934)
  Table/DataGrid: fix visuals for overflow (microsoft#28940)
  Focus indicator bug in bar charts (microsoft#28414)
  Pie chart focus spacing (microsoft#28504)
  ...
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Aug 28, 2023
* master: (26 commits)
  chore: Make triage bot add needs triage label to new issues (microsoft#28994)
  fix(react-tags-preview): use regular icon for dismiss (microsoft#28958)
  feat(react-motion): add useMotion hook (microsoft#28699)
  feat: add closeOnIframeFocus prop to Popover (microsoft#28881)
  chore: updates .devcontainer to follow new format (microsoft#28990)
  Line Chart and Area Chart - Component tests (microsoft#28235)
  applying package updates
  28576 small button is using 3px border radius (microsoft#28589)
  In PeoplePicker, we can now use arrow keys to move cursor around microsoft#28655 (microsoft#28975)
  chore: Migrate bot config to yml (microsoft#28981)
  fix(react-card): CardHeader grid layout ignoring line-height of content (microsoft#28968)
  fix(react-tags-preview): tag with secondary text has no top border under windows high contrast (microsoft#28963)
  applying package updates
  feat(Stack): Add deprecated flag to render null when receiving a falsy value (microsoft#28978)
  feat(react-infobutton): Add inline prop to InfoButton and make it inline by default (microsoft#28605)
  fix(Dialog): Add displayName for dialog footer and content (microsoft#28939)
  Revert "Keytips: Align keytipData with visible instance for dupes" (microsoft#28977)
  Vertical stacked bar chart - Component tests (microsoft#28594)
  docs: update drawer spec to be inline with changes to component (microsoft#28934)
  Table/DataGrid: fix visuals for overflow (microsoft#28940)
  ...
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.

4 participants