React Hook Form has a new version, 3.14.0, released on June 28, 2019, following closely after version 3.13.3, released earlier the same day. Both versions maintain the same core dependencies and peer dependencies, ensuring compatibility with React 16.8.0 or higher, and share the same development environment setup with tools like Jest, ESLint, and TypeScript. The development team uses Rollup for bundling and actively maintains code quality with Prettier and linting.
While the core development dependencies remain consistent, a notable difference lies in the unpackedSize of the distributed package. Version 3.14.0 has an unpacked size of 81200 bytes, slightly larger than the 80939 bytes of version 3.13.3. This suggests minor code additions or changes, potentially bug fixes or small feature enhancements, that developers should be aware of.
Developers should consider upgrading to version 3.14.0 to benefit from any potential bug fixes or performance improvements included in the release. By staying up-to-date, developers can leverage the latest enhancements of React Hook Form and maintain a stable and efficient form management solution for their React applications. Examining the commit history between these versions would further clarify the exact changes made.
The are not vulnerabilities for the version 3.14.0 of the package react-hook-form