Angular Forms version 9.1.1 represents a minor update over its predecessor, 9.1.0, within the Angular framework's forms module. While both versions share the same core functionality – providing directives and services for streamlined form creation in Angular applications – the key distinctions lie in bug fixes and potential performance enhancements. Both versions have identical peer dependencies.
Version 9.1.1, released on April 7, 2020, follows 9.1.0, which was released on March 25, 2020. The newer version boasts a slightly smaller unpacked size (4153821 bytes compared to 4204604 in 9.1.0), suggesting optimization and potentially a reduction in the overall footprint of the forms module in the application. Developers should note that while the file count remains the same at 89, the reduced size usually hints at improvements.
For developers already using Angular 9.1.0, upgrading to 9.1.1 is recommended. Angular developers should always consider upgrading to the latest patch release within a minor version range to benefit from stability improvements and bug resolutions without introducing breaking changes. Be aware that the peer dependencies @angular/core, @angular/common, @angular/platform-browser, rxjs and tslib all need to be in compatible versions as stated in the peerDependencies sections of the package.json files of each version.
The are not vulnerabilities for the version 9.1.1 of the package @angular/forms