React Hook Form has released version 7.26.0, building upon the solid foundation of version 7.25.3. Both versions offer a performant and extensible form library for React Hooks, designed to simplify form management in React applications. Developers familiar with 7.25.3 will find the upgrade to 7.26.0 seamless, as the core functionality remains consistent.
However, some notable underlying updates have occurred. For example, eslint has been updated from version 8.7.0 to 8.8.0 and @typescript-eslint/parser and @typescript-eslint/eslint-plugin from version 5.10.0 to 5.10.2. Additionally, rollup moves from 2.66.0 to 2.66.1 and cypress from 9.3.1 to 9.4.1. Most notably, the unpacked size of the package jumped from 699421 to 766945 which may suggest larger under-the-hood improvements.
These updates indicate an ongoing commitment to code quality and tooling improvements. While the API largely remains the same, developers can benefit from the refinements and potential bug fixes included in the newer versions of these core dependencies which contribute to a more stable and efficient development experience. Therefore upgrading is recommended for developers using older versions.
The are not vulnerabilities for the version 7.26.0 of the package react-hook-form