Skip to content

v6.2.0

Compare
Choose a tag to compare
@calvinl calvinl released this 26 Feb 19:50
· 10 commits to master since this release

This release contains both bugfixes and new features.

Bug Fixes:

  • (#48) Fixed an issue that caused production builds to fail the first time around because react-loadable.json is not found.
  • (#49) Fixed an issue causing base styles to load after css-modules are compiled, including fonts.

New Features:

  • Switched from mocha to jest as a test runner.
  • Add Enzyme for shallow rendering UI components

Changes