Skip to content

Releases: supasate/connected-react-router

v2.0.0-alpha.2

31 Dec 03:17
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

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

v2.0.0-alpha.1

23 Dec 17:27
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Bug Fix

Breaking change

  • Use connectRouter(history)(rootReducer) instead of manual mounting routerReducer.

Migration guide from v1.0.0-alpha.x

  1. Remove router: routerReducer from combineReducers function in your root reducer file.
  2. In createStore function, change the first argument from your rootReducer to connectRouter(history)(rootReducer) and import connectRouter from connect-react-router

See Usage for more details.

v1.0.0-alpha.5

16 Dec 18:48
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
  • Fix router.location is null on pageload #3
  • Fix @@ROUTER/LOCATION fires twice #4

v1.0.0-alpha.4

16 Dec 18:50
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
  • Add repository and issue report urls

v1.0.0-alpha.3

16 Dec 18:50
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Add readme
  • Add example code

v1.0.0-alpha.2

16 Dec 18:49
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Include lib folder when installing

v1.0.0-alpha.1

16 Dec 18:49
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Initial release