recompose v0.25.0 Release Notes

Release Date: 2017-08-16 // over 6 years ago
  • ๐Ÿš€ This release contains:

    1. #479 withStateHandlers fix which allows to use it with SyntheticEvents ๐Ÿ— 2. #473 Use eager factory optimization only in production env. (Possibly breaking change for development env, does not affects production builds)
    2. #463 Simpler classful component check - this change possibly will allow to use recompose with Preact and Inferno. ๐Ÿš€ 4. #479 flow v0.53 typings support, having this flow release it would be easier to combine recompose and 3rd party hocs.
      (This PR must be merged to use with flow-typed, until that please use typedefs from current repo defs)

    Thank you @developit, @deepsweet and others for your help!