Skip to content

Releases: yeojz/react-form-addons

v4.0.0

22 May 13:33
Compare
Choose a tag to compare

New:

  • Switched testing framework to Jest
  • Introduced flow type-checking to codebase

Chore

  • Updated dependencies

v3.0.2

01 Apr 08:05
Compare
Choose a tag to compare

Chore

  • README.md linted with remark-lint
  • Updated cross-env to 4.0.0
  • Updated README.md

v3.0.0

12 Mar 15:40
Compare
Choose a tag to compare

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

v2.3.0

12 Mar 15:43
Compare
Choose a tag to compare
  • Added basic test and structure
  • Added yarn.lock

v2.2.1

08 Mar 13:16
Compare
Choose a tag to compare
  • Fix documentation site not updating the formData display in examples
  • removed onSubmit default noop value in withReduxState and withState
  • reintroduced site auto-deploy on circle

v2.0.2

06 Mar 13:48
Compare
Choose a tag to compare

Update readme

v2.0.1

06 Mar 01:07
Compare
Choose a tag to compare

Update readme

v2.0.0

05 Mar 17:01
Compare
Choose a tag to compare

Library re-written. Decoupling of properties and state handling.

New documentation site

Functional mapping:

  • collection() -> branch()
  • connect() -> collection()

Temporarily deprecated.

  • createField
  • createForm

v1.0.0

05 Mar 14:51
Compare
Choose a tag to compare
1.0.0