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

Rename Block and Box ✨ #210

Merged
merged 39 commits into from
Aug 14, 2018
Merged

Rename Block and Box ✨ #210

merged 39 commits into from
Aug 14, 2018

Conversation

emplums
Copy link

@emplums emplums commented Aug 13, 2018

This PR renames Block to Box, and Box to BorderBox + updates all relevant examples and tests.

Closes #189

If development process was changed:

Description of changes:

  • Updated README?

Merge Checklist:

<Block mb={6}>
<LiveEditor code={`<Box borderColor="green.5" p={2}>This is a box with a green border.</Box>`} scope={{Box}} />
</Block>
<table>
Copy link
Author

Choose a reason for hiding this comment

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

This diff is all weird because it used to be the Box/BorderBox file

@@ -1,14 +1,5 @@
import {withSystemProps, LAYOUT} from './system-props'

const Box = withSystemProps(
Copy link
Author

Choose a reason for hiding this comment

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

This diff is also weird because of the file name change

Copy link
Contributor

@shawnbot shawnbot left a comment

Choose a reason for hiding this comment

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

🚀 :shipit:

@emplums emplums merged commit d6941a4 into release-2.0.0-beta Aug 14, 2018
@emplums emplums deleted the rename-block branch August 14, 2018 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants