pmndrs/react-spring
 Watch   
 Star   
 Fork   
2 days ago
react-spring

v11.0.0-beta.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.1.1...v11.0.0-beta.0

2 days ago
react-spring

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 props, and the other transition phases — so useSpring({ width: 100, height: 100, from: { width: 0 } }) made styles.height a compile error even though height animates at runtime. It now merges from with the to, forward, and transition-phase values. (#2545)
  • core: The SpringValue-level onChange now receives an AnimationResult ({ value, finished: false, cancelled: false }) instead of the raw value, so result.value is no longer undefined mid-animation. This matches onStart/onRest and the Controller-level onChange. The internal change event the animated tree subscribes to still emits the raw value. (#2548)
  • animated: Fixed a cannot add a new property crash when wrapping non-extensible React Native host components. On Hermes, host components like View, Text, and Image become non-extensible after their first render, breaking the wrapper cache. createHost now attempts the direct write first (fast path, unchanged for extensible components) and falls back to a module-level WeakMap when the write is rejected. (#2535)

Performance

  • shared: Improved string interpolation performance with large amounts of data by caching output number parsing in createStringInterpolator. (#2547)

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.1.1...v10.1.2

16 days ago
react-spring

v10.1.1

What's Changed

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.1.0...v10.1.1

2026-05-22 23:19:04
react-spring

v10.1.0

What's Changed

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.0.4...v10.1.0

2026-05-22 04:28:27
react-spring

v10.0.4

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.0.3...v10.0.4

2025-09-18 22:39:57
react-spring

v10.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.0.2...v10.0.3

2025-09-07 20:14:51
react-spring

v10.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.0.1...v10.0.2

2025-05-21 15:54:45
react-spring
2025-05-15 03:07:10
react-spring

v10.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v9.7.5...v10.0.0

2024-10-07 15:37:47
react-spring

v9.7.5

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v9.7.4...v9.7.5