Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 2.65 KB

master

1.0.0-beta.0

[BREAKING] - Will trigger deprecation warnings from autoprefixer if you still use the browsers key in ember-cli-build. To maintain this approach, change the key name to overrideBrowserslist. The preferred approach is now to use a .browserlistrc file, or add a browserslist item to your package.json. See https://github.com/browserslist/browserslist#readme for more information.

  • Upgrades Ember to 3.13
  • Upgrades broccoli-autoprofixer to 7.x

0.8.1

  • Fix issue with asset fingerprinting not taking autoprefixing into account #39

0.8.0

  • Update broccoli-autoprefixer dependency. This also updates Autoprefixer to v7.0.0 and requires Node version 4 or later. #37 and #36

0.7.0

0.6.0

  • Updated structure to the newest ember-cli project structures #22 and #29
  • Allow using this addon inside other addons directly #27
  • Updated lodash and broccoli-autoprefixer dependencies #29

0.5.0

0.4.1

  • Ignored the tmp-folder when publishing to npm #15.

0.4.0

  • Updated broccoli-autoprefixer dependency. It is now running autoprefixer through PostCSS, which gets rid of the deprecation warnings. #14

0.3.0

  • Added support for disabling autoprefixer. #7.
  • Updated version of broccoli-autoprefixer, which in turn updates Autoprefixer core to 5.0.0. You can read more about the changes here.

0.2.0