Angular core has released version 17.3.11, a minor update following the previous stable version 17.3.10. Both versions maintain the core framework's functionality, continuing to empower developers in building robust and scalable web applications. The dependency on tslib remains consistent at ^2.3.0, ensuring TypeScript helper functions are readily available. Furthermore, both versions declare the same peer dependencies on rxjs (^6.5.3 || ^7.4.0) and zone.js (~0.14.0), signifying no breaking changes regarding these crucial reactive programming and change detection libraries.
A key difference lies in the dist metadata. While both versions contain 389 files, version 17.3.11 exhibits a slightly smaller unpacked size of 28,813,889 bytes compared to version 17.3.10's 28,823,419 bytes. This potentially suggests optimizations or minor code adjustments made within the core framework. The release date also confirms that version 17.3.11 was published on June 5th, 2024, approximately two weeks after version 17.3.10's release on May 22nd, 2024.
For developers, this minor update likely contains bug fixes and performance enhancements rather than new groundbreaking features. Upgrading from 17.3.10 to 17.3.11 should be seamless, assuming the existing peer dependencies are satisfied. Always consult the official Angular changelog for a detailed list of specific changes and potential migration guidance.
The are not vulnerabilities for the version 17.3.11 of the package @angular/core