Angular Animations has a fresh update with version 17.2.0, released on February 14, 2024, succeeding the previous stable version 17.1.3, which was released on February 8, 2024. Both versions continue to provide seamless animation integration within Angular applications, leveraging the power of web-animations for creating engaging user experiences.
From a dependency standpoint, both versions maintain their reliance on tslib (version ^2.3.0), ensuring compatibility with TypeScript helper functions. Notably, the peer dependency on @angular/core is version-specific, linking 17.2.0 of @angular/animations to @angular/core version 17.2.0, and similarly, 17.1.3 of @angular/animations to @angular/core version 17.1.3. This tight coupling emphasizes the importance of aligning your @angular/core and @angular/animations versions for optimal performance and compatibility.
The distribution details reveal that both versions share the same structure, with a fileCount of 62 and an unpackedSize of 1734811 bytes. While the core architecture and file sizes are unchanged, the update often include bug fixes, performance improvements, or new features. Developers should consult the official Angular changelog or release notes to understand the specific enhancements introduced in version 17.2.0. Upgrading to the latest version ensures that you benefit from the most recent advancements and fixes within the Angular Animations ecosystem. Keeping your angular packages updated is always a good practice.
The are not vulnerabilities for the version 17.2.0 of the package @angular/animations