Angular Forms version 15.1.4 represents a minor patch release over the preceding stable version 15.1.3, focusing primarily on bug fixes and incremental improvements rather than introducing groundbreaking new features. Both versions offer the same core functionality for building robust and dynamic forms within Angular applications, providing directives and services for handling user input, validation, and data binding. Developers can leverage these tools to create everything from simple login forms to complex data entry workflows. Key dependencies like tslib for TypeScript helper functions remain consistent between the two versions.
The critical difference lies mainly in the peer dependencies. Version 15.1.4 requires @angular/core, @angular/common, and @angular/platform-browser at version 15.1.4, aligning perfectly with its own version number. Version 15.1.3 had peer dependencies on version 15.1.3 of those packages. Developers upgrading from 15.1.3 should ensure that their core Angular packages are also updated to 15.1.4 to maintain compatibility and avoid potential conflicts. The rxjs peer dependency remains flexible across both versions, supporting versions 6.5.3 and above or versions 7.4.0 and above. While the file count in the distributed packages remains the same at 49 files, the unpacked size for version 15.1.4 is slightly smaller(2654312) than that of version 15.1.3 (2655155), suggesting possible optimisations in the code or assets. The release of 15.1.4 came a few days after 15.1.3, indicating the hotfix nature of the release.
The are not vulnerabilities for the version 15.1.4 of the package @angular/forms