Angular Common has released version 14.0.3, a minor update following version 14.0.2, bringing refinements to the suite of commonly used directives and services crucial for Angular development. Both versions share a foundation, relying on tslib (version ^2.3.0) for TypeScript helper functions. Importantly, they also maintain compatibility with existing Angular projects by listing rxjs (^6.5.3 or ^7.4.0) and @angular/core (14.0.3 for the newer version and 14.0.2 for the older one) as peer dependencies. This ensures a smooth upgrade path within the Angular ecosystem.
The key difference lies in the @angular/core peer dependency version and the subtle refinements introduced in 14.0.3, potentially addressing bug fixes and minor performance improvements. While both versions contain the same number of files (2996), the unpacked size of 14.0.3 is slightly smaller, suggesting optimized code. Released on June 22, 2022, version 14.0.3 follows the previous stable release (June 15, 2022). Developers should consider upgrading to the latest minor version to benefit from the newest enhancements and fixes. Given the minimal changes, the update is likely non-breaking for most applications already using version 14. However, testing is always advised when updating dependencies. As always, the source code resides on the Angular GitHub repository within the packages/common directory, fostering community contributions and insights.
The are not vulnerabilities for the version 14.0.3 of the package @angular/common