-
Notifications
You must be signed in to change notification settings - Fork 77
feat: update fundamental-styles to 0.3.0 #846
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
Conversation
|
Deploy preview for fundamental-react ready! Built with commit da83d8b |
| MenuList.displayName = 'Menu.List'; | ||
|
|
||
| MenuList.propTypes = { | ||
| addonBefore: PropTypes.bool, |
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.
Can you add separated and addonBefore to the prop description list.
jbadan
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.
Looks good - just a few small changes :)
jbadan
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.
🚢
Description
[BREAKING CHANGE]
First in a series of PRs to catch up fundamental-styles. The primary changes in this set that are relevant to fundamental-react (up to 0.3.0) were markup changes to the Menu and Shellbar ProductSwitch components.
separatorprop and<hr>removed fromMenuItemseparatedprop added toMenuListaddonBeforeprop passed down intoMenuItemin order to renderaddonspanaddonnode changed tospanand is now wrapped within theaProductSwitcherrenamed toProductSwitchProductSwitchcss filenavnode fromProductSwitchProductSwitchProductListinstead of imagesKnown issues
ProductSwitchbutton inShellbarhas a white background. Further PRs to catch up onButtonclassname changes will fix the issue.A new component was added which is out of scope for this PR. Issue #821 has already been created for the new Notification component.
https://github.com/SAP/fundamental-styles/blob/master/CHANGELOG.md
Two more PRs are planned to bring it up to 0.3.1 and then 0.4.0-rc.3 to unblock calendar a11y work.