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

v1.11.2

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 30 May 02:37
· 289 commits to master since this release

Fixes and Enhancements

  • The onKeyPress handler (passed to <Control>) is now executed before anything else happens internally. See #790 for how this is useful.
  • Typescript def updates: #795 #794 #797
  • Doc updates: #800
  • If you are using debounce, any debounced changes will now automatically be "flushed" (i.e., dispatched immediately) whenever the <Control> is about to be unmounted. #799
  • Pressing Enter inside an input will now force validation/updating to occur, even if the control has updateOn="blur". See #777 for the use case that this accommodates.

🇺🇸