React Hook Form saw a minor update from version 3.5.2 to 3.6.0, offering developers a potentially improved experience. Both versions maintain the same core dependencies and peer dependencies, ensuring compatibility with React 16.8.0 or higher and its corresponding DOM. The developer experience seems consistent, utilizing the same tooling for testing (Jest, Enzyme), linting (ESLint), and bundling (Rollup, Typescript). The consistent set of devDependencies means that contributing to the library remains largely unchanged between versions.
A notable difference lies in the unpacked size of the package. Version 3.6.0 weighs in at 91237 bytes, a small increase from version 3.5.2's 90795 bytes. While seemingly insignificant, this difference suggests internal code adjustments or the addition of new features or refinements. Developers should investigate the changelog (not provided) for detailed insights on these changes. The release date highlights that version 3.6.0 was published a day after 3.5.2, on May 18, 2019, suggesting rapid iteration. React Hook Form allows developers to easily manage forms in React applications. It integrates seamlessly, providing performance optimization and flexibility. Version 3.6.0 builds upon this foundation, refining internal mechanisms and improving developer tools for the long-term, and solving bugs reported from developers.
The are not vulnerabilities for the version 3.6.0 of the package react-hook-form