Overflow divider fix#28011
Merged
ValentinaKozlova merged 20 commits intoJun 16, 2023
Merged
Conversation
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 590 | 595 | 5000 | |
| Button | mount | 301 | 298 | 5000 | |
| Field | mount | 1062 | 1049 | 5000 | |
| FluentProvider | mount | 631 | 658 | 5000 | |
| FluentProviderWithTheme | mount | 85 | 89 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 77 | 85 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 75 | 74 | 10 | |
| InfoButton | mount | 17 | 11 | 5000 | |
| MakeStyles | mount | 851 | 865 | 50000 | |
| Persona | mount | 1612 | 1626 | 5000 | |
| SpinButton | mount | 1351 | 1342 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: cf6b94ba6559236150bc1f1814b023607edaeb20 (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 cbf1d8a:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
c38e528 to
70b30b3
Compare
ling1726
reviewed
Jun 8, 2023
ed177c8 to
ba25a29
Compare
ba25a29 to
b078f0c
Compare
b078f0c to
e182d0f
Compare
ling1726
reviewed
Jun 15, 2023
ling1726
reviewed
Jun 15, 2023
ling1726
reviewed
Jun 15, 2023
…ow.tsx Co-authored-by: ling1726 <[email protected]>
…owDivider/OverflowDivider.types.ts Co-authored-by: ling1726 <[email protected]>
ling1726
approved these changes
Jun 16, 2023
ling1726
reviewed
Jun 16, 2023
ling1726
reviewed
Jun 16, 2023
ling1726
reviewed
Jun 16, 2023
ling1726
reviewed
Jun 16, 2023
…erDividers.stories.tsx Co-authored-by: ling1726 <[email protected]>
…erDividers.stories.tsx Co-authored-by: ling1726 <[email protected]>
…erDividers.stories.tsx Co-authored-by: ling1726 <[email protected]>
…r.ts Co-authored-by: ling1726 <[email protected]>
marcosmoura
approved these changes
Jun 16, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jun 20, 2023
* master: (32 commits) applying package updates feat(react-tags): add styles for size (microsoft#28229) docs(react-dialog): update DialogTriggerOutsideDialog to include focus behavior (microsoft#28176) bugfix: Ensures dialog actions stretches on breakpoints (microsoft#28258) applying package updates fix: TableHeaderCell should not render button when not sortable (microsoft#28097) fix(react-file-type-icons): Map mhtml extension to html icon (microsoft#28112) Fix overlapping axis labels on smaller viewports (microsoft#28239) useArrowNavigationGroup grid-linear axis (microsoft#28253) applying package updates fix: Alert example missing aria-label for icon (microsoft#28234) Overflow divider fix (microsoft#28011) feat(tools): implement `cypress-component-configuration` generator (microsoft#28115) chore: migrate to TS 4.7 (microsoft#28067) fix(scripts-tasks): make generate-api work in deterministic way (microsoft#28215) feat(react-tags): add overflow story (microsoft#28012) Structure and slots for SearchBox, using Input as a slot (microsoft#28090) feat(tokens): Add/update theme tokens (microsoft#27791) feat(react-tags): add a11y role and best practices guide (microsoft#28075) fix: Toast intent should always be present in the context (microsoft#28226) ...
Collaborator
|
🎉 Handy links: |
Collaborator
|
🎉 Handy links: |
Collaborator
|
🎉 Handy links: |
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jun 22, 2023
* master: (95 commits) docs(react-drawer): improve drawer stories examples (microsoft#28283) bugfix: adds grid-template-columns to DialogBody styles to ensure grid template layout (microsoft#28272) Doc: Tree Infinite Scrolling (microsoft#28197) fix(react-card): infer a11y id from immediate header element (microsoft#28266) Fixed bugs and added more stories to the Breadcrumb (microsoft#28267) refactor: Keep vanillajs code only where needed (microsoft#28278) fix: correcting focus behavior of react-search (microsoft#28241) Tooltip : updated tooltip styles (microsoft#28264) applying package updates feat(react-tags): add styles for size (microsoft#28229) docs(react-dialog): update DialogTriggerOutsideDialog to include focus behavior (microsoft#28176) bugfix: Ensures dialog actions stretches on breakpoints (microsoft#28258) applying package updates fix: TableHeaderCell should not render button when not sortable (microsoft#28097) fix(react-file-type-icons): Map mhtml extension to html icon (microsoft#28112) Fix overlapping axis labels on smaller viewports (microsoft#28239) useArrowNavigationGroup grid-linear axis (microsoft#28253) applying package updates fix: Alert example missing aria-label for icon (microsoft#28234) Overflow divider fix (microsoft#28011) ...
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
If there are custom margins/paddings it, also, breaks overflow logic
New Behavior