Skip to content

v3.0.0

Compare
Choose a tag to compare
@topheman topheman released this 28 Mar 22:21
· 30 commits to master since this release

Breaking Changes

  • Upgraded from Babel v5 to Babel v6
  • Upgraded development & build workflow (aligned on topheman/webpack-babel-starter)
    • Dropped Gulp (now only using npm & webpack)
    • Build destination folder is now build/dist (previously build), in order to store artefacts like code coverage reports and others in the futur

Deprecations

  • npm run serve-build is now npm run serve-dist (now serves build/dist on port 3000 - previously buildon port 9001)
  • npm run clean is now npm run clean-dist (now cleans build/dist - previously build)

Changes:

  • cbe5037 upgraded to Babel v6 + upgraded build routine (more on topheman/webpack-babel-starter)
  • 90c6088 setup babel-plugin-react-transform (basic hot-reload)
  • aa19dd9 setup babel-preset-react-hmre (hot-reload with enhancement)
  • 60e97a6 fixed e2e test bug - removed babel/register from protractor.config.js

v2.x code is still available on the v2.x branch

Changelog: v2.7.1...v3.0.0