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(shape): Added Shape subsystem and integrated with all components #3626

Merged
merged 11 commits into from
Sep 24, 2018

Conversation

abhiomkar
Copy link
Collaborator

Fixes #3175 & #3176

BREAKING CHANGE: The previous contents of the mdc-shape package have been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution. Replaced all *-corner-radius component mixins with *-shape-radius mixins to integrate with Shape system.

BREAKING CHANGE: The previous contents of the mdc-shape package have been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution.
@codecov-io
Copy link

codecov-io commented Sep 24, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@4888ebe). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3626   +/-   ##
=========================================
  Coverage          ?   98.46%           
=========================================
  Files             ?      120           
  Lines             ?     5197           
  Branches          ?      652           
=========================================
  Hits              ?     5117           
  Misses            ?       80           
  Partials          ?        0

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 4888ebe...5b160ef. Read the comment docs.

@abhiomkar abhiomkar changed the title Feat/shape feat(shape): Added Shape subsystem and integrated with all components Sep 24, 2018
.travis.yml Outdated
@@ -13,6 +13,7 @@ branches:
# This prevents excessive resource usage and CI slowness.
only:
- master
- feat/shape
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: Need to remove this line once all PRs are merged in feat/shape

@mdc-web-bot
Copy link
Collaborator

🤖 Beep boop!

Screenshot test report 🚦

104 screenshots changed from master on commit 5d2679b:

Details

72 Changed:

32 Added:

@mdc-web-bot
Copy link
Collaborator

🤖 Beep boop!

Screenshot test report 🚦

104 screenshots changed from master on commit a95dc40:

Details

72 Changed:

32 Added:

Copy link
Contributor

@kfranqueiro kfranqueiro left a comment

Choose a reason for hiding this comment

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

LGTM pending passing CI

@mdc-web-bot
Copy link
Collaborator

🤖 Beep boop!

Screenshot test report 🚦

104 screenshots changed from master on commit 5b160ef:

Details

72 Changed:

32 Added:

@abhiomkar abhiomkar merged commit d5f0897 into master Sep 24, 2018
@jamesmfriedman jamesmfriedman mentioned this pull request Sep 26, 2018
49 tasks
@kfranqueiro kfranqueiro deleted the feat/shape branch October 8, 2018 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants