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
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)
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
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