React Hook Form has released version 7.35.0, building upon the solid foundation of version 7.34.2. While both versions share the same core purpose – providing performant and flexible form handling for React applications – several updates in the newer release can impact developers.
A key difference lies in the development dependencies. Notably, Jest has been updated from version 28.1.3 to 29.0.1. This upgrade to the testing framework brings improvements and new features for writing and running tests. Developers using Jest for testing their React Hook Form implementations will benefit from the upgrade. TypeScript also saw an upgrade, moving from version 4.7.4 to 4.8.0, incorporating new language features and improvements that will benefit developers using TypeScript. Other notable updates include the upgrade of @microsoft/api-extractor from 7.28.7 to 7.29.5.
Although the fileCount remains the same at 221, the unpackedSize has slightly decreased from 805350 to 796916, indicating potential minor optimizations in the codebase in the react-hook-form version 7.35.0.
Developers should review the changelog and migration guide when updating to ensure compatibility, particularly if relying on specific behaviors or integrations with the updated dependencies. The core functionality of React Hook Form remains consistent, so the improvements primarily offer refinements in the development environment and underlying tooling.
The are not vulnerabilities for the version 7.35.0 of the package react-hook-form