-
Notifications
You must be signed in to change notification settings - Fork 646
Minor Release Tracking PR (currently 16.3.0) #728
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
`className` is a default DOM-level prop in React, and it feels wrong to omit this since it's possible in vanilla JS to pass this. `css` is exposed via styled-components, but only works with the Babel plugin, which rewrites any element with a `css` prop and converts it into a proper styled-component component. See https://styled-components.com/docs/api#css-prop for more information.
|
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/primer/primer-components/lwunfr14w |
Fix DropdownProps type intersections
Add `className` and `css` to `BaseProps`
Update UnderlineNav.Link prop type
Let 'TextInput' use 'maxWidth' and 'minWidth' from 'styled-system'
feat(Popover): Add Popover component
BinaryMuse
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 the tracking PR for the next minor release (currently 16.3.0)
classNameandcssto BaseProps TypeScript type AddclassNameandcsstoBaseProps#726 @BinaryMuse