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

v1.11.1

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 18 May 04:23
· 301 commits to master since this release

Lots of little (but important) fixes and updates here!

  • Clarified docs and FAQ around controls of different types. #717
  • Added missing type definition for <Control.custom>. #756
  • Added missing argument for typedef of onSubmit for <Form> components in e8b85a0
  • An internal caching mechanism was removed (due to a few edge-case bugs) and a bug was fixed around dispatching setInitial. #782
  • The state is now passed to comparison logic in shouldComponentUpdate, thanks to @dreid #758
  • Various doc updates thanks to @romseguy - #761, #762
  • Badge added thanks to @sufuf3 - #768
  • If an actions.change action is dispatched, now the form will apply the change first before applying any other updates (which is the expected behavior). - #784