Angular Forms version 18.0.2 is a minor update to the Angular forms package, following closely on the heels of version 18.0.1. Both versions offer the same core functionality for building robust and dynamic forms within Angular applications, providing developers with tools for creating templates and reactive forms, handling user input, validating data, and managing form state. Both versions depend on tslib for TypeScript helper functions and share the same peer dependencies: rxjs, @angular/core, @angular/common, and @angular/platform-browser. This ensures compatibility within the Angular ecosystem.
However, a key difference lies in their release dates. Version 18.0.2 was released on June 5th, 2024, while version 18.0.1 was released on May 29th, 2024. This relatively short time span between releases suggests that version 18.0.2 likely includes bug fixes, performance improvements, or minor adjustments addressing issues identified after the release of 18.0.1. Developers upgrading should consult the Angular changelog for detailed specifics on the changes included in version 18.0.2. Furthermore, there is a minor difference in unpacked size 1963236 vs 1963224 bytes, this also points to some small adjustments. For new projects, using the latest version is generally recommended to benefit from the most recent improvements and bug fixes and enhanced stability.
The are not vulnerabilities for the version 18.0.2 of the package @angular/forms