Skip to content

Releases: DDtMM/angular-signal-generators

Fix issues with ViewChild.required for DomObservers

19 Mar 19:46
318fb9f
Compare
Choose a tag to compare

What's Changed

  • Fix issue with DOM observers that use viewChild.required by @DDtMM in #171

Full Changelog: 3.1.1...3.1.2

3.1.1

25 Jan 16:04
32aab85
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

12 Jan 14:38
a6f77e2
Compare
Choose a tag to compare

What's Changed

  • Address #45 - set will now update sequences and iterables can be used as a source by @DDtMM in #163

Full Changelog: 3.0.5...3.1.0

3.0.5

26 Dec 20:48
b29dbef
Compare
Choose a tag to compare
  • nestSignal: Added ignoreErrors options.
  • inspect: Utilized ignoreErrors when calling nestSignal so it won't break unintentionally.

3.0.4

07 Dec 16:27
c3a8798
Compare
Choose a tag to compare

Fixes issue with nestSignal where it couldn't de-nest recursive objects without creating a stack overflow.

3.0.3

28 Nov 00:47
bab1d23
Compare
Choose a tag to compare
  • Improve springSignal implementation.
  • Removed incorrect manualCleanup: true.

3.0.1

26 Nov 01:30
7b8eca5
Compare
Choose a tag to compare
  • Added springSignal
  • nestSignal and inspect will enumerate Set and Map objects.
  • Fixed broken easings module

3.0.0

19 Nov 22:46
5839e78
Compare
Choose a tag to compare

Angular 19 version of this project.

3.0.0-next.0

03 Nov 15:03
3d9c39a
Compare
Choose a tag to compare
3.0.0-next.0 Pre-release
Pre-release

Upgraded to Angular 19.

  • Because of changes to the way signals work, this version of the library will not be backwards with previous versions of Angular.
  • Added debugName to all signals.

2.2.0

19 Oct 16:52
8e1e679
Compare
Choose a tag to compare

Breaking Changes

  • Moved easing functions to their own submodule since they're not the primary focus of the library and only there for tweenSignal.
  • Renamed SignalInput and related types to ReactiveSource to better indicate the nature of the types being accepted.

Other Changes

  • Changed InspectOptions to not extend CreateEffectOptions since some of the options weren't used.
  • Various Documentation Improvements.