All Versions
8
Latest Version
Avg Release Cycle
19 days
Latest Release
3072 days ago

Changelog History

  • v0.2.0 Changes

    November 26, 2015
    • Support React v0.14+ (don't support v0.13 and older React versions)
    • Can't use keys to select component anymore. (It was necessary because of some changes in React)
      • migration: You can use other props to identify a component. I suggest to add a name='some-string' so you can select it like target.find({name: 'some-string'})
    • Animation is renamed to Controller (the object returned from component.addAnimation(animationSource, options))
    • Controller only exposing a limited set of the GSAP API so you can't edit the animation (ex. with .to() or .add()) trough the Controller but control it. So now the animations can be edited only inside the animation source function.
    • ๐Ÿšš component.removeAnimation(controller) is deprecated. You can just use controller.kill() to remove an animation.
    • โž• Added more errors and warnings to make the development easier.
  • v0.1.16 Changes

    November 09, 2015
    • ๐Ÿ›  do fixes
    • โž• add more tests
    • ๐Ÿ’… polish readme
  • v0.1.10 Changes

    October 13, 2015

    ๐Ÿ›  fix support for [email protected]
    ๐Ÿ›  fix wrapping GSAP Animations to return the result of non chainable methods (like animation.paused())

  • v0.1.9 Changes

    October 09, 2015

    ๐Ÿ‘Œ Support [email protected]

  • v0.1.7 Changes

    September 24, 2015
    • ๐Ÿ— Browser build
    • ๐Ÿ›  Other fixes and enhancments
  • v0.1.6 Changes

    September 14, 2015

    ๐Ÿ›  Fix exporting createTarget()

  • v0.1.5 Changes

    September 14, 2015

    ๐Ÿš€ first release

  • v0.0.0

    July 14, 2015