Skip to content

Releases: final-form/react-final-form-html5-validation

v2.0.0

07 Jun 09:01
Compare
Choose a tag to compare

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v2.0.0-0

31 May 10:48
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

v1.1.0...v2.0.0-0

v1.1.0

12 Jun 10:12
v1.1.0
Compare
Choose a tag to compare

New Features

  • Forward refs to input component #18
  • Added support for functions as validation message props #12

Maintenance

  • Migrated to React Testing Library 🐐 #25

v1.0.3...v1.1.0

v1.0.3

07 Feb 15:39
Compare
Choose a tag to compare

Build fixes

  • Updated dependencies to remove vulnerabilities.

v1.0.2

06 Sep 14:22
v1.0.2
Compare
Choose a tag to compare

Bug Fixes

  • Support for deep fields (e.g. billing.address) #8 #7

v1.0.1

18 Jul 15:44
v1.0.1
Compare
Choose a tag to compare

Greatly reduced bundle size. dist/react-final-form-html5-validation.es.js went from 730K to 5.4K. 😱 #2 #3 #4 #5 #1