React Hook Form saw a minor version bump from 3.6.0 to 3.7.0 in May 2019. Both versions target React 16.8.0 or higher, utilizing React Hooks for streamlined form management. The core developer dependencies remain consistent, including Jest for testing, Rollup for bundling, and TypeScript for type safety, ensuring a stable development environment. The peer dependencies also stay the same, requiring React and React DOM versions 16.8.0 or greater.
While seemingly incremental, the update brings subtle refinements. Examining the dist object, version 3.7.0 has a slightly larger unpacked size of 91,802 bytes compared to 3.6.0's 91,237 bytes, suggesting internal optimizations or feature additions. Also, the release date differs slightly, meaning there were changes that merited a version bump. Developers adopting React Hook Form will appreciate the consistent API and the assurance of ongoing maintenance. The use of TypeScript contributes to a better developer experience with improved code completion and error detection during development. While the core feature set might be similar between these versions, upgrading to 3.7.0 provides access to the latest improvements and bug fixes, contributing to a more robust and performant form handling solution within React applications. The project continues to be MIT licensed and maintained actively.
The are not vulnerabilities for the version 3.7.0 of the package react-hook-form