Skip to content

v3.3.2

Compare
Choose a tag to compare
@e-oz e-oz released this 10 Oct 13:22
· 28 commits to main since this release

As preparation for this change in Angular Signals, collection.$items now uses the first version of Angular Signals' default equality function. This function will always treat items as non-equal, so the $items signal will send a notification even if items still point to the same objects after the collection was mutated. This library treats items as immutable structures and will not compare them.