react-hook-form v4.3.0 Release Notes

Release Date: 2019-12-30 // over 4 years ago
  • 🍱 ✨ Support custom value name (#727) Thanks to @JeromeDeLeon

    <Controller control={control} valueName="checked" />
    

    🍱 🗿 fix #728 Date type support (#744)
    🍱 ✌️ close #740 making control prop optional (#741)
    🍱 ✨ close #730 to support min and max for custom register (#731)