-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update section header type #15123
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
Update section header type #15123
Conversation
…menu item in the props seperately
…ContextualMenu.base.tsx Co-Authored-By: Xu Gao <xugao0131@hotmail.com>
…flow at 99 to prevent large numbers from overflowing outside of the buttons bounds
|
@joschect I had to resubmit the PR as I don't have access to Matt branch to resolve the merge conflicts |
|
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 49b121f:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
# Conflicts: # packages/office-ui-fabric-react/etc/office-ui-fabric-react.api.md
Asset size changesUnable to find bundle size details for Baseline commit: d727c1a Possible causes
Recommendations
|
|
As part of our version 8 release we need folks to port changes to this component to the react-next package as well. Could you make this change in react-next as well? |
…pdateSectionHeaderType # Conflicts: # packages/office-ui-fabric-react/etc/office-ui-fabric-react.api.md
Made the relevant changes and pushed |
khmakoto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this fix, but due to work we're currently doing to prepare master for our version 8 beta release, we're asking contributors to either wait a couple weeks to submit fixes (if it's not urgent) or submit to the new 7.0 branch (if it's urgent). See #15222 for more details.
|
Hello @khmakoto! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
🎉 Handy links: |
|
🎉 Handy links: |
sectionProps limits the title prop to a string. This prevents sending any additional properties to the title.
A while ago, there was a PR to apply html div properties specified on itemProps of a an IContextualMenuItem element to the surrounding div of the section header.
This PR makes parity with that.
Focus areas to test
Titles still render on contextual menus
This is a resubmit of #14069