Skip to content

2.0.0

Choose a tag to compare

@devoto13 devoto13 released this 31 May 18:08
· 19 commits to main since this release

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