Angular Forms version 6.0.4 is a minor update to the Angular Forms package, building upon the foundation laid by version 6.0.3. Both versions provide the necessary directives and services for creating forms within Angular applications, emphasizing reactive and template-driven approaches. Key functionalities remain consistent, ensuring developers can build robust and user-friendly forms with validation, data binding, and form submission capabilities. Both versions depend on tslib for TypeScript helper functions and share the same peer dependencies, including RxJS for reactive programming and core Angular modules such as @angular/core, @angular/common, and @angular/platform-browser.
The primary difference lies in the peer dependencies' versions. Version 6.0.4 requires Angular core, common, and platform-browser at version "6.0.4" while the prior version required them at "6.0.3". A notable distinction also exists in the unpacked size of the distributed package, with version 6.0.4 having a smaller footprint (3,285,882 bytes) compared to version 6.0.3 (3,454,237 bytes); it suggests potential optimizations or removal of unused code. It was released on June 6, 2018, a couple weeks after the previous version. Developers should upgrade to version 6.0.4 for potential performance improvements. Check changelogs for specific bug fixes or patch-level improvements available between the two versions.
The are not vulnerabilities for the version 6.0.4 of the package @angular/forms