React Hook Form has released a new version, 7.39.3, following closely on the heels of version 7.39.2. While the core functionality remains consistent, developers will find the updated version includes under-the-hood improvements and refinements. Both versions maintain the library's core principles: performant, flexible, and extensible form handling for React applications using hooks. The developer experience remains smooth, thanks to consistent peer dependencies on React versions 16.8.0, 17, and 18, ensuring compatibility across many projects.
A notable point may be in the dist section of the package.json. Looking at unpackedSize, version 7.39.3 has a slightly larger unpacked size, increasing from 804965 to 806474. While seemingly minor, it might contain bug fixes, slight performance optimizations, or updated documentation. Also, the releaseDate is different for both versions, one day apart of each other. Version 7.39.3 was released on 2022-11-10T23:52:35.185Z while the version 7.39.2 was released on 2022-11-09T23:10:53.221Z.
Developers should always evaluate new minor version updates like this for potential enhancements or fixes relevant to their specific use case. When upgrading, teams should prioritize reviewing the official changelog and test suite to mitigate any potential risks, no matter how small the version bump. Both versions still share the same comprehensive suite of devDependencies.
The are not vulnerabilities for the version 7.39.3 of the package react-hook-form