react-hook-form v5.1.0 Release Notes

Release Date: 2020-03-15 // about 4 years ago
  • โšก๏ธ ๐Ÿฅ‚ feature/reset omit state update (#1139)
    This feature allows you to reset the form value without resetting the formState
    reset({}, { dirty, touched })

    ๐Ÿ‘๐Ÿป fix useFormContext to not throw an error (#1202)
    ๐Ÿฑ โŒจ๏ธ types for async validation resolver (#1195)
    ๐Ÿฑ โ›ฝ๏ธ re-regeister controlled component on validation rule change (#1187)
    ๐Ÿฑ ๐Ÿž fix/use field array dirty fields remove (#1189)
    ๐Ÿ‘๐Ÿป improve FieldErrors type (#1182)
    ๐Ÿฑ ๐ŸŽ‚ fix FieldErrors to allow any type (#1178)