react-motion v0.3.1 Release Notes

Release Date: 2015-10-14 // over 8 years ago
    • 💅 [F] Handle null and undefined in style/styles. #181
    • [I] Library's now partially annotated with Flow.
    • [I] Related to above, the src/ folder is now exposed on npm so that you can take advantage of Flow by using: import {Motion} from 'react-motion/src/react-motion' directly, instead of the old, prebuilt import {Motion} from 'react-motion'. This is experimental and intentionally undocumented. You'll have to adjust your webpack/browserify configurations to require these original source files correctly. No harm trying of course. It's just some type annotations =).