- fix bug where non css files are parsed by default (extentions)
- dependency updates
- dependency updates
- float dependencies
- same as v7.1.0
- reverts 7.1.0 back to 7.0.2
- this release contains the same code as 7.0.2
- update testing scenarios for default/release/canary
- minimize node testing to only 14
- “octanify” the add-on
- fix qunit setup
- update dependencies
- dependency security bumps via dependabot
- remove ember global to fix embroider builds
- npm audit security fixes (merge 2.1.1)
- BREAKING: use Postcss 8
- npm audit security fixes
- use of native classes
- use JSON.stringify when writing sourcemap data (fix for Node 14)
- drop support for Node 8
- BREAKING: updated defaults for caching with the compile step
- added documentation note on compile caching options
- drop support for Node 6
- add documentation note on importing styles from addons
- minor linting updates
- dependency updates
- rename option browsers -> overrideBrowserslist
- update the processTrees default to ‘css’ only
- adds processTrees option to filter
- adds a fix for GlimmerJS support
- stop testing against Ember 2
- remove Yarn
- upgrade to Postcss v7
- drop Node 4 support
- test against Node 10
- use version ranges for dependencies
- use new testing API
- add a service for using CSS variables in javascript
- add a documentation website using the dummy app
- fix
this.options
collision - fix babel devDependencies deprecation
- add support for using a custom postcss parser via the compile options
- add support for other known style extensions (less, styl, sass, scss)
- fix Node 4 support
- add a blueprint for using Sass + Postcss
- fix Node 9 support
- allow plugins to be specified as functions for both compile and filter
- update dependencies
- move
bower
to devDependencies - improve Travis and
ember-try
test setup
- moved
ember-cli-dependency-checker
to dev dependencies
- upgrade broccoli-postcss for Node 8 support
- initial Node 8 support
- support
config/targets.js
and overridingbrowsers
options
- use Postcss 6 via updating broccoli plugins
- fix include/exclude from removing files by overwriting with broccoli merge tree
- update ember cli and testing deps
- adds include/exclude option for filter
- default to only creating sourcemaps in the development environment
- update code styles for tests
- add yarn lockfile
- switch to using eslint instead of jshint
- update code styles
- fix option reference
- splits plugin into two modes: compile and filter
- compile is for the same behaviour as V2, which uses broccoli-postcss-single
- filter is for running postcss on all of your project’s stylesheets at the end of the build process, which uses V3 of broccoli-postcss
- updates
broccoli-merge-trees
to version 1.0
- adds the ability to process multiple files by adding them to the
outputPaths
inBrocfile.js
orember-cli-build.js
- updates
broccoli-postcss
to version 2.0 (Postcss v5)