Skip to content

Releases: postcss/autoprefixer

9.7.6

01 May 13:22
@ai ai
9.7.6
Compare
Choose a tag to compare
  • Revert -webkit-stretch fix.

9.7.5

24 Mar 00:31
@ai ai
9.7.5
Compare
Choose a tag to compare
  • Fix -webkit-stretch support.

9.7.4

14 Jan 20:27
@ai ai
9.7.4
Compare
Choose a tag to compare

9.7.3

30 Nov 15:10
@ai ai
9.7.3
Compare
Choose a tag to compare
  • Fix compatibility with PostCSS Modules.

9.7.2

18 Nov 23:30
@ai ai
9.7.2
Compare
Choose a tag to compare
  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

9.7.1

01 Nov 12:57
@ai ai
9.7.1
Compare
Choose a tag to compare
  • Avoid unnecessary transitions in prefixed selectors (by @fanich37).
  • Fix fit-content for Firefox.

9.7 “Ad Victoriam”

24 Oct 13:19
@ai ai
9.7.0
Compare
Choose a tag to compare

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.6.5

14 Oct 07:57
@ai ai
9.6.5
Compare
Choose a tag to compare

9.6.4

14 Oct 07:57
@ai ai
9.6.4
Compare
Choose a tag to compare
  • Now the real fix for 'startsWith' of undefined error.

9.6.3

14 Oct 07:56
@ai ai
9.6.3
Compare
Choose a tag to compare
  • Fix Cannot read property 'startsWith' of undefined error.