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

fix(flexcol): change align default prop #39

Merged
merged 2 commits into from
Jun 21, 2019
Merged

Conversation

poteirard
Copy link
Contributor

Thanks to @thegrinder for finding this bug.

Basically if we set up an alignment in the parent component of <FlexCol /> this one get replaces as we are setting align-self: flex-start.

Now we set 'auto' as a default

@codecov
Copy link

codecov bot commented Jun 21, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   85.76%   85.76%           
=======================================
  Files          63       63           
  Lines         527      527           
  Branches      120      120           
=======================================
  Hits          452      452           
  Misses         75       75
Impacted Files Coverage Δ
src/components/layout/FlexCol/FlexCol.tsx 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 02a186f...6f28b23. Read the comment docs.

@poteirard poteirard merged commit a3b5b68 into master Jun 21, 2019
@poteirard poteirard deleted the change_default_flexcol branch June 21, 2019 14:43
poteirard pushed a commit that referenced this pull request Jun 21, 2019
## [1.1.3](v1.1.2...v1.1.3) (2019-06-21)

### Bug Fixes

* **flexcol:** change align default prop ([#39](#39)) ([a3b5b68](a3b5b68))
@poteirard
Copy link
Contributor Author

🎉 This PR is included in version 1.1.3 🎉

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.

None yet

2 participants