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

feat(core): add top/right/bottom position support #36

Merged
merged 1 commit into from
Apr 1, 2018
Merged

Conversation

damusnet
Copy link
Owner

@damusnet damusnet commented Apr 1, 2018

BREAKING CHANGE: <Drawer />, <DrawerContainer />,
<DrawerContentContainer /> and <DrawerOverlay /> now expect a
position, the width prop becomes size, and the translateX prop
becomes translation

BREAKING CHANGE: `<Drawer />`, `<DrawerContainer />`,
`<DrawerContentContainer />` and `<DrawerOverlay />` now expect a
`position`, the `width` prop becomes `size`, and the `translateX` prop
becomes `translation`
@codecov
Copy link

codecov bot commented Apr 1, 2018

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #36   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          47     61   +14     
  Branches        6      9    +3     
=====================================
+ Hits           47     61   +14
Impacted Files Coverage Δ
src/Drawer.js 100% <100%> (ø) ⬆️
src/DrawerContentContainer.js 100% <100%> (ø) ⬆️
src/MainContentContainer.js 100% <100%> (ø) ⬆️
src/DrawerContainer.js 100% <100%> (ø) ⬆️
src/DrawerOverlay.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5200763...49e2767. Read the comment docs.

@damusnet damusnet merged commit 1303467 into master Apr 1, 2018
@damusnet damusnet deleted the positions branch April 1, 2018 22:29
@damusnet
Copy link
Owner Author

damusnet commented Apr 1, 2018

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant