Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 2.39 KB

v4.0.3 (2016-04-03)

  • #73 Fixes hot-module-replacement of styles

v4.0.0 (2016-03-22)

There were two small breaking changes, making this upgrade very simple:

  • The plugin webpack-pages was renamed to webpack-archetype-pages;
  • We changed the way webpack configurations are merged, now loaders are merged toghether if their test name matches.

Major changes:

  • #36 Add support to Library projects;
  • #35 Use webpack-merge smart feature to allow modifying an existing loader.
  • #41 Add support for more browsers to run tests
  • #22 Upgrade to Babel 6
  • #62 Build CSS files as separated artefacts while using pages
  • #64 Update to Standard 5.1
  • #66 Refactor media loaders and add support to videos
  • ea0dae4 Add NODE_ENV=production on npm run dist
  • fc41731 Add NODE_ENV=test on npm run test and npm run test-watch

v3.3.0 (2016-03-10)

  • #51 Nicer test reporter with "karma mocha reporter"

v3.2.0 (2016-03-03)

  • #47 Bootstrap gitignore file
  • #49 Resolve .jsx modules by default

v3.0.0 (2016-02-21)

Allow extensibility and customization of webpack and karma configurations.

Deprecated

Project specific configuration has moved from package.json to sagui.config.js.

Major changes:

  • #16 Allow extensibility of webpack configuration
  • #23 Add support for CSS Modules #23

v2.6.0 (2015-12-12)

In this release we finaly are able to build and distribute our projects!

  • #3 Implement build action to generate the compiled assets
  • #4 Implement dist action to generate optimized assets ready for distribution