Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.0.tar.gz | 2017-09-03 | 164.3 kB | |
7.0.zip | 2017-09-03 | 187.8 kB | |
README.md | 2017-09-03 | 955 Bytes | |
Totals: 3 Items | 353.2 kB | 0 |
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]