Angular Forms version 13.3.4 introduces subtle but important refinements compared to its predecessor, version 13.3.3. Both versions, as their descriptions indicate, provide the essential directives and services for building robust forms in Angular applications. A key highlight for developers is the consistent API, ensuring a smooth upgrade experience between these minor releases. The dependency on tslib remains the same, ensuring compatibility in TypeScript projects.
The critical differences lie primarily in the @angular/core, @angular/common, and @angular/platform-browser peer dependencies. Version 13.3.4 requires those core Angular packages to be specifically at version 13.3.4, whereas version 13.3.3 required 13.3.3. This signals that the newer @angular/forms release incorporates changes that strongly depend on the corresponding features and fixes present in those core packages. Developers upgrading should ensure their entire Angular application is updated to version 13.3.4 to avoid potential compatibility issues or unexpected behavior.
While the file count and unpacked size remain identical, the release dates indicate a week-long interval between versions, suggesting bug fixes, performance improvements, or minor feature enhancements within the Angular framework that are directly leveraged by forms. For developers, this means potentially increased stability and reliability when using form-related features. The peer dependency on rxjs remains compatible with both versions, granting flexibility with reactive programming paradigms. Always consult the official Angular changelog for a comprehensive list of specific changes and bug fixes implemented in the 13.3.4 release.
The are not vulnerabilities for the version 13.3.4 of the package @angular/forms