React Hook Form, a performant and flexible library for building forms with React Hooks, released version 3.26.1 shortly after 3.26.0. Both versions maintain the same core description: offering developers an extensible way to manage forms within their React applications. They share identical peer dependencies requiring React and React DOM version ^16.8.0. The development dependencies are precisely the same, indicating no changes in the tooling or testing environment between these releases. This includes libraries for testing (Jest, Cypress, React Testing Library), linting (ESLint, Prettier), bundling (Rollup), and TypeScript support.
The key visible difference lies in the dist property. Version 3.26.1 has a slightly larger unpackedSize of 198986 bytes compared to 3.26.0's 198434 bytes, a 552 bytes difference. Both versions have the same 92 files included. While seemingly small, this difference suggests internal code adjustments or minor optimizations which improve the library. Developers interested in these changes can examine the detailed commit history between the two releases to understand specifically what was altered. Both versions were released on the same day (October 26, 2019). For developers, React Hook Form offers streamlined form state management, validation, and submission, simplifying form handling in React applications. Considering the small difference between the versions, upgrading is advisable to leverage any potential bug fixes and optimizations.
The are not vulnerabilities for the version 3.26.1 of the package react-hook-form