Converted all library internal component implementation to use reactive Signal APIs.
Make sure to check upgrade instructions.
Added
- Support for Angular 20.
- Documentation on changes in Programmatic API.
- Documentation for upgrading 1.0.0 to 2.0.0
- Updated code to use signal APIs like signal, computed, effect, input, model.
- Updated
changeDetection: ChangeDetectionStrategy.OnPush
🚀 for all components.
Removed
- Deprecated the
render
function from theFaIconComponent
. - Programmatic API has changed, please refer here and migration guide 1.0.0 to 2.0.0