1.5
includes crucial architecture rewrite to allow new features in the future.react
alone is now sufficient to use your favorite form library!immutable
package from your project in case you do not use it.withImmutable
FormProvider
and Form
components no longer support withImmutable
prop.withImmutable
prop and (optionally) re-write the usage of immutable instances in callback arguments to use plain JavaScript primitives.fields
in rule resolversget
function for reactive field references.fields.foo.bar
by get(['foo', 'bar'])
in the validation rules resolvers.fieldProps.ref
fieldProps.getRef()
.fieldProps.ref
by fieldProps.getRef()
whenever it has been used.