Angular Forms version 11.1.1 represents a targeted update over its immediate predecessor, version 11.1.0, within the Angular framework. While both versions share the core function of providing directives and services for building forms in Angular applications, several key distinctions are worth noting. Crucially, TypeScript library support remains consistent with tslib at version ^2.0.0 across both releases.
The primary difference lies in the peer dependencies. Version 11.1.1 mandates Angular core, common, and platform-browser packages specifically at version 11.1.1, whereas version 11.1.0 required the 11.1.0 versions. This suggests that the 11.1.1 release potentially includes bug fixes, performance improvements, or new features that are specifically tailored to, and dependent on, the corresponding Angular core, common, and platform-browser versions.
Developers should upgrade to version 11.1.1 alongside the core Angular dependencies (core, common, and platform-browser) to ensure optimal performance and compatibility, taking advantage of any fixes or enhancements provided in the newer patch. The file size has increased slightly from 2745475 to 2755857. This may mean that there were some fixes or new entries that increased the size. Given the difference in release dates (one week), the 11.1.1 version is likely a patch release addressing issues discovered in the earlier 11.1.0 version. Consider reviewing the Angular changelog for a detailed list of changes.
The are not vulnerabilities for the version 11.1.1 of the package @angular/forms