react-hook-form

πŸ“‹ React Hooks for form state management and validation (Web + React Native)

MIT License

Downloads
25.6M
Stars
39.4K
Committers
318

Bot releases are hidden (Show)

react-hook-form - Version 3.23.14

Published by bluebill1049 about 5 years ago

🐞 fix FormContext issue with methods stored in ref instead

react-hook-form - Version 3.23.13

Published by bluebill1049 about 5 years ago

🐞 fix form context re-render issue
🐞 patch an issue on mutating value during reset

react-hook-form - Version 3.23.12

Published by bluebill1049 about 5 years ago

🐞patch an issue on FormContext which prevent from re-render errors and formState

react-hook-form - Version 3.23.11

Published by bluebill1049 about 5 years ago

🏎 Improve performance on FormContext
πŸ›  Support type file and return files instead of value

react-hook-form - Version 3.23.10

Published by bluebill1049 about 5 years ago

🐞 fix reset re-render issue
🐞 Fix/set value with undefined (#317)
🐞 Fix/not re-render after setValue (#321) …

react-hook-form - 3.23.9

Published by bluebill1049 about 5 years ago

🐞 fix mutationWatcher with disconnect function

react-hook-form - Version 3.23.8

Published by bluebill1049 about 5 years ago

🐞 fix setValue cause infinite loop under useEffect
🐞 patch default value for abortEarly to true

react-hook-form - Version 3.23.7

Published by bluebill1049 about 5 years ago

🐞 patch an issue when validation schema is changing on the fly https://github.com/react-hook-form/react-hook-form/issues/306

react-hook-form - Version 3.23.6

Published by bluebill1049 about 5 years ago

πŸ₯‚ Types improvement.

react-hook-form - Version 3.23.5

Published by bluebill1049 about 5 years ago

🐞 fix reset with dirty formState

react-hook-form - Version 3.23.4

Published by bluebill1049 about 5 years ago

🏎 improve setValue performance by trigger less re-render
🐞 fix a bug with custom register required field

react-hook-form - Version 3.23.3

Published by bluebill1049 about 5 years ago

  • 🏎 Re-render performance enhancement.
    • Valid input no longer triggers extra re-render.
    • Invalid input only trigger one render and another render when data become valid
  • πŸ‹πŸ»β€β™€οΈ 4.9 kb more weight loss
react-hook-form - Version 3.23.2

Published by bluebill1049 about 5 years ago

  • 🐞patch bug with onBlur mode
react-hook-form - Version 3.23.1

Published by bluebill1049 about 5 years ago

  • 🏎 performance enhancement, onBlur event no longer gets attached with onSubmit and onChange mode
  • πŸ‹πŸ»β€β™‚οΈ package size reduce
  • πŸ₯‚ Allow undefined result from validating function #287
react-hook-form - Version 3.23.0

Published by bluebill1049 about 5 years ago

πŸ›  revalidate fields with onChange and become consistent with all mode https://github.com/react-hook-form/react-hook-form/issues/266
🐞 fix a bug on setValue for multiple select input
🐞 fix validationFields when changing during each render

react-hook-form - Version 3.22.3

Published by bluebill1049 about 5 years ago

πŸ’ƒ Imporve formState isValid with field default Value
πŸ’ƒ Improve value retrieve for input type with checkbox

react-hook-form - Version 3.22.2

Published by bluebill1049 about 5 years ago

πŸ₯‚ Include IE version in the bundle
πŸ₯‚ support validationSchemaOption for Yup
πŸ₯‚ Type improve on register method
πŸ₯‚ Type improve on watch method
πŸ₯‚ Improve formState dirty check on #233
β›‘ Code safety improvement
β›‘ Improve on type checking in the library
🐞 Patch a bug on multi select on validation #248
🐞 Patch a bug on watch #251

react-hook-form - Version 3.22.1

Published by bluebill1049 about 5 years ago

πŸ’”Sorry we probably break your app on the last version due to rollup config.

  • Fixed: package build issue.
react-hook-form - Version 3.22.0

Published by bluebill1049 about 5 years ago

Improvement

πŸ’ƒAdd IE11 bundle (#235)
No longer need to install ie only version, now you can import IE 11 compatible version

import useForm 'react-hook-form/dist/react-hook-form.ie11

πŸ’ƒFix getMultipleSelectValue for HTMLOptionsCollection (#229)

Typescript Improvement

πŸ’ƒOverload unregister function (#236)

react-hook-form - Version 3.21.20

Published by bluebill1049 about 5 years ago

  • πŸŽ‰Improve FormContext Typescript
  • πŸŽ‰Improve reset values to support nested data. eg: reset({ test: ['data', 'data1'] })
  • πŸŽ‰Improve on Types
  • 🐞Fix watch with defaultValues with array