This repository was archived by the owner on Jan 3, 2024. It is now read-only.
Update autoprefixer to the latest version 🚀#570
Closed
greenkeeper[bot] wants to merge 1 commit intomasterfrom
Closed
Update autoprefixer to the latest version 🚀#570greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 7.1.0 of autoprefixer just got published.
The version 7.1.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.1 “Universitas litterarum”Autoprefixer 7.1 brings
unicode-bidisupport,-webkit-appearanceto Edge and fix intrinsic widths prefixes in Grid Layout.unicode-bidiAutoprefixer 7.1 will add prefixes for
isolate,plaintextandisolate-overridevalues inunicode-bidi:Edge and
-webkit-appearancePrefixes sometime could be very strange. Edge started to support
appearanceproperty with a prefix. But because of many only-for-Safari websites it supports-webkit-appearanceinstead of-ms-appearance.Autoprefixer 7.1 knows it and will generate
-webkit-appearanceeven if you set only"last 1 Edge version"in browserslist config.Intrinsic Widths
min-content,stretchand other Intrinsic sizes was fixed ingrid-template-columnsand other Grid Layout properties.Browserslist in
info()By accident Browserslist 1 loaded config from current working dir if file path was missed. In Browserslist 2 we fixed it and now you must specify path to file in explicit way.
It is not a problem for Autoprefixer user, because Autoprefixer takes CSS file path from PostCSS.
But
autoprefixer.info()stopped to load conifg in 7.0. In 7.1 we addedfromoption toinfo().Set the path to your CSS file and
info()will show what prefixes and why it will added to this CSS file: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 🌴