react-hook-form v4.8.0 Release Notes

Release Date: 2020-01-31 // over 4 years ago
  • ๐ŸŽ ๐Ÿ close #938 performance enhancement for watch (#939)
    ๐Ÿฑ ๐Ÿ•บ improve #938 watch perf with search array (#946)
    ๐Ÿฑ ๐Ÿ‘จโ€๐Ÿš’ fix #932 issue around delete file list object in FF (#944)
    ๐Ÿฑ ๐Ÿ‘‘ support rest props for ErrorMessage component (#941)

    <ErrorMessage className="test" onClick={() => {}} errors={errors} name="test" />
    

    ๐Ÿฑ โœŒ๏ธ assign non-object values to value property (#940)
    ๐Ÿฑ ๐Ÿž fix mutationWatcher in remove event listener function
    ๐Ÿฑ ๐Ÿคž #924 improvement over watch with field array (#930)