-
Notifications
You must be signed in to change notification settings - Fork 0
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 🚀 #45
base: master
Are you sure you want to change the base?
Conversation
Version 8.1.0 just got published.Update to this version instead 🚀 Release Notes8.1 “Rex, Familia et Ultio”Autoprefixer 8.1 brings Overscroll Behavior@Malvoz suggested the great idea to polyfill .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 Better Grid Layout@evgeny-petukhov continues his amazing work and now Autoprefixer polyfills Grid Layout for IE in more cases. He added Grid properties were fixed in
Note, that you need |
Version 8.2.0 just got published.Update to this version instead 🚀 Release Notes8.2 “Ad Astra per Aspera”Autoprefixer 8.2 brings @YozhikM, @soul-wish, and @yuriyalekseyev did a great work. They added new data to Can I Use and implemented a new feature to Autoprefixer. body { -webkit-print-color-adjust: exact; color-adjust: exact; } |
Version 8.3.0 just got published.Update to this version instead 🚀 Release Notes8.3 “Benigno Numine”Autoprefixer 8.3 adds Media and Grid Layout@evgeny-petukhov continues his great work for Grid Layout support in Autoprefixer. Now he improved body { grid-template: [header-left] "head head" 30px [header-right] [main-left] "nav main" 1fr [main-right] [footer-left] "nav foot" 30px [footer-right] / 120px repeat(4, 250px 10px); } Don’t forget that Autoprefixer inserts Grid Layout prefixes only if you set Gradient Warning@radium-v found that Autoprefixer show warning even if a { background: radial-gradient(#fff, transparent) 0 0 / cover no-repeat #f0f; } @kotfire improve old direction detection and fix this issue. |
Version 8.4.0 just got published.Update to this version instead 🚀 Release Notes8.4 “Non in aves, sed in angues”Autoprefixer 8.4 brings new control comment to ignore next line. @vostrik implemented the @levin-du’s idea of having control comment to disable only next property/rule: .logo { /* autoprefixer: ignore next */ user-select: none; /* ← ignored */ mask: url(mask.jpg); /* ← will be prefixed */ } |
Version 8.0.0 of autoprefixer was just published.
The version 8.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.
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 🌴