| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2015-12-01 | 1.2 kB | |
| v0.18.0.tar.gz | 2015-12-01 | 21.8 kB | |
| v0.18.0.zip | 2015-12-01 | 38.9 kB | |
| Totals: 3 Items | 62.0 kB | 0 | |
0.18.0
Features
- Replaces
webpack-dev-serverwithExpressand webpack middleware - Replaces
redux-routerwithredux-simple-router - Use
postcss-loaderfor autoprefixing rather than autoprefixer-loader - Configuration will now warn you of missing dependencies for vendor bundle
- Upgrade
react-routerfrom1.0.0-rc1->^1.0.0 - Upgrade
css-loaderfrom0.21.0->0.23.0 - Upgrade
eslint-config-airbnbfrom0.1.0to^1.0.0 - Upgrade
karma-spec-reporterfrom0.0.21to0.0.22 - Upgrade
extract-text-webpack-pluginfrom^0.8.0to^0.9.0
Improvements
- Compiled
index.htmlis now minified - Content hashes are now injected directly into the filename rather than appended as query strings
- Better reporting of webpack build status
- Use object-style configuration for
sass-loaderrather than inline query string - Rename
test:linttask tolint:tests - Various documentation improvements
Fixes
- Content hash is now longer duplicated in CSS bundle
- Karma plugins are autoloaded now, rather than explicitly defined
- Removes extraneous wrapping div in
Rootcontainer - Fixes awkwardly named arguments to
createReducerutility - Add missing alias to
~/src/store