Skip to content

Latest commit

 

History

History
191 lines (56 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

191 lines (56 loc) · 4.63 KB

2.7.1 (2023-07-11)

Bug Fixes

  • export useForm (#184) (e3c1f53)
  • react 18 array helpers complaining about missing schema (95518ba)

2.7.0 (2022-05-05)

Features

  • return true/false from submit (ebce1d8)

2.6.0 (2022-04-26)

Bug Fixes

Features

  • reset errors on Reset as well as value (f148ddf)

2.5.0 (2022-03-14)

Bug Fixes

  • warning error processing empty errors (303e10c)

Features

  • useFormReset: Add form reset hook and component (#181) (9d81859)

2.4.1 (2022-01-18)

Bug Fixes

  • pass props to inner type if a field is invalid (#180) (29122ea)

2.4.0 (2022-01-15)

Features

  • clean up contexts and use observed bits (9e7a2c7)

2.3.0 (2021-12-02)

Features

  • bump deps and remove index sig from prop type (fed8e54)

2.2.3 (2021-07-19)

Bug Fixes

2.2.2 (2021-01-25)

Bug Fixes

2.2.1 (2021-01-15)

Bug Fixes

2.2.0 (2020-12-07)

Features

2.1.3 (2020-11-20)

Bug Fixes

  • types: looser value typing (52e92b2)

2.1.2 (2020-08-06)

Bug Fixes

  • Clear errors after validation on submit (#174) (7d12f5f)

2.1.1 (2020-07-27)

Bug Fixes

2.1.0 (2020-05-19)

Features

2.0.0-0 (2019-03-21)

Features

  • add useField and useFieldArray (c224829)

BREAKING CHANGES

  • bump min react version
  • Field and FieldArray function children are passed props and meta as seperate arguments