Angular Forms version 4.3.6 represents a minor update in the Angular forms package within the Angular framework, building upon the foundation laid by version 4.3.5. Primarily, developers will notice a subtle shift in the peer dependencies, aligning with the core Angular, Common, and Platform-Browser packages, all now requiring version 4.3.6. This indicates a need for synchronicity across these core Angular modules for optimal compatibility and functionality.
While the dependency on tslib remains consistent at ^1.7.1 suggesting no major TypeScript library updates impacting the forms module between these versions the releaseDate shifts from August 16th, 2017 to August 23rd, 2017 marking a week of potential bug fixes or minor enhancements.
For Angular developers, this generally means ensuring their project's @angular/core, @angular/common, and @angular/platform-browser dependencies are also upgraded to 4.3.6 when adopting this forms version. The update likely includes solutions to edge-case bugs encountered by users of the previous 4.3.5 version, as well as subtle improvements. While the features are not expected to be massively different, it is always recommended to upgrade and test your forms with the new version to ensure stability and catch any regressions in your specific applications. This incremental release highlights the Angular team's commitment to continuous refinement and a stable developer experience.
The are not vulnerabilities for the version 4.3.6 of the package @angular/forms