Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

v0.18.0

Compare
Choose a tag to compare
@acdlite acdlite released this 10 May 21:54
· 281 commits to master since this release

mapPropsOnChange -> withPropsOnChange

This helper was renamed to better describe how it works.

Prune API

Some helpers were removed. These may be added back, in some form, in a future version. Until then, you can use the lifecycle methods of a React class.

  • doOnReceiveProps
  • lifecycle

UMD bundle

A UMD bundle is now built via Webpack on each npm release. It can be accessed via npmcdn: https://npmcdn.com/recompose@0.18.0/build/Recompose.min.js

There's also a base JSFiddle that's handy for playing with the different helpers: https://jsfiddle.net/acdlite/69z2wepo/41596/