Skip to content
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

Q4 Cool Zoo Release PR #349

Merged
merged 58 commits into from
Nov 16, 2018
Merged

Q4 Cool Zoo Release PR #349

merged 58 commits into from
Nov 16, 2018

Conversation

emplums
Copy link

@emplums emplums commented Nov 6, 2018

💅 Enhancements

📝 Documentation

Version to be Published: 7.0.0-beta

Merge checklist

  • Correct version number?
  • Tested in Chrome
  • Tested in Firefox
  • Tested in Safari
  • Tested in Edge

@vercel
Copy link

vercel bot commented Nov 6, 2018

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

| `TYPOGRAPHY`| fontFamily, fontSize, fontWeight, lineHeight & all `COMMON` props | [styled-system typography docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#typography) |
| `LAYOUT` | borders, borderColor, borderRadius, boxShadow, <br/> display, size, width, height, minWidth, minHeight, <br/> maxWidth, maxHeight, verticalAlign & all `COMMON` props | [styled-system layout docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#layout) <br/> [styled-system misc docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#misc) |
| `POSITION` | position, zIndex, top, right, bottom, left | [styled-system position docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#position)
| `COMMON`| <Text children={printProps(COMMON)} /> | [styled-system core docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#core) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this now, I wonder if having a component to render the props list would be DRY-er?

<PropsList>{COMMON}</PropsList>

// replacing printProps():
export const PropsList = ({children}) => children.join(', ')
PropsList.propTypes = {children: PropTypes.arrayOf(PropTypes.string)}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that idea!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add this as an issue to do in a follow up PR!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JK i just went ahead and did it in this branch 😉

Emily and others added 4 commits November 7, 2018 20:32
@emplums emplums merged commit 8714be7 into master Nov 16, 2018
@jonrohan jonrohan deleted the q4-cool-zoo branch November 28, 2018 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants