react-hook-form v3.28.15 Release Notes

Release Date: 2019-12-10 // over 4 years ago
  • ๐Ÿ— ๐Ÿฅ‚ properly fixed isValid formState with schema and build-in validation. (sorry this is a long dragged issue)

    • proper tracking with isValid during register phase
    • ๐Ÿšš tracking when input removed
    • โž• added automation tests

    ๐Ÿฑ ๐Ÿ“– Story:
    0๏ธโƒฃ The challenge for me was to track form valid state during render phase, because RHF embrace uncontrolled inputs, so users can provide default value during render phase and we need to track valid on the fly, and this took me quite few attend to get it right.

    ๐Ÿฑ โค๏ธ Thanks:
    โœ… @krnlde have been amazing on report issues and helping on testing. much appreciated your support!
    โœ… @sergiors same thanks goes to you for helping on testing as well.