Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

v1.8.2

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 29 Mar 14:15
· 357 commits to master since this release
  • 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 and setFieldsErrors - #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.