This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Releases: acdlite/recompose
Releases · acdlite/recompose
withStateHandlers + flow support
new enhancer withStateHandlers
as a replacement for withState
#421
It allows to support flow definitions for recompose see
flow support landed in recompose, see flow readme for details
Lifecycle fixes
- Fixed lifecycle enhancer to support targets like
IE 11
, also fixed broken autobinding behaviour for lifecycle methods, fixed lifecycle docs.
Thank you @Andarist and @Klaasvaak
fix pure enhancer for production build
- fix pure enhancer for production build #381
Tree shaking and non global stream configs
ES2015 modules support
#347 Recompose now supports ES2015 modules, more information https://github.com/rollup/rollup/wiki/pkg.module
So all that nice features like "Tree-shaking" are now supported.
Thank you @TrySound again!
Rollup umd
Observable enhancers
withHandlers additions
React 0.14 compatibility
Fixes
Mostly small fixes.
The most visible changes, are
withReducer
can now optionally initialize state from default reducer argument #250- default third argument of
branch
now equals to identity function #227, brunch now functional and does not use class #273 - isReferentiallyTransparentFunctionComponent returns
true
in production evenpropTypes
is present on component #275
Thank you all for working on this, and for your patience.