React Hook Form experienced a minor version bump from 6.7.2 to 6.8.0, bringing subtle but noteworthy changes for developers. Both versions maintain the core promise of performant and flexible form handling using React Hooks. A primary difference lies in the updated dependencies within the development environment. Cypress, a popular end-to-end testing framework, saw an upgrade from version 5.0.0 to 5.1.0. While seemingly small, this update likely incorporates bug fixes and potentially new features within Cypress that enhance the testing experience for contributors and maintainers of React Hook Form.
Furthermore, several @rollup/plugin-* dependencies, crucial for bundling the library, received updates. @rollup/plugin-node-resolve jumped from 8.4.0 to 9.0.0 and @rollup/plugin-commonjs jumped from 13.0.0 to 15.0.0, suggesting improvements in module resolution and CommonJS support during the build process. This could translate to slightly optimized bundle sizes or improved compatibility. Metro-react-native-babel-preset was updated from 0.60.0 to 0.63.0. Additionally, there are updates to @types/react-native and rollup-plugin-terser. The update also reflects a modest increase in file count and unpacked size, hinting at minor additions or modifications to the library's internal structure. Developers relying on the latest features and improvements within these development tools will find the upgrade to 6.8.0 beneficial, although the core API and functionality of React Hook Form remain consistent.
The are not vulnerabilities for the version 6.8.0 of the package react-hook-form