Skip to content
Compare
Choose a tag to compare
@coryhouse coryhouse released this 03 Sep 12:58
· 112 commits to master since this release

Breaking Changes

  • Upgraded to React Router 4 #393
  • Upgraded to Webpack 3 #444
  • Upgraded to React Hot Loader 3 #392
  • Upgraded all other dependencies to latest #444 #390 #401
  • Switched to babel-preset-env #411

Bug fixes

  • Update Jest config to properly handle static assets #457
  • Enhance babel env config to transpile for IE9+ #452
  • Remove escape chars in setupPrompts.js causing linting to fail #449
  • Add jest-cli as an explicit dependency a5cf0e0
  • Copy favicon to /dist #424
  • Switch from open to opn to resolve issue on Windows #421
  • Resolve setup script issues #416

Enhancements

  • Added prop-types and updated all example code #418
  • Eliminated .babelrc and .eslintrc by moving Babel and ESLint configs to package.json #405

Documentation

  • Documented more items to check if you receive lint or build errors #151
  • Documented how to configure the public path #415