React Hook Form has released version 6.7.0, a minor update following version 6.6.0. Both remain focused on providing performant, flexible, and extensible form solutions leveraging React Hooks. Examining the package data reveals subtle changes. The core functionality and developer experience likely remain consistent, as the description and core peer dependencies (react ^16.8.0) are unchanged.
While the devDependencies appear mostly identical, which indicates that the underlying testing, linting, and build pipeline remains consistent, there are some slight changes in the dist section. The unpacked size has slightly decreased from 1,543,220 bytes in version 6.6.0 to 1,525,377 bytes in version 6.7.0. This might indicate minor optimizations to the bundled code or potentially updated dependencies. The fileCount is the same in both versions, which means the number of files included in the distribution is the same. Finally, the release date is different for sure.
For developers already using React Hook Form, upgrading to 6.7.0 should be a simple process with minimal breaking changes expected, provided they adhere to the peer dependency requirement of React 16.8.0 or higher. The slight decrease in unpacked size is beneficial for bundle sizes, leading to faster load times for end-users. To gain a complete understanding of the changes, developers should refer to the official changelog or release notes on the React Hook Form GitHub repository for detailed insights into bug fixes, new features, and any potential deprecations.
The are not vulnerabilities for the version 6.7.0 of the package react-hook-form