Angular Forms version 14.0.1 represents a minor update over the previous stable version 14.0.0, focusing primarily on refinements and bug fixes within the Angular forms module. While the core functionalities concerning directives and services for creating and managing forms remain consistent, developers should be aware of subtle changes potentially impacting their projects.
Both versions share dependency on tslib (version ^2.3.0), highlighting the TypeScript support. Peer dependencies are identical too, reflecting Angular Core, Common, Platform Browser requiring the same version with rxjs depending on the same versions from the previous release.
Dissecting the dist objects unveils a notable difference. Version 14.0.1 exhibits a slightly larger unpacked size (2599527 bytes) compared to 14.0.0 (2596185 bytes) indicating code adjustments, additions or optimizations. Both versions contain 49 files. Developers experiencing issues with form sizes is something to analyze.
The release dates significantly set these versions apart. Version 14.0.1 was published on June 8th, 2022, subsequent to the initial 14.0.0 release on June 2nd, 2022. This time difference suggests that version 14.0.1 likely incorporates immediate bug fixes or minor enhancements discovered after the initial 14.0.0 launch. If you aren't using 14.0.1, you should consider upgrading for bug fixes.
The are not vulnerabilities for the version 14.0.1 of the package @angular/forms