react-hook-form v6.7.0 Release Notes

Release Date: 2020-08-30 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ… close 2730 improve clearErrors with exact option (#2765)

    clearErrors('test.firstName')clearErrors('test.lastName')clearErrors('test', { exact: false }) // remove the entire `test` errors object
    

    ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป setError second argument as optional (#2766)
    ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป fix formState as dep (#2768)
    ๐Ÿฑ ๐Ÿž fix #2758 improve re-render with multiple trigger (#2763)
    ๐Ÿฑ ๐Ÿž fix #2754 group checkbox with defaultValues (#2761)
    ๐Ÿฑ ๐Ÿž fix #2757 setValue bug with shouldUnregister (#2760)