Angular Animations version 7.1.2 represents a minor update to the animation module within the Angular framework, building upon the foundation laid by version 7.1.1. Primarily, the key difference lies in the targeted peer dependency of @angular/core. Version 7.1.2 requires @angular/core version 7.1.2, while the predecessor relied on version 7.1.1. This generally signifies bug fixes, performance improvements, or minor feature additions within the core Angular framework that necessitate a corresponding update to the animations module for optimal compatibility and functionality. The updated version was released on December 6, 2018, shortly after version 7.1.1 which was released on November 28, 2018.
For developers using Angular Animations, this incremental update ensures they benefit from the latest enhancements and fixes available in the Angular ecosystem. While the core APIs and functionalities of the animations module likely remain consistent between the two versions, upgrading from 7.1.1 to 7.1.2 is recommended to avoid potential conflicts or unexpected behavior arising from using mismatched versions of @angular/core and @angular/animations. The difference in unpacked size is minimal, indicating no substantial changes in the codebase's sheer volume. This emphasizes that the primary driver for the update involves integration and compatibility with the core Angular framework. Users should always consult the official Angular changelog and release notes for more detailed information on specific changes and potential breaking changes associated with Angular version 7.1.2.
The are not vulnerabilities for the version 7.1.2 of the package @angular/animations