Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Aug 3, 2018

Overview

The following dependencies have been updated:

  • html-reporter in packages/gemini from "2.20.5" to "2.20.7"
  • autoprefixer in / from "9.0.1" to "9.1.0"

Details

Dependencies.io has updated html-reporter (a npm dependency in packages/gemini) from "2.20.5" to "2.20.7".

2.20.7

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


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

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.

@ghost ghost added the dependencies label Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants