React Hook Form has released version 7.44.1, a minor update following closely on the heels of version 7.44.0. Both versions maintain the library's core promise of performant, flexible, and extensible form handling with React Hooks, so the update is expected to be low-risk.
The primary differences between the two versions appear to lie in internal file sizes and release timings. Version 7.44.1 showcases a slightly larger unpacked size (854150 bytes) compared to version 7.44.0 (853886 bytes) and was released approximately five and half hours later, so developers might expect very small bug fixes that could impact the final bundle size of the application using the library. Developers probably don't need to upgrade unless a specific bug they are experiencing has been addressed.
Both versions share identical development dependencies, including tools for testing (Jest, Cypress, React Test Renderer), linting (ESLint, Prettier), and building (Rollup, Typescript). The peer dependency on React remains consistent as well, supporting versions 16.8.0 and up, including versions 17 and 18. They also support modern browsers offering a modern and efficient solution for managing forms in React applications. With a MIT license and funding available via Open Collective, the library is positioned as a community-supported and developer-friendly tool.
The are not vulnerabilities for the version 7.44.1 of the package react-hook-form