Angular Forms, a crucial component for building dynamic and interactive forms in Angular applications, has seen a recent update with the release of version 18.2.10, succeeding the previous stable version 18.2.9. Both versions share the same core description, providing directives and services for efficient form creation. Developers relying on Angular Forms will find the dependency on tslib remains consistent, ensuring compatibility with TypeScript helper functions. The peer dependencies, crucial for ensuring proper integration within an Angular project, also align in supported rxjs versions ( ^6.5.3 or ^7.4.0) demonstrating backward compatibility.
The core change appears to be an updated distribution with version 18.2.10 having a file count of 48 and an unpacked size of 1977169, slightly larger than version 18.2.9 which had an unpacked size of 1976920 which indicates some minor changes or bug fixes. The release date for version 18.2.10 is 2024-10-30, a week after the release of 18.2.9, which suggests the latest version probably contains bug fixes and small improvements, and the 0.12kb increase in size seems to support that. As with previous releases, the MIT license ensures flexibility for developers in utilizing the library.
Developers should typically upgrade to the newest patch release like 18.2.10 to benefit from the latest bug fixes, performance improvements, and security patches, even if the changes are small compared to version 18.2.9. Verify the changelog for detailed information about specific modifications before upgrading to ensure compatibility.
The are not vulnerabilities for the version 18.2.10 of the package @angular/forms