contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Update autoprefixer to the latest version 🚀

Open greenkeeper[bot] opened this issue 7 years ago • 15 comments

Version 8.6.0 of autoprefixer was just published.

Dependency autoprefixer
Current Version 8.5.1
Type devDependency

The version 8.6.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of autoprefixer.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 8.6 “Follow Reason”

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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot :palm_tree:

greenkeeper[bot] avatar Jun 02 '18 17:06 greenkeeper[bot]

Version 8.6.1 just got published.

Update to this version instead 🚀

Release Notes 8.6.1
  • Fix grid-template with media queries (by @yepninja)

greenkeeper[bot] avatar Jun 07 '18 14:06 greenkeeper[bot]

Version 8.6.2 just got published.

Update to this version instead 🚀

Release Notes 8.6.2
  • Fix error during adding Grid prefixes in @media (by @yepninja).

greenkeeper[bot] avatar Jun 09 '18 11:06 greenkeeper[bot]

Version 8.6.3 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] avatar Jun 18 '18 13:06 greenkeeper[bot]

Version 8.6.4 just got published.

Update to this version instead 🚀

Release Notes 8.6.4
  • Fix stretch prefix in Chrome >= 46.

greenkeeper[bot] avatar Jun 26 '18 15:06 greenkeeper[bot]

Version 8.6.5 just got published.

Update to this version instead 🚀

Release Notes 8.6.5
  • Do not show Grid warnings if IE was not selected

greenkeeper[bot] avatar Jul 06 '18 05:07 greenkeeper[bot]

Version 9.0.0 just got published.

Update to this version instead 🚀

Release Notes 9.0 “A Mari Usque Ad Mare”

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

Autoprefixer 9.0 brings Browserslist 4.0 and drops Node.js 4 support.

Breaking Changes

We removed Node.js 4 and Node.js 9 support since it doesn’t have security updates anymore.

We removed IE and “dead” browsers (without security updates) from Babel’s targets:

last 2 version
not dead
not Explorer 11
not ExplorerMobile 11
node 10
node 8
node 6

Autoprefixer Rails 9.0 dropped the RubyRacer and Sprockets 3 support.

Browserslist 4.0

Autoprefixer 9.0 uses Browserslist 4.0 to get your target browsers.

Now you use Browserslist to specify Node.js versions. Babel 7 will use Browserslist config as well.

Also, Browserslist 4.0 will warn you if you didn’t update Can I Use DB for last than 6 month.

PostCSS 7.0

Autoprefixer 9.0 uses PostCSS 7.0

greenkeeper[bot] avatar Jul 16 '18 22:07 greenkeeper[bot]

Version 9.0.1 just got published.

Update to this version instead 🚀

Release Notes 9.0.1
  • Fix nested at-rules in Grid prefixes (by @ivandata)

greenkeeper[bot] avatar Jul 21 '18 18:07 greenkeeper[bot]

Version 9.0.2 just got published.

Update to this version instead 🚀

Release Notes 9.0.2
  • Show warning on Grid area names conflict (by @bogdan0083).
  • Fix documentation (by @svewag).

greenkeeper[bot] avatar Jul 30 '18 21:07 greenkeeper[bot]

Version 9.1.0 just got published.

Update to this version instead 🚀

Release Notes 9.1 “Equality before the law”

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.

greenkeeper[bot] avatar Aug 03 '18 01:08 greenkeeper[bot]

Version 9.1.1 just got published.

Update to this version instead 🚀

Release Notes 9.1.1

greenkeeper[bot] avatar Aug 13 '18 03:08 greenkeeper[bot]

Version 9.1.2 just got published.

Update to this version instead 🚀

Release Notes 9.1.2
  • Fix autoprefixer --info in new Node.js.

greenkeeper[bot] avatar Aug 19 '18 19:08 greenkeeper[bot]

Version 9.1.4 just got published.

Update to this version instead 🚀

Release Notes 9.1.4
  • Use Babel 7.

greenkeeper[bot] avatar Sep 04 '18 07:09 greenkeeper[bot]

Version 9.1.5 just got published.

Update to this version instead 🚀

Release Notes 9.1.5
  • Remove @babel/register from dependencies.

greenkeeper[bot] avatar Sep 04 '18 11:09 greenkeeper[bot]

  • The devDependency autoprefixer was updated from 8.6.2 to 9.2.0.

Update to this version instead 🚀

greenkeeper[bot] avatar Oct 14 '18 17:10 greenkeeper[bot]

  • The devDependency autoprefixer was updated from 8.6.2 to 9.2.1.

Update to this version instead 🚀

Release Notes for 9.2.1
  • Fix broken AST.

greenkeeper[bot] avatar Oct 17 '18 00:10 greenkeeper[bot]