Skip to content

Commit c33ae87

Browse files
committed
Update CHANGELOG
1 parent a817740 commit c33ae87

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
2.6.0 / 2016-08-30
220
==================
321

0 commit comments

Comments
 (0)