Skip to content

Bump autoprefixer from 7.1.6 to 8.1.0 #36

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

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps autoprefixer from 7.1.6 to 8.1.0.

Release notes

Sourced from autoprefixer's releases.

8.1 “Rex, Familia et Ultio”

Kingdom Come: Deliverance logo

Autoprefixer 8.1 brings overscroll-behavior and better Grid support.

Overscroll Behavior

Malvoz suggested the great idea to polyfill overscroll-behavior for IE 11 and Edge by -ms-scroll-chaining.

.none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
}
.contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
}
.auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
}

Note, that overscroll-behavior-x and overscroll-behavior-y are not supported since -ms- property doesn’t have this freedom.

Better Grid Layout

evgeny-petukhov continues his amazing work and now Autoprefixer polyfills Grid Layout for IE in more cases.

He added grid-template shortcut support and improve support of grid-column-end and grid-row-end.

Grid properties were fixed in [**supports**](https://github.com/supports). We recommend:

  • To select modern Grid browsers and IE 11: [**supports**](https://github.com/supports) (display: grid).
  • To select only Grid browsers without IE 11: [**supports**](https://github.com/supports) (grid-gap: 0).

Note, that you need grid: true option to Autoprefixer to add -ms- prefixes for Grid Layout.

8.0 “Excelsior”

Great Seal of the State of New York

Autoprefixer 8.0 uses Browserslist 3.0, has autoprefixer CLI tool instead of autoprefixer-info.

Browserslist 3.0

The main feature of Autoprefixer 8.0 is Browserslist 3.0. In the new version, it brings new default browsers. It will affect you only if you don’t change browsers by .browserslistrc or browserslist key in package.json (we don’t recommend to use browsers option).

In one hand, Browserslist 3.0 usage statistics limit for default browsers was reduced from >1% to >0.5%. In another hand, we remove dead browsers from default browsers. The dead browser is a browser with < than 1% in the global market and who don’t have security updates. Right now IE 10 and BlackBerry browser are dead browsers.

... (truncated)

Changelog

Sourced from autoprefixer's changelog.

Change Log

This project adheres to Semantic Versioning.

8.1 “Rex, Familia et Ultio”

  • Add overscroll-behavior support.
  • Add grid-template shortcut support (by Evgeny Petukhov).
  • Add better grid-column-end and grid-row-end support (by Evgeny Petukhov).
  • Fix Grid properties support in [**supports**](https://github.com/supports).

8.0 “Excelsior”

  • Use Browserslist 3.0.
  • Rename autoprefixer-info CLI tool to autoprefixer --info.
  • Remove break-* to page-break-* conversion for Firefox.

7.2.6

  • Fix -ms- prefix for grid cells with same grid-area (by Evgeny Petukhov).

7.2.5

  • Fix multiple prefixes in declaration value.

7.2.4

  • Fix IE 10 support.

7.2.3

  • Fix grid-template-areas in [**media**](https://github.com/media) (by Evgeny Petukhov).

7.2.2

  • Fix _autoprefixerDisabled is undefined issue.

7.2.1

  • Fix IE and other old JS runtimes support.

7.2 “Ordem e Progresso”

  • Add grid-template-areas support (by Evgeny Petukhov).
  • Add grid-template support (by Evgeny Petukhov).
  • Add grid-area support (by Alexey Komarov).
  • Add autoprefixer-info CLI tool.
  • Add wrong radial-gradient properties warning.
  • Use current working dir on missed from in info() (by Phil Dokas).
  • Fix grid-row and grid-column support (by Alexey Komarov).
  • Do not prefix reverse animation direction.
  • Improve test coverage (by Dmitry Semigradsky).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

@dependabot-preview
Copy link
Author

Superseded by #44.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/autoprefixer-8.1.0 branch March 22, 2018 04:12
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.

1 participant