Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update autoprefixer in packages/oc-template-es6-compiler/package.json from 9.6.1 to 9.7.2 #668

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Nov 19, 2019

Overview

The following dependencies have been updated by dependencies.io:

  • autoprefixer in packages/oc-template-es6-compiler/package.json from "9.6.1" to "9.7.2"

Details

autoprefixer

This dependency is located in packages/oc-template-es6-compiler/package.json and was updated from "9.6.1" to "9.7.2".

9.6.2
  • Fix false Replace fill to stretch warning.
9.6.3
  • Fix Cannot read property 'startsWith' of undefined error.
9.6.4
  • Now the real fix for 'startsWith' of undefined error.
9.6.5
  • Fix selector prefixing (by fanich37).
9.7.0 Brotherhood of Steel coat of arms

Autoprefixer 9.7 brings AUTOPREFIXER_GRID environment variable and huge performance improvments.

Grid Environment Variable

Autoprefixer can add CSS Grid polyfills for IE. You need to manually enable it to prove that you understand the limits of polyfill.

In previous versions you can enable Grid polyfill by grid: 'autoplace' option or by /* autoprefixer grid: autoplace */ control comment. But in some cases, developers were not able to use both methods. For instance, during work with Material UI’ CSS-in-JS in Create React App.

Now Autoprefixer supports environment variable to enable CSS Grid polyfill:

AUTOPREFIXER_GRID=autoplace npm build

Performance Improvements

Knagis found that Browserslist takes 70% of the Autoprefixer time.

Autoprefixer 9.6.5 profiling

We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.

67417985-a283e180-f5d2-11e9-879a-e364c9acccf1

Other

9.7.1
  • Avoid unnecessary transitions in prefixed selectors (by fanich37).
  • Fix fit-content for Firefox.
9.7.2
  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

@codecov
Copy link

codecov bot commented Nov 19, 2019

Codecov Report

Merging #668 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #668   +/-   ##
=======================================
  Coverage   98.35%   98.35%           
=======================================
  Files          41       41           
  Lines         486      486           
  Branches       73       73           
=======================================
  Hits          478      478           
  Misses          8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac091cc...91f9dea. Read the comment docs.

@dependencies dependencies bot closed this Nov 30, 2019
@dependencies
Copy link
Author

dependencies bot commented Nov 30, 2019

This PR has been automatically closed in favor of #677.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant