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

Update autoprefixer in / from 7.2.5 to 9.1.5 #224

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Oct 1, 2018

Dependencies.io has updated autoprefixer (a npm dependency in /) from "7.2.5" to "9.1.5".

9.1.5
  • Remove @babel/register from dependencies.
9.1.4
  • Use Babel 7.
9.1.3
  • Sort properties in autoprefixer --info alphabetically.
  • Fix old Firefox gradient prefix.
9.1.2
  • Fix autoprefixer --info in new Node.js.
9.1.1
  • Retain grid-gap through @media (by bogdan0083).
  • Fix grid-template and @media (by bogdan0083).
  • Fix Grid areas searching error (by @bogdan0083).
  • Fix span X Grid prefix (by @bogdan0083).
  • Fix docs (by halfzebra).
9.1.0

This is a good article. Follow the link for more information.
Arms of Canada

Autoprefixer 9.1 brings background-clip: text and fix span in IE Grid.

Background Clip

background-clip: text beome to be the standard and got Edge support. So we added it to Autoprefixer:

.title {
  background: linear-gradient(yellow, red);
   -webkit-background-clip: text;
           background-clip: text;
}

Note, that Edge expect -webkit- prefix for this property.

Grid Layout Fix

bogdan0083 fixed an issue when media-query override some grid-template.

@leonardofaria
Copy link
Owner

Deploy preview for leozera-ui ready!

Built with commit b2837ba

https://deploy-preview-224--leozera-ui.netlify.com

@codecov-io
Copy link

codecov-io commented Oct 1, 2018

Codecov Report

Merging #224 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #224   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files           3        3           
  Lines          12       12           
  Branches        2        2           
=======================================
  Hits           11       11           
  Misses          1        1

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 fdf9acd...b2837ba. Read the comment docs.

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.

3 participants