Releases: yeojz/react-form-addons
Releases · yeojz/react-form-addons
v4.0.0
v3.0.2
v3.0.0
New:
list
higher-order componentformControl
introduced for input normalisation.
Changes:
withSideEffects
now supports async (promises)withValidation
now supports async (promises)shouldComponentUpdate
introduced towithState
- 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 singleconfig
as argument.- folder structure split from
lib
tolib / utils / redux / components
Others:
- Site updated with new components
- Site Markdown parsing clean up
- Site Updated descriptions of methods
v2.3.0
v2.2.1
v2.0.2
v2.0.1
v2.0.0
Library re-written. Decoupling of properties and state handling.
Functional mapping:
collection()
->branch()
connect()
->collection()
Temporarily deprecated.
- createField
- createForm