react-redux-starter-kit v0.18.0 Release Notes

  • ๐Ÿ”‹ Features

    • Replaces webpack-dev-server with Express and webpack middleware
    • Replaces redux-router with redux-simple-router
    • ๐Ÿ‘‰ Use postcss-loader for autoprefixing rather than autoprefixer-loader
    • ๐Ÿ”ง Configuration will now warn you of missing dependencies for vendor bundle
    • โฌ†๏ธ Upgrade react-router from 1.0.0-rc1 -> ^1.0.0
    • โฌ†๏ธ Upgrade css-loader from 0.21.0 -> 0.23.0
    • โฌ†๏ธ Upgrade eslint-config-airbnb from 0.1.0 to ^1.0.0
    • โฌ†๏ธ Upgrade karma-spec-reporter from 0.0.21 to 0.0.22
    • โฌ†๏ธ Upgrade extract-text-webpack-plugin from ^0.8.0 to ^0.9.0

    ๐Ÿ‘Œ Improvements

    • Compiled index.html is 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-loader rather than inline query string
    • ๐Ÿ‘• Rename test:lint task to lint: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 Root container
    • ๐Ÿ›  Fixes awkwardly named arguments to createReducer utility
    • โž• Add missing alias to ~/src/store