Angular Animations version 14.0.1 is a patch release improving upon the 14.0.0 version. Both versions provide animations capabilities within Angular applications leveraging the Web Animations API. They share the same core dependencies, relying on tslib version 2.3.0 or higher for TypeScript helper functions and both depend on a specific Angular core version as a peer dependency. Version 14.0.1 requires @angular/core of exactly version 14.0.1 while version 14.0.0 wants @angular/core of version 14.0.0. The file count and unpacked size on disk are identical between the two versions, suggesting the changes are likely targeted bug fixes or small enhancements rather than significant feature additions.
Developers should note the updated peer dependency; upgrading to @angular/animations@14.0.1 necessitates also using @angular/core@14.0.1 for compatibility. The release date demonstrates that version 14.0.1 came out shortly after 14.0.0 on June 8th, 2022, indicating a quick response to address any immediate issues discovered in the initial 14.0.0 release on June 2nd, 2022. For development that depends on animations, it is recommended to use the latest patch version 14.0.1 to get the most stable experience, resolve potential early bugs. If you are using angular core version 14.0.0, you have to upgrade the angular core package to version 14.0.1 to use animations version 14.0.1.
The are not vulnerabilities for the version 14.0.1 of the package @angular/animations