React Hook Form has released version 4.4.0, building upon the solid foundation of the previous stable version, 4.3.0. Both versions offer a performant, flexible, and extensible forms library for React Hooks, making form management in React applications simpler and more efficient. The peer dependency remains the same, requiring React version ^16.8.0 or higher, ensuring compatibility with a wide range of React projects.
Looking at the development dependencies, several updates can be observed. Notably, eslint has been upgraded from version 6.7.2 to 6.8.0, and @typescript-eslint/parser and @typescript-eslint/eslint-plugin both jumped from version 2.12.0 to 2.14.0. Cypress also saw an update from version 3.7.0 to 3.8.1. These updates suggest improvements in code linting, TypeScript parsing, and end-to-end testing capabilities, potentially leading to better code quality and more robust testing workflows for developers contributing to or using the library.
Furthermore, the distribution details reveal a significant increase in the number of files included in the package, from 58 in version 4.3.0 to 100 in version 4.4.0. The unpacked size also grew slightly, from 205192 bytes to 207128 bytes. This could indicate the addition of new features, enhancements, or more comprehensive documentation within the library. The release date of version 4.4.0 is January 2, 2020, while 4.3.0 was released on December 30, 2019 implying a quick follow up with fixes or improvements. Developers adopting version 4.4.0 can expect refined tooling and potentially expanded functionality compared to the previous release.
The are not vulnerabilities for the version 4.4.0 of the package react-hook-form