Angular developers should be aware of version 11.2.11 of @angular/core, released on April 21, 2021. It follows closely the previous stable version, 11.2.10, released a week prior on April 14, 2021. Both versions share the same core dependencies, requiring tslib version ^2.0.0. The peer dependencies remain consistent, mandating rxjs version ^6.5.3 and zone.js version ^0.10.2 || ^0.11.3. This indicates that the fundamental API compatibility is maintained between the two releases, minimizing potential breaking changes for existing Angular applications.
The licensing remains under the MIT license, and the source code is available on the Angular GitHub repository within the /packages/core directory. While both versions contain the same number of files (485), version 11.2.11 exhibits a slightly larger unpacked size (18485569 bytes) compared to 11.2.10 (18485385 bytes). The difference of near 200 bytes might suggest minor bug fixes, performance enhancements, or documentation updates within the core framework. Developers are advised to upgrade to version 11.2.11 to benefit from the latest improvements and potential stability enhancements, but given the small scope of the changes, a careful testing strategy is recommended before deploying to production. Always refer to the official Angular changelog for a complete list of changes between these versions.
The are not vulnerabilities for the version 11.2.11 of the package @angular/core