From 546081910132f73f92f86c5c6ecad4034f30aa9e Mon Sep 17 00:00:00 2001 From: Steve Hall Date: Thu, 13 Jun 2019 11:30:35 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a8ff7..896aa0c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install react-move@^5.0.0 ### Upgrading from React Move 2.x and 3.x -The API for React Move has been stable since the 2.0 version. The one change in the 4.0 version of React Move broke the hard dependency on d3-interpolate and introduced the `interpolation` prop. The current version React Move will by default only do numeric interpolation and apply easing functions. **If you only need to do numeric interpolation you don't need to do anything. Just upgrade and done.** +The API for React Move has been essentially stable since the 2.0 version. The 4.0 version of React Move introduced a change that broke the hard dependency on d3-interpolate and introduced the `interpolation` prop. The current version of React Move will by default only do numeric interpolation and apply easing functions. **If you only need to do numeric interpolation you don't need to do anything. Just upgrade and done.** To get the same interpolation found in React Move 2.x and 3.x which includes support for colors, paths and SVG transforms do this: