Skip to content

Releases: preactjs/signals

@preact/signals-core@1.4.0

08 Jan 01:05
a8280b0
Compare
Choose a tag to compare

1.4.0

Minor Changes

  • #380 256a331 Thanks @XantreGodlike! - Add untracked function, this allows more granular control within effect/computed around what should affect re-runs.

@preact/signals v1.1.5

07 Jul 05:06
9d0cb67
Compare
Choose a tag to compare

Patch Changes

@preact/signals-react v1.3.4

07 Jul 05:05
9d0cb67
Compare
Choose a tag to compare

Patch Changes

@preact/signals-react 1.2.1

15 Oct 06:42
325499c
Compare
Choose a tag to compare

Patch Changes

  • #238 bcf4b0b Thanks @eddyw! - Fix ERR_UNSUPPORTED_DIR_IMPORT error when importing use-sync-external-store/shim from ESM build

@preact/signals 1.1.2

13 Oct 19:30
Compare
Choose a tag to compare

Patch Changes

@preact/signals-react 1.2.0

13 Oct 19:31
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@preact/signals-core 1.2.2

13 Oct 19:30
Compare
Choose a tag to compare

Patch Changes

  • #232 aa4cb7b Thanks @jviide! - Simplify effect change checking (and make effect cycle detection more accurate as a side-effect)

  • #233 3f652a7 Thanks @jviide! - Simplify Node book keeping code

@preact/signals-react 1.1.1

01 Oct 02:19
Compare
Choose a tag to compare

Patch Changes

@preact/signals-core 1.2.1

01 Oct 02:18
Compare
Choose a tag to compare

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

@preact/signals 1.1.1

22 Sep 20:39
f1f613c
Compare
Choose a tag to compare

Patch Changes