Skip to content

v19.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 00:43
· 1 commit to master since this release
5461eb4

19.0.0 (2024-06-01)

Features

  • Angular 18 + enable usage with zoneless change detection (#1017) (5461eb4)

BREAKING CHANGES

  • enable usage with zoneless change detection

Switched relevant parts to OnPush + Signals, so this will work with zoneless change detection enabled. I deliberately didn't use any of the new control flow syntax so this should technically still be compatible with Angular 16 (at least in a small test app with 16 it still worked for me)