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

chore(deps): update dependency autoprefixer to v8.6.4 - autoclosed #64

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2018

This Pull Request updates dependency autoprefixer from v8.5.2 to v8.6.4

Release Notes

v8.6.4

Compare Source

  • Fix stretch prefix in Chrome >= 46.

v8.6.3

Compare Source

  • Add warnings for unsupported Grid features.
  • Add warnings about wrong Grid properties.
  • Add note about grid option for grid properties in autoprefixer --info.

v8.6.2

Compare Source

  • Fix error during adding Grid prefixes in @media (by Evgeny Petukhov).

v8.6.1

Compare Source

  • Fix grid-template with media queries (by Evgeny Petukhov).

v8.6.0

Compare Source
Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support for grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

@​yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}
Other Changes


This PR has been generated by Renovate Bot.

@coveralls
Copy link

coveralls commented Jun 2, 2018

Coverage Status

Coverage remained the same at 51.751% when pulling 3fff70d on renovate/autoprefixer-8.x into 6be0b47 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-8.x branch from ec7cf35 to ba04e9f Compare June 7, 2018 14:17
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v8.6.0 chore(deps): update dependency autoprefixer to v8.6.1 Jun 7, 2018
@renovate renovate bot force-pushed the renovate/autoprefixer-8.x branch from ba04e9f to 2d89c4b Compare June 9, 2018 10:52
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v8.6.1 chore(deps): update dependency autoprefixer to v8.6.2 Jun 9, 2018
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v8.6.2 chore(deps): update dependency autoprefixer to v8.6.3 Jun 18, 2018
@renovate renovate bot force-pushed the renovate/autoprefixer-8.x branch from 2d89c4b to 3fff70d Compare June 18, 2018 13:25
@renovate renovate bot force-pushed the renovate/autoprefixer-8.x branch from 3fff70d to 1be4cec Compare June 26, 2018 15:23
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v8.6.3 chore(deps): update dependency autoprefixer to v8.6.4 Jun 26, 2018
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v8.6.4 chore(deps): update dependency autoprefixer to v8.6.4 - autoclosed Jun 29, 2018
@renovate renovate bot closed this Jun 29, 2018
@renovate renovate bot deleted the renovate/autoprefixer-8.x branch June 29, 2018 14:50
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