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

  • ๐Ÿ”‹ Features

    • Replaces react-transform-webpack-hmr with its replacement react-transform-hmr. Thanks to daviferreira.
    • Replaces delicate-error-reporter with redbox-react. Thanks to bulby97.
    • Created a no-server branch here to make it easier for users who don't care about Koa.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“‡ Renames client directory to src to be more intuitive.
    • ๐Ÿ— inline-source-map has been replaced by source-map as the default webpack devTool to reduce build sizes.
    • ๐Ÿ”จ Refactors configuration file to focus on commonly-configured options rather than mixing them with internal configuration.
    • 0๏ธโƒฃ Swaps dev and dev:debug so debug tools are now enabled by default and can be disabled instead with dev:no-debug.
    • Repositions Redux devtools so they no longer block errors displayed by redbox-react.
    • โž• Adds explicit directory references to some import statements to clarify which are from from npm and which are local.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes naming in HomeView where mapStateToProps was incorrectly written as mapDispatchToProps.

    ๐Ÿ—„ Deprecations

    • โœ‚ Removes local test utilities (in ~/src/utils/test).