gund / ng-dynamic-component

Dynamic components with full life-cycle support for inputs and outputs for Angular
https://malkevich-alex.gitbook.io/ng-dynamic-component/
MIT License
561 stars 65 forks source link

[Feat] Use new ComponentRef API #475

Closed gund closed 2 years ago

gund commented 2 years ago

This allowed to remove code for generating and calling OnChanges hook manually as it's now handled by Angular directly. As this part is no longer in the lib dynamic directives no longer receive OnChanges hook calls.

No breaking changes are introduces in stable APIs. Experimental dynamic directive API has a documented known OnChanges issue with no fix currently planned.

gund commented 2 years ago

:tada: This PR is included in version 10.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: