Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.14 KB

RELEASE_NOTES.md

File metadata and controls

31 lines (17 loc) · 1.14 KB

RELEASE NOTES

v2.y.z

MAJOR CHANGES

  • Support for webpack.config.js React.js:

    The React.js project generator produces now a skeleton with support for webpack. Further, the babel.config.js configuration is not required anymore.

NOTABLE CHANGES

  • Support for sass-loader:

    It is possible now to import SASS styles into scripts via the sass-loader (using node-sass), while CSS styles are still supported (via the css-loader).

v1.y.z

MAJOR CHANGES

NOTABLE CHANGES

  • Integrated generator tests with CI:

    The React project generator is can now automatically be verified with npm test, which is also run by the https://travis-ci.com/ continuous integration service. The entire list of generated files is checked, plus the full content of package.json.