-
Notifications
You must be signed in to change notification settings - Fork 4
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 to the latest version 🚀 #79
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
=========================================
- Coverage 12.8% 12.31% -0.5%
=========================================
Files 40 40
Lines 1015 1015
=========================================
- Hits 130 125 -5
- Misses 885 890 +5
Continue to review full report at Codecov.
|
Version 7.0.1 just got published.Update to this version instead 🚀 Release Notes7.0.1
|
Version 7.1.0 just got published.Update to this version instead 🚀 Release Notes7.1 “Universitas litterarum”Autoprefixer 7.1 brings
|
Version 7.1.1 just got published.Update to this version instead 🚀 Release Notes7.1.1
|
Version 7.1.2 just got published.Update to this version instead 🚀 Release Notes7.1.2
|
Version 7.1.3 just got published. |
Version 7.1.4 just got published. |
Version 7.1.5 just got published.Update to this version instead 🚀 Release Notes7.1.5
|
Version 7.1.6 just got published.Update to this version instead 🚀 Release Notes7.1.6
|
Version 7.2.0 just got published.Update to this version instead 🚀 Release Notes7.2 “Ordem e Progresso”Autoprefixer 7.2 brings better Grid support for IE Grid LayoutWith In 7.0 we dramatically improved Grid support for IE. @Alex7Kom added Even this complex emoji example will work with new Autoprefixer (output): body { display: grid; grid-template-rows: auto 300px; grid-template-columns: 3fr 1fr; grid-template-areas: "🎩 🎩" "🍔 📰" "👞 👞"; } header { grid-area: 🎩; } nav { grid-area: 🍔; } main { grid-area: 📰; } footer { grid-area: 👞; } Just don’t forget to set auoprefixer({ grid: true }) Info CLI ToolAutoprefixer 7.2 ships with new CLI tool to check which browsers are selected and which properties will be prefixed. Just go to your project directory and run
Also, @pdokas added default value (current working dir) for Other Changes
|
Version 7.2.1 just got published.Update to this version instead 🚀 Release Notes7.2.1
|
Version 7.2.2 just got published.Update to this version instead 🚀 Release Notes7.2.2
|
Version 7.2.3 just got published.Update to this version instead 🚀 Release Notes7.2.3
|
Version 7.2.4 just got published.Update to this version instead 🚀 Release Notes7.2.4Fix IE 10 support |
Update to this version instead 🚀 Release Notes for 9.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 7.0.0 of autoprefixer just got published.
The version 7.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of autoprefixer.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
7.0 “Coelestem adspicit lucem”Autoprefixer 7.0 uses PostCSS 6.0, Browserslist 2.0 and
caniuse-lite
.Browserslist 2.0
Browserslist 2.0 and
caniuse-lite
by @ben-eb are the main changes in Autoprefixer 7.0. We wrote an article about these changes:> Autoprefixer 7.0 and Browserslist 2.0
Breaking Changes
Node.js stopped 0.12 support in January 01. So PostCSS dropped Node.js 0.12 from all tests. Please update your Node.js version to 4.0 or 7.0.
IE has very basic support of Grid Layout. So Autoprefixer added
-ms-
prefixes and change property syntax. Unfortunately, IE supports a really small subset of Grid Layout. So prefixes were not really useful. This is why we disabled Grid Layout prefixes by default. But you still can enable it:Babel
Autoprefixer was one of the biggest CoffeeScript projects. We thought to rewrite it, but reasons were small, and work was big. But @Semigradsky used great decaffeinate tool for automatically CoffeeScript → ES6 converting, and now all Autoprefixer sources are written in JS.
PostCSS 6.0
New PostCSS uses stream parser and uses less memory. Also, it uses less space in
node_modules
.Other Changes
^
for Browserslist dependencies, instead of~
.-ms-grid-column-align
.Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴