Skip to content

v3.0.0

Compare
Choose a tag to compare
@yeojz yeojz released this 12 Mar 15:40
· 60 commits to master since this release

New:

  • list higher-order component
  • formControl introduced for input normalisation.

Changes:

  • withSideEffects now supports async (promises)
  • withValidation now supports async (promises)
  • shouldComponentUpdate introduced to withState
  • any errors now come from invariant package which you can remove using babel plugins.

Breaking Changes:

  • withSideEffects takes a single array as argument.
  • withValidation takes a single array as argument.
  • withState now takes in a single config as argument.
  • folder structure split from lib to lib / utils / redux / components

Others:

  • Site updated with new components
  • Site Markdown parsing clean up
  • Site Updated descriptions of methods