The @angular/platform-browser package, a crucial component for running Angular applications in web browsers, saw a release of version 11.1.0 on January 20, 2021, following the previous stable version 11.0.9 released on January 13, 2021. Both versions serve the same fundamental purpose: enabling Angular's capabilities within a browser environment. Key differences lie in the subtle updates and potential bug fixes incorporated in the newer version.
While the descriptions remain identical, developers should pay close attention to the peerDependencies. Version 11.1.0 requires @angular/core, @angular/common, and @angular/animations at version 11.1.0, tightly coupling these packages for optimal compatibility. This necessitates updating these core Angular modules together to maintain a stable application environment. Similarly, version 11.0.9 depends on version 11.0.9 of its peer dependencies.
Another point of interest is the slightly increased unpacked size of version 11.1.0 (1,490,909 bytes) compared to version 11.0.9 (1,490,468 bytes), indicating minor additions or changes to the library's code. While these changes are likely incremental, developers should consult the official Angular changelog and release notes for a comprehensive list of modifications, bug fixes, and performance improvements associated with the 11.1.0 release. This information will ensure a smooth transition when upgrading and utilizing the latest features and enhancements in their Angular projects. The primary dependency, tslib, remains consistent across both versions, requiring version 2.0.0 or higher.
The are not vulnerabilities for the version 11.1.0 of the package @angular/platform-browser