refactor!: remove deprecated targets, native support, and the react-spring umbrella#2526
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 3765e3a The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@copilot you've not added a changset. This would likely be refactor! To denote the breaking change. Or it could be chore! idk. |
Added a changeset in |
|
Docs preview: https://pr-2526---react-spring-204644970562.europe-west1.run.app Deployed at |
|
@copilot the changeset isn't using semantic conventions, neither is the PR title. |
Updated in |
ac4fa6c to
3765e3a
Compare
v11 trims react-spring to its actively-used surface.
The
@react-spring/native,@react-spring/konva, and@react-spring/zdogtargets are removed — each has near-zero direct installs once the umbrella's inflation is accounted for (#2518). React Native support goes with them: the.nativehook variants and thereact-nativedependency are dropped, since react-spring runs its spring engine on the JS thread and never uses RN's native driver — Reanimated is the right tool there.The
react-springumbrella package is also removed. It only ever re-exported@react-spring/web, so consumers now install a target directly (@react-spring/webor@react-spring/three).Breaking changes
react-spring,@react-spring/native,@react-spring/konva, and@react-spring/zdogare no longer published.@react-spring/*packages bump to a major.Closes #2518