Angular Common package version 11.2.7 delivers subtle but important updates compared to the preceding 11.2.6. Both versions, essential for Angular applications, offer commonly used directives and services, streamlining development workflows. Crucially, both versions retain compatibility with tslib (version ^2.0.0), ensuring consistent TypeScript helper functionality. They also specify rxjs version ^6.5.3 as a peer dependency.
A key difference lies in the aligned peer dependency, because @angular/core is synchronized with the @angular/common version. Therefore, version 11.2.7 is intended to be used with @angular/core version 11.2.7, while version 11.2.6 is linked to @angular/core 11.2.6. Developers should ensure these peer dependencies are correctly matched to avoid potential compatibility issues.
While file count and unpacked size remain identical between the two versions, version 11.2.7 boasts a more recent release date: March 24, 2021, compared to March 17, 2021, for version 11.2.6. This points to potential bug fixes, performance improvements, or minor feature enhancements incorporated in the newer release. Therefore, upgrading to 11.2.7 could potentially offer a smoother development experience. Developers are always advised to check the official Angular changelog for detailed information regarding specific changes between these versions to make informed decisions about updates.
The are not vulnerabilities for the version 11.2.7 of the package @angular/common