Angular Animations has a new version, 17.3.0, released on March 13, 2024. This update follows version 17.2.4, which was released on March 6, 2024. Both versions provide Angular's animation integration using web-animations. A key aspect to note is the peer dependency on @angular/core. Version 17.3.0 requires @angular/core version 17.3.0, while version 17.2.4 requires @angular/core version 17.2.4. This means developers upgrading to @angular/animations@17.3.0 will also need to update their core Angular package to maintain compatibility.
Both versions rely on tslib version ^2.3.0 aligning the support for TypeScript utilities. Examining the dist information reveals that both versions have an identical fileCount of 62 and an unpackedSize of 1734811 bytes. This points to the probability of changes residing in the specific content of these files rather than structural changes in delivered files. Developers should consult the official Angular changelog for the complete list of features that are more granular than the package metadata exposes. The repository remains consistent so the development workflows remain unaltered.
The are not vulnerabilities for the version 17.3.0 of the package @angular/animations