github preactjs/signals @preact/signals-core@1.2.1
@preact/signals-core 1.2.1

latest releases: @preact/signals-react@2.0.2, @preact/signals-core@1.6.1, @preact/signals-react-transform@0.3.1...
21 months ago

Patch Changes

  • #205 4b73164 Thanks @jviide! - Use the same tracking logic for both effects and computeds. This ensures that effects are only called whenever any of their dependencies changes. If they all stay the same, then the effect will not be invoked.

  • #207 57fd2e7 Thanks @jviide! - Fix effect disposal when cleanup throws

  • #209 49756ae Thanks @jviide! - Optimize dependency value change checks by allowing earlier exists from the loop

Don't miss a new signals release

NewReleases is sending notifications on new releases.