Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Add more notes to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 21, 2016
1 parent b4683b2 commit c9a1fdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- ``md-collection-loader`` has been renamed to ``content-loader``.
- Default markdown parser is now remark _but you can use anything you want, even
a non markdown parser (eg: latex, asciidocs...)._
**``markdownIt`` configuration is not supported any more but you can still use
the same engine, see details below.**
- ``scripts/webpack.config.*.js`` now needs to export function that accept
config as the first parameter.
- ``scripts/config.js`` is now responsible for exporting webpack configurations.
- (minor) ``redux-devtools`` and ``redux-thunk`` have been removed
(``redux`` will become private soon anyway, or might even be dropped).

Expand All @@ -25,7 +30,8 @@

- Changed: simplified boilerplate and "start" and "build" commands !
**Be sure to checkout new (smaller) boilerplate**.
- ``scripts/webpack.config.*.js`` now needs to export function that accept an object.
- ``scripts/webpack.config.*.js`` now needs to export function that accept
config as the first parameter.
- ``scripts/config.js`` is now responsible for exporting webpack configurations.
- You can replace ``start`` and ``build`` npm scripts by
``statinamic start/build``
Expand Down

0 comments on commit c9a1fdf

Please sign in to comment.