Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #163

Merged
merged 1 commit into from
Sep 21, 2022
Merged

Version Packages #163

merged 1 commit into from
Sep 21, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 16, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@preact/signals-core@1.2.0

Minor Changes

  • #183 79ff1e7 Thanks @jviide! - Add ability to run custom cleanup logic when an effect is disposed.

    effect(() => {
      console.log("This runs whenever a dependency changes");
      return () => {
        console.log("This runs when the effect is disposed");
      });
    });
  • #170 3e31aab Thanks @jviide! - Allow disposing a currently running effect

Patch Changes

  • #188 b4611cc Thanks @jviide! - Fix .subscribe() unexpectedly tracking signal access

  • #162 9802da5 Thanks @developit! - Add support for Signal.prototype.valueOf

  • #161 6ac6923 Thanks @jviide! - Remove all usages of Set, Map and other allocation heavy objects in signals-core. This substaintially increases performance across all measurements.

@preact/signals@1.1.0

Minor Changes

  • #91 fb74bb9 Thanks @JoviDeCroock! - add the useSignalEffect hook

  • #183 79ff1e7 Thanks @jviide! - Add ability to run custom cleanup logic when an effect is disposed.

    effect(() => {
      console.log("This runs whenever a dependency changes");
      return () => {
        console.log("This runs when the effect is disposed");
      });
    });

Patch Changes

@preact/signals-react@1.1.0

Minor Changes

  • #91 fb74bb9 Thanks @JoviDeCroock! - add the useSignalEffect hook

  • #183 79ff1e7 Thanks @jviide! - Add ability to run custom cleanup logic when an effect is disposed.

    effect(() => {
      console.log("This runs whenever a dependency changes");
      return () => {
        console.log("This runs when the effect is disposed");
      });
    });

Patch Changes

  • #161 6ac6923 Thanks @jviide! - Remove all usages of Set, Map and other allocation heavy objects in signals-core. This substaintially increases performance across all measurements.

  • Updated dependencies [b4611cc, 9802da5, 6ac6923, 79ff1e7, 3e31aab]:

    • @preact/signals-core@1.2.0

@netlify
Copy link

netlify bot commented Sep 16, 2022

Deploy Preview for preact-signals-demo failed.

Name Link
🔨 Latest commit 38443db
🔍 Latest deploy log https://app.netlify.com/sites/preact-signals-demo/deploys/632abac6b8506b0008773206

@github-actions github-actions bot force-pushed the changeset-release/main branch 22 times, most recently from 9b0e29a to 431aab8 Compare September 20, 2022 21:30
@marvinhagemeister marvinhagemeister merged commit ff6c4bd into main Sep 21, 2022
@marvinhagemeister marvinhagemeister deleted the changeset-release/main branch September 21, 2022 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant