Angular Animations has released version 17.1.0, succeeding the previous stable version 17.0.9. Both versions maintain the core functionality of integrating animations within Angular applications, leveraging web-animations for enhanced user experiences. Key aspects remain consistent, such as the dependency on tslib (version ^2.3.0) for TypeScript helpers and the peer dependency on @angular/core, ensuring compatibility with corresponding Angular framework versions. The license remains MIT, and the source code resides in the packages/animations directory within the main Angular repository.
A notable difference is the slightly increased unpackedSize in version 17.1.0 (1718152 bytes) compared to 17.0.9 (1716986 bytes), suggesting potential minor additions or updates to the codebase. The release date also distinguishes the two, with 17.1.0 being published on January 17, 2024, while 17.0.9 was released on January 10, 2024. This one-week gap indicates that 17.1.0 includes recent improvements or bug fixes accumulated since the prior release. Developers choosing between the two should prioritize 17.1.0 to benefit from the latest enhancements and potential resolutions of any issues present in 17.0.9, ensuring access to the most up-to-date and potentially optimized animation features within their Angular projects. The number of files is the same in both releases.
The are not vulnerabilities for the version 17.1.0 of the package @angular/animations