All Versions
10
Latest Version
Avg Release Cycle
42 days
Latest Release
2063 days ago

Changelog History

  • v0.30.0 Changes

    August 30, 2018

    โœ‚ Remove useless in React 16 optimisation #736 (comment)
    ๐Ÿ‘‰ Make state change more similar to React setState.

  • v0.29.0 Changes

    August 28, 2018

    Babel 7!!!

    Thanks to @TrySound

  • v0.28.2 Changes

    August 23, 2018

    โฌ†๏ธ Pin babel runtime version and upgrade babel (#724)

    Thanks to @shireeshaBongarala, @TrySound

  • v0.28.1 Changes

    August 23, 2018

    ๐Ÿ‘‰ Use folder as babel input to preserve directory structure (#719)

    Thanks to @shireeshaBongarala, @TrySound

  • v0.28.0 Changes

    August 23, 2018

    ๐Ÿš€ This release adds support to:

    ๐Ÿ‘ 1. toRenderProps with support for flow type
    ๐Ÿ‘ 2.fromRenderProps with support for flow type and multiple arguments.

    1. withPropsOnChange maps subset of owner props to child props with custom predicate. โฌ†๏ธ 3. Upgrade the size snapshot plugin
      b2f082f โฌ†๏ธ 4. Upgrade babel to 7.0.0-beta.55 and reduce the bundle size.
      0db1ef6

    Big Thanks to @shireeshaBongarala !!!

  • v0.27.1 Changes

    May 20, 2018

    This release adds a missing piece between Higher Order Components and Render props

    Meet withRenderProps props utility, it allows you to transform any HOC into RenderProps component
    ๐Ÿ‘€ see PR #663
    ๐Ÿ‘€ see docs
    ๐Ÿ‘€ see source
    ๐Ÿ‘€ see example

    compose now shorter #643

    ๐Ÿš€ The hero of this release is @pomber !!!

  • v0.27.0 Changes

    April 19, 2018
    • Flow types are now distributed with recompose, please delete flow-typed recompose lib defs. #649
    • ๐Ÿ— Build improvements by @TrySound #645
    • ๐Ÿ†• New lifecycle methods are used internally see #647
    • ๐Ÿ“„ Minor docs and other changes
  • v0.26.0 Changes

    October 06, 2017

    After a lot of issues like #489 #525 #488 etc we decided to remove eager(in some cases recompose replaced createElement with function call) optimisations from recompose. See discussions in issues for details.

    Thank you @deepsweet for this !!!

    Please read comments here #538 for more information.

  • v0.25.1 Changes

    September 26, 2017

    โž• Add React 16 to peer deps

  • v0.25.0 Changes

    August 16, 2017

    ๐Ÿš€ 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!