v5.8.0
New features
- Transition.delay: trailing transitions (see: http://react-spring.surge.sh/transition#props)
- config.delay: being able to set delays per key (this will also overwrite Primitive.delay)
- Initial transition, being able to create a first-render transition, or none at all, (see: http://react-spring.surge.sh/transition#props)
Bugfixes
- AnimatedValue listener gets called twice with last value (overshootClamping: true)
- Keyframes doesn't use config with TimingAnimation and Konva
- overshootClamping not working as expected
- Possible event handler / cpu leak in react-spring
- Spring: onRest does not get triggered, if one animated value stays equal
- Overflow doesn't change on enter
- fix interpolation for rgb, border & boxShadows