-
Notifications
You must be signed in to change notification settings - Fork 77
feat: update fundamental-styles to 0.10.0-rc.1 #1025
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 3aa8be9 |
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.
This is an amazing update!!!! 🎉 🎉
Really small mostly nitpicky changes - feel free to dismiss and make an issue instead.
| "chain-function": "^1.0.1", | ||
| "classnames": "^2.2.6", | ||
| "fundamental-styles": "0.8.2-rc.0", | ||
| "fundamental-styles": "0.10.0-rc.1", |
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.
| export const primary = () => (<Avatar glyph='cart' size='m' />); | ||
|
|
||
| export const sizes = () => ( | ||
| <div className='fr-container'> |
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.
This got changed out from underneath you - but this class is now fddocs-container - that will get you the spacing you want.
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.
LGTM 🚢
We recently updated standard version so you should be able to include
BREAKING CHANGE: first breaking change
* more changes

Description
Listupdated to include partial navigation, full navigation, action items, selection, and bylinesIdentifierupdated to include more states and renamed toAvatarTimecomplete refactorSideNavigationmarkup updatedfundamental-stylesSee changelog for full updates: https://github.com/SAP/fundamental-styles/blob/master/CHANGELOG.md
fixes #1029
fixes #1027
fixes #1028
fixes #1038