Releases: Yomguithereal/baobab-react
Releases · Yomguithereal/baobab-react
v4.0.2
- Prevent re-renders when using branch hook (@ConradIrwin).
v4.0.1
- Fixing a bug related to higher order components (@soulprovidr).
v4.0.0
- Hooks by @JosephClay.
v3.0.0
- Changing the way one can access decorated component' ref (thanks to @Nimelrian).
v2.1.4
- Fixing type validations for cross-frame use (thanks to @nbermudezs).
v2.1.2
- Dropped babel config in
package.json
for a.babelrc
to avoid conflicts withreact-native
.
v2.1.1
- Fixing curry function (thanks to @theJoeBiz).
v2.1.0
- Added a way to access the decorated component (thanks to @matthewkturner & @airtoxin).
v2.0.0
- Dropping Wrapper.
- Changing the actions' paradigm.
- Code overhaul.
v1.0.1
- Fixing some minor bugs.