Recent Releases
v10.1.2 — v10.1.2
Bug Fixes - core: PickAnimated now infers all animated keys when a partial from is provided. Previously a from prop collapsed the result type to just the from shape, dropping to keys, forward prop
v10.1.1 — v10.1.1
What's Changed fix(core): floor adaptive precision at float resolution to let springs settle on sub-precision drift by @joshuaellis in https://github.com/pmndrs/react-spring/pull/2520 chore(deps)
v10.1.0 — v10.1.0
What's Changed test(types): restore TypeScript 5.9 to CI matrix by @joshuaellis in https://github.com/pmndrs/react-spring/pull/2464 test(types): restore TypeScript 6.0 to CI matrix by @joshuaelli
v10.0.4 — v10.0.4
What's Changed chore: update readme by @joshuaellis in https://github.com/pmndrs/react-spring/pull/2399 fix: exitBeforeEnter in useTransition doesn't work when used with trail (1868) by @hiebj in