Angular Animations has been updated from version 17.2.2 to 17.2.3. Both versions offer seamless animation integration within Angular applications, leveraging the power of web-animations for creating engaging user experiences. The core functionality, focused on simplifying complex animations, remains consistent. Both packages depend on tslib (version ^2.3.0) for TypeScript helper functions, ensuring compatibility and efficient code generation. The file structure and unpacked size, indicated by fileCount: 62 and unpackedSize: 1734811, are identical, suggesting minimal underlying code changes.
The key difference lies in the peer dependency on @angular/core. Version 17.2.3 necessitates @angular/core version 17.2.3, ensuring alignment between the animations module and the core Angular framework. Previously, version 17.2.2 required @angular/core version 17.2.2. This update signals a potential bug fix, performance enhancement, or feature addition in the core framework that necessitates a corresponding update in the animations package. Developers should upgrade both @angular/animations and @angular/core simultaneously to 17.2.3 to maintain compatibility and fully benefit from the latest improvements and fixes, which may include subtle changes in how animations interact with the core rendering engine or data binding. The updates of the packages occurred on 2024-02-28 and 2024-02-22 respectively.
The are not vulnerabilities for the version 17.2.3 of the package @angular/animations