v0.14.0
版本发布时间: 2015-09-21 22:06:42
dvdzkwsk/react-redux-starter-kit最新发布版本:v3.0.1(2017-05-18 07:20:27)
Features
- Replaces
react-transform-webpack-hmr
with its replacementreact-transform-hmr
. Thanks to daviferreira. - Replaces
delicate-error-reporter
withredbox-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 tosrc
to be more intuitive. -
inline-source-map
has been replaced bysource-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.
- Swaps
dev
anddev:debug
so debug tools are now enabled by default and can be disabled instead withdev: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 fromnpm
and which are local.
Fixes
- Fixes naming in
HomeView
wheremapStateToProps
was incorrectly written asmapDispatchToProps
.
Deprecations
- Removes local test utilities (in
~/src/utils/test
).