Skip to content

Releases: react-hook-form/react-hook-form

Version 2.0.2

30 Mar 00:04
Compare
Choose a tag to compare
  • include textarea as string input field

Version 2.0.1

29 Mar 05:01
Compare
Choose a tag to compare
  • fix a bug on log error

2.0.0

29 Mar 04:59
Compare
Choose a tag to compare

Breaking change on register

after this awesome suggestion from #11

i have update the register API to be much simpler

example

ref={register}
ref={register({ required: true })}

read more from https://react-hook-form.now.sh/api register section.

Version 1.1.0

28 Mar 09:09
Compare
Choose a tag to compare
  • async validation 馃敟
  • fix event listener re-register after mode change
  • fix but on event persistent

Version 1.0.1

28 Mar 07:57
Compare
Choose a tag to compare
  • fix a bug with JSON.stringify when compare with error objects

v1.0.0

27 Mar 23:44
Compare
Choose a tag to compare

Version 1 馃槃

  • After many days and nights working on this React hook lib, it's pretty stable and production ready. off course after many tests.

I am super happy to release this version 1 with my bloody hard work. This is a milestone for myself here. My first ever hook lib. 鉂わ笍

check out the API here: https://react-hook-form.now.sh/api

Version 0.4.0

27 Mar 09:27
Compare
Choose a tag to compare
  • add yup validation schema support

v0.1.11

26 Mar 09:56
Compare
Choose a tag to compare
  • First stable version 馃
  • fixed error issues
  • fixed add event listeners
  • fixed input validation not update after re-render