You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.6 KiB
1.6 KiB
Legend:
0.1.5 (April 28th 2016)
- I Move React and React-DOM dependencies to devDependencies. React-tween-state doesn't require React.
0.1.4 (November 21th 2015)
- I Support for IE9 through
requestAnimationFramepolyfill. 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.endValueimmediately, rather than calling the easing function. #52.
0.1.3 (July 4th 2015)
- I Export everything as default.
0.1.1 (June 21th 2015)
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.
0.0.5 (March 17th 2015)
Note: this is the last release compatible with React < 0.13!
0.0.4 (November 14th 2014)
0.0.3 (August 2nd 2014)
- F Stop animation after the component's unmounted.
0.0.2 (July 25th 2014)
- I Delay option. See the updated README.
- F Default param not initialized correctly.
- F Animation not starting.
0.0.0 (July 15th 2014)
- Initial public release.