-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Overflow divider fix #28011
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
Merged
ValentinaKozlova
merged 20 commits into
microsoft:master
from
ValentinaKozlova:fix/overflow-divider
Jun 16, 2023
Merged
Overflow divider fix #28011
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2e6aa3e
Divider fix for overflow
ValentinaKozlova e182d0f
Change files
ValentinaKozlova b65b8ce
fix for overflow in Breadcrumb and api regenerated
ValentinaKozlova 0f26cfa
fixed test and api generation
ValentinaKozlova 179cbfb
build fail fix
ValentinaKozlova f4a096c
Update change/@fluentui-priority-overflow-8e128a48-5402-4886-b088-900…
ValentinaKozlova 7ab96e6
Update change/@fluentui-priority-overflow-8e128a48-5402-4886-b088-900…
ValentinaKozlova ba88e36
Update change/@fluentui-react-components-7b21b68d-a82b-4ee6-802c-cdbb…
ValentinaKozlova e066826
Update change/@fluentui-react-components-7b21b68d-a82b-4ee6-802c-cdbb…
ValentinaKozlova 894c4b6
PR fix
ValentinaKozlova 09869c8
PR fix #2
ValentinaKozlova 77039fd
Update packages/react-components/react-overflow/src/components/Overfl…
ValentinaKozlova ac06836
Update packages/react-components/react-overflow/src/components/Overfl…
ValentinaKozlova 27cf866
regenerated api
ValentinaKozlova 465c4b9
Update packages/react-components/react-overflow/stories/Overflow/Larg…
ValentinaKozlova 1b4a2eb
Update packages/react-components/react-overflow/stories/Overflow/Larg…
ValentinaKozlova 38d6dcc
Update packages/react-components/react-overflow/stories/Overflow/Larg…
ValentinaKozlova 9dff18a
Update packages/react-components/priority-overflow/src/overflowManage…
ValentinaKozlova 1ae6d1f
pr fix#3
ValentinaKozlova cbf1d8a
fix
ValentinaKozlova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-priority-overflow-8e128a48-5402-4886-b088-900334ce1883.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "feat: Added support for custom divider", | ||
| "packageName": "@fluentui/priority-overflow", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-components-7b21b68d-a82b-4ee6-802c-cdbba6a8b25d.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "feat: Added Overflow divider", | ||
| "packageName": "@fluentui/react-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-overflow-96369afb-91ef-4417-88b6-bd79e7796730.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "Added support for custom divider", | ||
| "packageName": "@fluentui/react-overflow", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export const DATA_OVERFLOWING = 'data-overflowing'; | ||
| export const DATA_OVERFLOW_GROUP = 'data-overflow-group'; |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.