Skip to content

dependency: bump react-hook-form from 7.15.3 to 7.15.4

Yogi Bot requested to merge dependabot-npm_and_yarn-react-hook-form-7.15.4 into main

Bumps react-hook-form from 7.15.3 to 7.15.4.

Release notes

Sourced from react-hook-form's releases.

Version 7.15.4

👨🏭 close #6581 by register input with setValue to improve DX for missing registered inputs (#6582) 💉 include unit test for #6581 setValue with missing input 🐞 fix #6573 calling setValue from useEffect at mount does not update controller value (#6578) ️ close #6548 watch, reset with shouldUnregister: true by trigger extra re-render to flush out the current form values (#6549) 🐞 fix async useFieldArray actions (#6540) 🔖 fix typos in examples and source code (#6531) 💉 replace updateValues with cloneObject (#6530)

Thanks, @​frankie303

Commits
  • f3adae1 7.15.4
  • 35fc8d8 💉 inlcude unit test for #6581 setValue with missing input
  • 69da436 👨🏭 close #6581 by register input with setValue to improve DX for missing reg...
  • 87a6ae1 🐞 fix #6573 calling setValue from useEffect at mount does not update controll...
  • 12561a7 ️ thanks Oscar Wu Li for sponsoring
  • a3a6a5b ️ close #6548 watch, reset with shouldUnregister: true by trigger extra re-r...
  • 1af061e 🐞 fix async useFieldArray actions (#6540)
  • ecbd848 🔖 fix typos in examples and source code (#6531)
  • 70d7691 💉 replace updateValues with cloneObject (#6530)
  • See full diff in compare view

Merge request reports