- Updated to import() method of code-splitting due to deprecated method by webpack.
- Added service worker and offline caching.
- Fixed HMR issue.
- Updated widget options.
- Updated all outdated packages.
- babel-loader pending patch
- Now scores 39/100 as a PWA.
- Bundle sizes significantly reduced.
- Throttiling time on Regular 3G network dropped significantly.
- Migrated away from the use of create-react-app.
- Switched management of local env vars to dotenv-safe.
- Project now built with Webpack 2.
- Migrated to dynamic routing using Webpack 2 & React-Router.
- Incorporated tree-shaking with certain modules for performance enhancements.
- Fixed minor styling issues.
- Replaced componentWillMount() with componentDidMount() for performance enhancements via React dev-teams recommendations to community.
- Successfully deployed to Heroku.
- Code now being covered by CodeoCov as well as Coveralls.
- Updated dotenv configuration for project.
- Removed
react-loading
to fix missing module error. - Added theme to Cloudinary Widget.