Skip to content

@preact/signals-core@1.14.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 10:48
· 15 commits to main since this release
8e17830

Minor Changes

  • #891 308c921 Thanks @JoviDeCroock! - Prevent batches where a signal goes from A --> B --> A from triggering dependent updates, a computed/effect should not re-run when the dependencies in a batched update amount to an equal value.