File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ 3.0.0-beta / 2017-03-17
2+ ==========
3+
4+ ## Breaking Changes
5+ - Uses https://github.com/michael-ciniawsky/postcss-load-config for config files. Dropped support for the v2 config file format.
6+ - ` --use ` accepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.
7+ - Can't pass options to plugins via ` --plugin.key=value ` anymore, use a config file.
8+ - Changed usage of the ` --map ` option; use ` --map ` for external sourcemaps, ` --no-map ` to disable all maps. Inline sourcemaps are default.
9+ - Writes to stdout if neither ` -o ` , ` --dir ` , or ` --replace ` is set.
10+ - Removed the ` --local-plugins ` flag; same result can be achieved with ` postcss.config.js ` .
11+ - Removed the global ` watchCSS ` handler, plugins that import/rely on other files should use a ` dependency ` message instead.
12+
13+ ## New Features
14+ - ` --ext ` (` -x ` ) option allows you to set the file extensions for your output files when using ` --dir ` .
15+ - ` --env ` allows you to set ` NODE_ENV ` in a cross-platform manner.
16+
17+ Migration guide: https://github.com/postcss/postcss-cli/wiki/Migrating-from-v2----v3
18+
1192.6.0 / 2016-08-30
220==================
321
You can’t perform that action at this time.
0 commit comments