-
Notifications
You must be signed in to change notification settings - Fork 2
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 🚀 #32
Conversation
Version 9.0.1 just got published.Update to this version instead 🚀 Release Notes9.0.1
|
Version 9.0.2 just got published.Update to this version instead 🚀 Release Notes9.0.2
|
Version 9.1.0 just got published.Update to this version instead 🚀 Release Notes9.1 “Equality before the law”Autoprefixer 9.1 brings Background Clip
.title { background: linear-gradient(yellow, red); -webkit-background-clip: text; background-clip: text; } Note, that Edge expect Grid Layout Fix@bogdan0083 fixed an issue when media-query override some |
Version 9.1.1 just got published.Update to this version instead 🚀 Release Notes9.1.1
|
Version 9.1.2 just got published.Update to this version instead 🚀 Release Notes9.1.2
|
Version 9.1.4 just got published.Update to this version instead 🚀 Release Notes9.1.4
|
Version 9.1.5 just got published.Update to this version instead 🚀 Release Notes9.1.5
|
|
Update to this version instead 🚀 Release Notes for 9.2.1
|
Update to this version instead 🚀 Release Notes for 9.3 “Labor omnia vincit”Autoprefixer 9.3 brings
|
Update to this version instead 🚀 Release Notes for 9.3.1
|
Update to this version instead 🚀 Release Notes for 9.4 “Advance Australia”Autoprefixer 9.4.0 brings limited autoplacement support to the IE CSS Grid. Grid AutoplacementIf the In order to use the new autoplacement feature, you must define both rows and columns when declaring the grid template. /* Input CSS */ /* Output CSS */ Autoplacement support in Autoprefixer is currently very limited in what it can do. Please read the Grid Autoplacement support in IE section before using this new feature. Thanks to @bogdan0083 for implementing the new feature, @Dan503 for documenting it, and @evandiamond for coming up with the initial idea. Other Changes
|
|
Update to this version instead 🚀 Release Notes for 9.4.2
|
|
|
Version 9.0.0 of autoprefixer was just published.
The version 9.0.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
9.0 “A Mari Usque Ad Mare”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:
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
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 🌴