Legend:
- I Move React and React-DOM dependencies to devDependencies. React-tween-state doesn't require React.
- I Support for IE9 through
requestAnimationFrame
polyfill. a0b4fb5. - I Used to use
this.isMounted()
internally. Removed that since React might deprecate this. #49. - F If duration's 0, we jump to
config.endValue
immediately, rather than calling the easing function. #52.
- I Export everything as default.
Note: this version is not compatible with React < 0.13.
- I Better API! See the updated examples.
- I Library converted to ES7 with Babel.
- I Compatible with UMD.
- F See the note here.
Note: this is the last release compatible with React < 0.13!
- F Stop animation after the component's unmounted.
- I Delay option. See the updated README.
- F Default param not initialized correctly.
- F Animation not starting.
- Initial public release.