Angular Router version 8.1.1 is a minor patch release following the 8.1.0 version of Angular's routing library, a crucial component for building single-page applications with navigation in Angular. Both versions, described here, share the same core functionalities, description, and most dependencies, including tslib for TypeScript helper functions. They both provide essential features for defining routes, navigating between views, and managing application state, leveraging concepts like route parameters, guards, and resolvers. They're built with the same architecture, supporting both imperative navigation via Router service and declarative navigation via the routerLink directive.
A key aspect that developers must note is the peer dependencies. Both versions require specific versions of @angular/core, @angular/common, @angular/platform-browser, and rxjs, which developers must have installed matching the version.
While the core functionality remains unchanged, the update from 8.1.0 to 8.1.1 likely includes bug fixes and minor performance improvements. For developers, this means upgrading to 8.1.1 offers greater stability and potentially a smoother development experience. Checking the Angular changelog for the specific patch notes is vital to understand the precise issues addressed in version 8.1.1. The difference in release dates, a week apart, further emphasizes the incremental nature of the update. The file count and unpacked sizes are exactly the same.
The are not vulnerabilities for the version 8.1.1 of the package @angular/router