This repository was archived by the owner on Oct 12, 2018. It is now read-only.
Merged
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.
This Pull Request updates dependency autoprefixer from
v7.1.6tov7.2.6Release Notes
v7.2.0Autoprefixer 7.2 brings better Grid support for IE
and
autoprefixer-infoCLI tool.Grid Layout
With
grid: trueoption Autoprefixer adds-ms-prefixes to Grid Layout properties. But this feature was very limited.In 7.0 we dramatically improved Grid support for IE. @alex7kom added
grid-areaand improvedgrid-rowandgrid-columnsupport. @evgeny-petukhov addedgrid-template-areasandgrid-templatesupport.Even this complex emoji example will work with new Autoprefixer (output):
Just don’t forget to set
grid: trueoption:Info CLI Tool
Autoprefixer 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
npx autoprefixer-info:Also, @pdokas added default value (current working dir) for
fromoption inautoprefixer.info().Other Changes
radial-gradientproperties warning.reverseanimation direction.v7.2.1v7.2.2_autoprefixerDisabled is undefinedissue.v7.2.3grid-template-areasin@media(by Evgeny Petukhov).v7.2.4v7.2.5v7.2.6-ms-prefix for grid cells with samegrid-area(by Evgeny Petukhov).Commits
v7.2.0
5857d6aProvide a default file path for info() output (#932)aa55b76Add Node.js 8 to Travis CI4effadcUpdate dependencies178547bClean up code9a523b5Do not prefix modern animation-direction values1d3ef1cAdd partial grid-area support, improve grid-row and grid-column support (#938)713a019Clean up code1f3bae6Update dependencies84f1f0fAdd code coverage, tests of initializing and remove not used code (#928)903102eAdd support for grid-template shorthandac2eb81Merge branch 'master' into master7c5ec6dClean up grid hacks36f44e8Update dependencies0d33752Use ESLint CI instead of ESLinteb11f02Add warnings for old radial syntaxd5801a6Improve test coverage83de1e8Remove unsupported Grid warning1cb2b6bAdd autoprefixer-info CLI tool01c5385Copy bin scripts to build directory7d22d1fUpdate Size Limit79b48cfAdd missing semicolons (#946)8eb8403Update dependenciesf460f38Fix Jest warning08a0db0Add grid-template-areas support (#948)151f84fClean up codec3ef200Fix grid-template-areas warning842b392Release 7.2 versionv7.2.1
b8cbd67Fix old JS runtimes support0864685Release 7.2.1 versionv7.2.2
462f05cReduce size & make animation check a little faster (#949)0072163Fix strange issue by stacktrace93e12e8Update dependenciesfe8ec43Fix Size Limit warningc8a69e2Release 7.2.2 versionv7.2.3
c762f4bFix #954 (#955)0550db0Fix test361ca8cUpdate dependencies7af5965Release 7.2.3 versionv7.2.4
9c52095More clear disabling docsfe3c73dAdd IE 10 support to build67c1008Remove unnecessary dependency868c765Update dependencies555f957Update AUTHORSb37588fUse Jest 222b4a829Remove unnecessary browserlist config from package.jsonf75818aDelete development sections from build package.json3e47707Fix for IE 9/10 in class which use extends (#963)b3e6129Update PostCSS588f910Update Browserslistd641594Release 7.2.4 versionv7.2.5
e7d0fd3Update dependenciesecd7eedFix value prefixingf37e5baRelease 7.2.5 versionv7.2.6
5d94aecAdd missing space in `autoprefixer -info` CLI docs (#978)312dfffDon't require sub-files in postcss (#981)15a54abFix Browserslist config nameaaecf3b[grid-template-areas] Repetitive grid-area declarations (#983)ba05148Update dependenciese1feb33Release 7.2.6 versionThis PR has been generated by Renovate Bot.