Changelog History
-
v10.0.0
October 17, 2019 -
v9.0.0 Changes
March 10, 2019โก๏ธ This is a breaking change, make sure to update your code. On a side note - moved redux-actions to peer dependencies, so take care of that, too!
Big thanks to @ioanlucut for the PR that made this possible :)
-
v8.0.0
August 03, 2018 -
v7.0.0 Changes
January 05, 2018๐ Finally supports v4 ;) Thanks to @aleksxor for making this possible
-
v6.0.0
September 30, 2017 -
v5.1.0
April 12, 2017 -
v5.0.0
December 17, 2016 -
v4.0.0 Changes
October 18, 2016๐ fix: bug with synchronous multi component asyncConnect. (#79)
๐ฅ BREAKING CHANGE: Changed the way in which components are flattened. Components are now layered in an array depending on the depth of the routing tree they are on.
- โ Tests: Added test case for multi layered async connect with ordering.
-
v3.0.0 Changes
August 17, 2016๐ฅ BREAKING CHANGE:
โฌ๏ธ redux-actions upgraded to 0.10.x, action types are now embedded into the action creators. This could potentially break your app if you relied
on actions used by redux-connect in your own reducers. Please use action creators directly as action names as they are embedded inside them. Read more on the
redux-actions repository.Feat
โ Adds support for Immutable.JS, curtesy of @toddbluhm. Read more in the README updates
Small outline:- โ Added ability to use immutable stores with this lib
- โ Added global methods for converting from mutable to immutable and back again
- โ Added special method for controlling when the ReduxAsyncConnect component re-syncs with the server
- Simplify the reducer portion to just wrap the original reducer
- Export the immutable reducer as a separate reducer
- โก๏ธ Updated docs to reflect new immutable reducer export
-
v2.4.1
August 16, 2016