All Versions
11
Latest Version
Avg Release Cycle
80 days
Latest Release
2476 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.1.5 Changes
April 28, 2016- 🚚 [I] Move React and React-DOM dependencies to devDependencies. React-tween-state doesn't require React.
-
v0.1.4 Changes
November 21, 2015- 👍 [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] Support for IE9 through
-
v0.1.3 Changes
July 04, 2015- 0️⃣ [I] Export everything as default.
-
v0.1.2
July 04, 2015 -
v0.1.1 Changes
June 21, 2015Note: 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.
-
v0.1.0
June 22, 2015 -
v0.0.5 Changes
March 17, 2015Note: this is the last release compatible with React < 0.13!
- [I] Small optimizations.
- [F] #24: Prevent error when
onEnd
unmounts the component (through parent).
-
v0.0.4 Changes
November 14, 2014- 👍 [I] Bower support!
- [F] The passed-in config object is no longer mutated.
-
v0.0.3 Changes
August 02, 2014- [F] Stop animation after the component's unmounted.
-
v0.0.2 Changes
July 25, 2014- ⚡️ [I] Delay option. See the updated README.
- 0️⃣ [F] Default param not initialized correctly.
- [F] Animation not starting.