Angular's core framework sees a minor version bump from 11.1.0 to 11.1.1, representing a likely focused update for existing Angular 11 users. Both versions maintain identical peer dependencies on RxJS (version 6.5.3 or higher) and Zone.js (versions 0.10.2 or 0.11.3), ensuring compatibility with existing applications already leveraging those libraries. The core dependencies rely on tslib version 2.0.0 or higher.
The core functionality and API exposed to developers remain fundamentally the same between these versions, so upgrading from 11.1.0 to 11.1.1 should present minimal disruption. The key distinguishing factor lies in the "dist" object. While the file count remains at 484, the unpacked size experiences a slight increase from 18444571 bytes in version 11.1.0 to 18448601 bytes in 11.1.1. This indicates that the update likely includes bug fixes, performance optimizations, or minor enhancements within the framework's core modules, without introducing significant architectural changes.
Developers should consider upgrading to version 11.1.1 to benefit from these improvements. Check the changelog and release notes for specific information on the bug fixes or optimizations included in the update to ensure the upgrade covers areas relevant to their project. If the update addresses a known issue, it is highly recommended to upgrade.
The are not vulnerabilities for the version 11.1.1 of the package @angular/core