Angular Animations version 7.1.1 is a minor patch release following 7.1.0, both designed to provide animation capabilities within Angular applications using the Web Animations API. The primary difference lies in the peer dependency, with 7.1.1 requiring @angular/core version 7.1.1 precisely, while 7.1.0 depends on @angular/core version 7.1.0. This suggests that the update in 7.1.1 likely addresses compatibility issues or bugs specific to the corresponding core version. Developers should upgrade to @angular/animations 7.1.1 when also using @angular/core 7.1.1 to ensure seamless integration and avoid potential conflicts.
Both versions are built upon tslib 1.9.0 or higher, indicating continued TypeScript support and compatibility with modern JavaScript features. Although file count and unpacked size have slightly changed between the versions. The core functionality of Angular Animations remains consistent, offering tools for creating complex and performant animations within Angular components. This includes features like state management, transitions, and the ability to trigger animations based on various events, ultimately enhancing the user experience of Angular applications. The MIT license ensures developers have the freedom to use and modify the library as needed. Consequently, the update from 7.1.0 to 7.1.1 appears to be a bug fix addressing compatibility issues and maintaining stability with Angular core.
The are not vulnerabilities for the version 7.1.1 of the package @angular/animations