All Versions
11
Latest Version
Avg Release Cycle
80 days
Latest Release
3251 days ago

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.
  • 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, 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.
  • v0.1.0

    June 22, 2015
  • v0.0.5 Changes

    March 17, 2015

    Note: 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.