Angular Router version 9.1.11 is a minor update to the Angular routing library, building upon the previous stable version, 9.1.10. Both versions share the same core functionality as the Angular routing library, offering powerful navigation capabilities for single-page applications. They both have same file count and unpacked size. Key functionalities remain consistent, empowering developers to define routes, implement navigation guards, and manage URL parameters.
The primary distinction lies in the peer dependencies. Version 9.1.11 requires @angular/core, @angular/common, and @angular/platform-browser at version 9.1.11, aligning with the core Angular framework. In contrast, version 9.1.10 depends on version 9.1.10 of these packages. Updating ensures compatibility and access to the latest features and bug fixes within the Angular ecosystem.
For developers, this means that upgrading from 9.1.10 to 9.1.11 might be essential if they are already using Angular core components at version 9.1.11, preventing potential version conflicts or unexpected behavior. While the core routing logic likely remains unchanged between the versions, it's always best practice to keep peer dependencies synchronized to leverage the full benefits of the Angular framework. Date of release is also different, 9.1.11 version was released on 2020-06-10 and previous version on 2020-06-09.
The are not vulnerabilities for the version 9.1.11 of the package @angular/router