Releases: supasate/connected-react-router
Releases · supasate/connected-react-router
v2.0.0-alpha.2
Feature
Testing
- Set up test infra with
jest
(@bhongy in #9) - Add unit tests for action creators, reducers, middleware, and ConnectedRouter (@supasate in #2)
Doc & Example
- [Doc] Add README 'How to hot reload reducers' (@supasate)
- [Example] Add example code to hot reload reducers (@supasate)
v2.0.0-alpha.1
Bug Fix
Breaking change
- Use
connectRouter(history)(rootReducer)
instead of manual mountingrouterReducer
.
Migration guide from v1.0.0-alpha.x
- Remove
router: routerReducer
fromcombineReducers
function in your root reducer file. - In
createStore
function, change the first argument from yourrootReducer
toconnectRouter(history)(rootReducer)
and importconnectRouter
fromconnect-react-router
See Usage for more details.
v1.0.0-alpha.5
v1.0.0-alpha.4
- Add repository and issue report urls
v1.0.0-alpha.3
- Add readme
- Add example code
v1.0.0-alpha.2
- Include lib folder when installing
v1.0.0-alpha.1
Initial release