Releases: final-form/react-final-form-html5-validation
Releases · final-form/react-final-form-html5-validation
v2.0.0
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
v1.1.0
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
Build fixes
- Updated dependencies to remove vulnerabilities.
v1.0.2
Bug Fixes
- Support for deep fields (e.g.
billing.address
) #8 #7
v1.0.1
Greatly reduced bundle size. dist/react-final-form-html5-validation.es.js
went from 730K
to 5.4K
. 😱 #2 #3 #4 #5 #1