Angular Animations version 19.0.0 introduces notable changes compared to version 18.2.13, impacting developers using animation functionalities in their Angular applications. One of the primary differences lies in the peer dependency: version 19.0.0 requires @angular/core version 19.0.0, while the older version depends on @angular/core 18.2.13. This highlights a necessary upgrade of the core Angular framework to leverage the latest animations package features.
Furthermore, a significant shift is observed in the distribution package. Version 19.0.0 has a substantially smaller footprint, with a fileCount of 12 and an unpackedSize of 797746, contrasting sharply with version 18.2.13's fileCount of 63 and unpackedSize of 1730657. This reduction in size could indicate performance improvements, refactoring of the codebase, or a change in the way the animations library is distributed. Developers should investigate the changelog for detailed explanations of these size differences and any associated performance benefits or potential breaking changes. Considering that the releaseDate for 18.2.13 is later than 19.0.0, is important to check if 19.0.0 is an stable version.
The are not vulnerabilities for the version 19.0.0 of the package @angular/animations