Angular core version 17.2.0 is a recent update to Angular's foundational framework, released on February 14, 2024. It follows version 17.1.3, which was released on February 8, 2024. While the core dependencies like tslib remain the same across both versions, and peer dependencies require compatible versions of rxjs and zone.js, several notable differences exist that would be relevant to Angular developers.
The newer version comes with an increase in both the fileCount within the distributed package, going from 369 to 379 files, and in unpackedSize, which grows from 24,573,363 bytes to 24,944,213 bytes. These increases suggest the inclusion of new features, bug fixes, or performance improvements compared to the previous 17.1.3 version. For developers, this could mean taking advantage of optimized components, enhanced functionalities, or resolutions to previously encountered issues.
The update, although seemingly incremental due to the minor version bump, likely brings beneficial improvements, making applications robust and efficient. As a best practice when upgrading Angular packages, developers should consult the official Angular changelog and update guides for the specific versions. This information will provide a comprehensive understanding of the exact changes, potential breaking changes, and migration strategies from version 17.1.3 to 17.2.0. Always test your applications thoroughly in a development environment after upgrading to ensure compatibility and stability.
The are not vulnerabilities for the version 17.2.0 of the package @angular/core