Angular Animations version 9.1.3 is a minor update to the animation module within the Angular framework, succeeding version 9.1.2. Both versions are designed to integrate seamlessly with the Web Animations API to provide powerful and expressive ways to animate Angular applications. Key capabilities include creating complex transitions between application states, orchestrating animations with triggers and callbacks, and leveraging metadata to control animation behavior declaratively within Angular components.
The most notable difference lies in the required peer dependency of @angular/core. Version 9.1.3 necessitates @angular/core version 9.1.3, while the previous version depends on @angular/core version 9.1.2. This suggests that Angular 9.1.3 might address bug fixes, performance improvements, or compatibility enhancements specifically tied to the core framework. Developers should ensure that they update both @angular/animations and @angular/core to the corresponding 9.1.3 versions to avoid any potential conflicts or unexpected behavior.
Both versions share identical fileCount and unpackedSize reflecting that the core animation functionalities and file structure remains unchanged. Also both depends on tslib version ^1.10.0. The releases are separated by a week, indicating a quick succession of updates, which is common for minor version releases that often address urgent issues. Angular Animations empowers developers to enrich user experiences with visually appealing and engaging animations, contributing to more refined and polished applications.
The are not vulnerabilities for the version 9.1.3 of the package @angular/animations