Angular Animations Library Updates: Version 18.1.3 vs. 18.1.2
The @angular/animations package, a crucial component for creating engaging user interfaces in Angular applications through animation, has seen a recent update with the release of version 18.1.3, succeeding the previous stable version 18.1.2. Both versions maintain the same core description: "Angular - animations integration with web-animations", indicating a continued focus on leveraging web animation APIs for smooth and performant animations within Angular.
A key observation is the identical dependency on tslib version ^2.3.0, suggesting no changes were needed in this area for compatibility. Similarly, the file count (62) and unpacked size (1729309 bytes) within the distribution package remain constant between the two versions, implying minimal alterations in the codebase.
The most significant difference lies in the versions of the peer dependency @angular/core, with version 18.1.3 of @angular/animations requiring @angular/core@18.1.3, while the previous version required @angular/core@18.1.2. This highlights the importance of aligning the @angular/animations package with the corresponding version of the core Angular framework for optimal performance and compatibility.
Developers should note the release date difference: 18.1.3 was released on 2024-07-31, a week after 18.1.2, which was published on 2024-07-24. Although the differences between the versions might not be visible at the codebase level, Angular developers are encouraged to migrate to the newest version to ensure their projects are compatible with the newest version of @angular/core and benefit from the latest bug fixes, performance improvements within the whole Angular ecosystem. Always consult the official Angular changelog for detailed information on specific changes and potential breaking changes when updating.
The are not vulnerabilities for the version 18.1.3 of the package @angular/animations