Skip to content

react-hook-form 7.69.0

[7.69.0] - 2025-12-20

Added

  • Align <Watch /> API with useWatch

Fixed

  • Security: CVE-2025-67779, CVE-2025-55184, CVE-2025-55183, CVE-2025-55182
  • Preserve isValid state when keepIsValid option is used
  • Ensure createFormControl.subscribe subscription listens only to subscribed changes
  • Batch isValidating state updates with validation result
  • Resolve race condition between setError and setFocus