Angular Forms library saw a minor version bump from 0.1.0 to 0.1.1 in June 2016, representing an incremental update within the Angular 2 Release Candidate phase. The key difference between these versions lies in their peer dependencies. Version 0.1.1 requires Angular Core, Common, and Compiler versions to be "2.0.0-rc.3", while the older 0.1.0 version depends on "2.0.0-rc.2" of the same packages.
For developers using Angular Forms, this means upgrading to version 0.1.1 necessitates also updating their core Angular dependencies to RC.3. This ensures compatibility and avoids potential runtime errors or unexpected behavior. Given the RC status, these changes likely include bug fixes, performance improvements, and possibly some minor API refinements to align with the evolving Angular 2 framework.
While the description fields for both versions are empty, the peer dependency update is a crucial piece of information. Developers should always check the peer dependencies when updating Angular packages to guarantee a seamless integration and a stable application. If a developer is using Angular RC.2, sticking with forms version 0.1.0 is the suggested approach, while adopting RC.3 requires the forms package at version 0.1.1 to benefit from the latest patches.
The are not vulnerabilities for the version 0.1.1 of the package @angular/forms