Angular Forms has released version 18.1.5, a minor update following version 18.1.4. Both releases center around providing directives and services vital for building robust forms within Angular applications. The core functionality remains consistent, evidenced by the matching fileCount and unpackedSize in the distribution packages. A key difference lies in their peer dependencies; version 18.1.5 necessitates @angular/core, @angular/common, and @angular/platform-browser at version 18.1.5, while version 18.1.4 requires 18.1.4 of those same packages. This signifies that developers upgrading to @angular/forms@18.1.5 must also update these peer dependencies to ensure compatibility and prevent runtime errors.
The update also showcases an updated releaseDate, with version 18.1.5 released on August 14, 2024, a week after version 18.1.4. Such incremental releases typically incorporate bug fixes, minor performance enhancements, or security patches. Developers should consult the official Angular changelog for a detailed list of changes. If you are already working on the 18.1.x version, upgrading to the latest 18.1.5 is generally recommended for stability and to get the the latest fixes.
The are not vulnerabilities for the version 18.1.5 of the package @angular/forms