Skip to content

chore: version packages (beta)#2550

Open
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next
Open

chore: version packages (beta)#2550
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@react-spring/core@11.0.0-beta.1

Major Changes

  • #2467 8a06ca7 Thanks @joshuaellis! - Breaking: onRest no longer fires when an active animation is retargeted

    Calling spring.start() with a new to value mid-flight no longer
    invokes the previous animation's onRest handler. onRest is
    documented as called when the animation comes to a stand-still, and a
    retarget is not a stand-still — the spring keeps moving toward the new
    goal. The start() promise still resolves with finished: false on
    retarget, so callers that need the old goal-abandoned signal can read
    it there. onRest continues to fire as before on reset, on cancel,
    and on normal settle.

    Migration: If you relied on onRest running on every retarget
    (e.g. for cleanup or analytics), inspect the start() promise's
    finished: false resolution instead, or move the side effect into
    onChange.

Patch Changes

  • Updated dependencies []:
    • @react-spring/animated@11.0.0-beta.1
    • @react-spring/shared@11.0.0-beta.1
    • @react-spring/types@11.0.0-beta.1

@react-spring/animated@11.0.0-beta.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/shared@11.0.0-beta.1
    • @react-spring/types@11.0.0-beta.1

@react-spring/parallax@11.0.0-beta.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/shared@11.0.0-beta.1
    • @react-spring/web@11.0.0-beta.1

@react-spring/shared@11.0.0-beta.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/rafz@11.0.0-beta.1
    • @react-spring/types@11.0.0-beta.1

@react-spring/three@11.0.0-beta.1

Patch Changes

  • Updated dependencies [8a06ca7]:
    • @react-spring/core@11.0.0-beta.1
    • @react-spring/animated@11.0.0-beta.1
    • @react-spring/shared@11.0.0-beta.1
    • @react-spring/types@11.0.0-beta.1

@react-spring/web@11.0.0-beta.1

Patch Changes

  • Updated dependencies [8a06ca7]:
    • @react-spring/core@11.0.0-beta.1
    • @react-spring/animated@11.0.0-beta.1
    • @react-spring/shared@11.0.0-beta.1
    • @react-spring/types@11.0.0-beta.1

@react-spring/rafz@11.0.0-beta.1

@react-spring/types@11.0.0-beta.1

@react-spring/mock-raf@11.0.0-beta.1

@github-actions github-actions Bot force-pushed the changeset-release/next branch from c4aabb9 to 42d1830 Compare June 23, 2026 12:37
@github-actions github-actions Bot force-pushed the changeset-release/next branch from 42d1830 to e891a46 Compare June 23, 2026 21:08
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.

0 participants