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 #603

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Version Packages #603

merged 1 commit into from
Dec 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 3, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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/[email protected]

Major Changes

  • #604 fea3e8d Thanks @JoviDeCroock! - Defer all DOM updates by an animation frame, this should make it so
    that any previously synchronous DOM update will be instead delayed by an
    animation frame. This allows Preact to first perform its own render
    cycle and then our direct DOM updates to occur. These will now
    be performed in a batched way which is more performant as the browser
    is prepared to handle these during the animation frame.

    This does impact how Preact based signals are tested, when
    you perform a signal update, you'll need to wrap it in act. In a way
    this was always the case, as a signal update that resulted in
    a Preact state update would require it to be wrapped in act, but
    now this is the norm.

Minor Changes

Patch Changes

  • #609 8e6e2de Thanks @JoviDeCroock! - Change timing to a double microtask so we are behind the Preact render queue but can't delay as much as a user-input coming in.

@preact/[email protected]

Minor Changes

Patch Changes

  • #611 57a7d38 Thanks @Xstoudi! - Silences noisy warnings about useLayoutEffect whilst using SSR by switching to an isomorphic layout effect hook

  • #624 18b2f29 Thanks @JoviDeCroock! - Fix the stubbed ReactElementType to use the newly added traditional element in v19

@preact/[email protected]

Minor Changes

Patch Changes

  • #628 c3e8e8c Thanks @Artur-! - Avoid cloning the top-level component function when we are
    prepending useSignals. This fixes compatability with fast-refresh
    as it requires the function identity to correctly leverage its
    cache.
  • Updated dependencies [18b2f29, 57a7d38, 18b2f29]:

Copy link

netlify bot commented Oct 3, 2024

Deploy Preview for preact-signals-demo ready!

Name Link
🔨 Latest commit 416740d
🔍 Latest deploy log https://app.netlify.com/sites/preact-signals-demo/deploys/6760825ee8358200085db691
😎 Deploy Preview https://deploy-preview-603--preact-signals-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from c566599 to b2cb0ee Compare October 11, 2024 21:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from b2cb0ee to 8ee052a Compare November 19, 2024 14:25
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 9f31e7e to d70312e Compare December 12, 2024 07:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from d70312e to 416740d Compare December 16, 2024 19:41
@JoviDeCroock JoviDeCroock merged commit 9022d4a into main Dec 17, 2024
4 checks passed
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch December 17, 2024 07:51
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