This repository was archived by the owner on Aug 23, 2022. It is now read-only.
v1.8.2
- Using
defaultValue
in<Control>
components will no longer throw an error. While discouraged,defaultValue
can still be used to load the initial state onto a model as expected. #630 - Using a
customInitialFieldState
will now work for all actions in the form reducer. #713 - Docs improved for
mapProps
, thanks to @nigredo-tori #712 - Type refs updated for
setErrors
andsetFieldsErrors
- #710 - To prevent infinite loops, validation logic for handling async validation when a form's field changes has been moved to the form reducer itself. #706
- A lot of
CLEAR_INTENTS
noise was cleared up - now, actions can dispatch with.clearIntents
metadata, which will be handled correctly by the reducer, and make the logs cleaner.